i2-Services, Inc. Forums

Full Version: Hide Email Addresses
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create a contact form to be used for multiple recipients in a <select> list. Visitors would select the department or person they want to contact and the script would then send to a "secret" email address that is not shown in the form's source code. Is there a way to do that with CGI Form Manager? If so, how?

I have a script called nms-FormMail that does do this but it doesn't allow attachments to be uploaded, which I need in my Contact Form (for technical support issues) and Form Manager does allow uploads.

BobConnors Wrote:
I want to create a contact form to be used for multiple recipients in a <select> list. Visitors would select the department or person they want to contact and the script would then send to a "secret" email address that is not shown in the form's source code. Is there a way to do that with CGI Form Manager? If so, how?

I have a script called nms-FormMail that does do this but it doesn't allow attachments to be uploaded, which I need in my Contact Form (for technical support issues) and Form Manager does allow uploads.


We can support this using a single input / select value field without having the full e-mail address within the HTML.

As for a multiple select form input field and being able to not have the full address in the HTML currently is not possible.

Custom modifications would be needed to support this.

Reference URL's