This form performs client-side javascript validation for quick
user feedback, then posts back to this same page where server-side script
checks for minimum posted form fields before calling the gee! ProcessInquiryForm processing tag.
The gee! ProcessInquiryForm tag then performs the following actions:
- The form fields posted are checked for SPAM injection and an error message returned if needed.
- An Inquiry Email is sent to the email address designated by the RecipientEmail parameter.
- An optional Response Email is sent back to the website visitor.
- An insert or update in the Contact Organizer database for the website visitor if an email address is supplied.
If gee! processes successfuly, then the user id directed to a "success" page, otherwise an error is displayed.