i2-Services, Inc. Forums

Full Version: Editing required fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to remove the required field "email address" when the user is submitting a quote? I've tried to just delete the field in the html file but when you submit it, the error keeps indicating that it must be filled in. I would like to just limit the fields to Name, custom field 1, custom field 2, and quotes.

Any input would be extremely helpful.
Thanks.
Hi there!

Give this a shot. On the submit quote template make the email address a hidden field. (type="hidden")

Give it a default value (value="email@address.com").

The field will then be entered and not state its required & should all go well.

Let me know how that goes.
Thank You soooo much!! It worked like a charm!


i2-Services, Inc. Wrote:
Hi there!

Give this a shot. On the submit quote template make the email address a hidden field. (type="hidden")

Give it a default value (value="email@address.com").

The field will then be entered and not state its required & should all go well.

Let me know how that goes.

Good stuff! Happy to help.

Feel free to share your use / URL of the solution.

Have a great day!
You can view at the following URL:
http://spiritofbroadway.com/cgi-bin/comments/quotes.cgi

Was wondering...is there any way to sort the order of each entry? Seems as if the entries get posted in random order.

Also...is there any way that the entries could be designated to a particular html page?
Reference URL's