Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bypassing required form field with email submission

Status
Not open for further replies.

murrays

MIS
Aug 22, 2001
2
US
I have designed a form that has several required fields. I have set the Common Properties as "Required" on the appearance tab in the Field Properties. This form has a Submit button that uses JavaScript to email the attached form. Javascript: this.mailDoc(true, "accountupdates@cwlp.com",
"", "", "Application for Termination of Service");

If the required fields are not filled in and the user clicks the submit button, it will send the file without all the required fields being completed.

Is this normal for this to occur when submitting via email or have I coded something incorrectly?
 
Submitting via email is not actually submitting at all - it's emailing!!
This property will only work with a true submit i.e. form data sent to a specific url.

Ahhhhh, I see you have a machine that goes Bing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top