Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Michael_Pennant@adobeforums.com #1
Problem with field validation after submit.
I field validation(required)set for the Name field. When a user does forget to fill in the Name field and proceeds to fill in the rest of the form and clicks Submit we get a dialog box about needing to fill out the Name field. Here's where my problems starts when the user goes back to fill in the Name field all of the other data on the form has disappered so they have to re-enter everything again. Is there a way to save the information on the form until all the required info. has been entered?
Michael_Pennant@adobeforums.com Guest
-
form field validation broken
Hi, Real quick I know that this was supposed to be addressed in update #3 for MX 6.1, but I'm running MX 7 which should have had this issue... -
Text Field validation
I am currently using Yaromat for my form validation, however there is one thing I need to do that Yaromat doesn't. I want to be able to set up... -
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed... -
Form verification and creating a hidden field on submit
Hi All, I have a form that has a number of radio boxes and input fields for the user to select from. The form is part of a survey. The problem is... -
form field submit order
Hello, Not sure if this is an asp or dreamweaver or a.n.other editor problem... I have a form with stacks of fields. This is submitted to a... -
George_Johnson@adobeforums.com #2
Re: Problem with field validation after submit.
It appears as though the form is being reset. You'll have to find out why that's happening. It could be a Reset Form action on a page's Page Open event, or somewhere else. It doesn't sound like it's related to the form submission.
George
George_Johnson@adobeforums.com Guest
-
Michael_Pennant@adobeforums.com #3
Re: Problem with field validation after submit.
I do have Reset Form function included in the setup right after Submit Form. Would I have to put something else in there, because I do want to reset the form for the next user to fill out.
Michael_Pennant@adobeforums.com Guest
-
W_T_Allen@adobeforums.com #4
Re: Problem with field validation after submit.
Make the reset contingent on the form passing its validation.
W_T_Allen@adobeforums.com Guest
-
Michael_Pennant@adobeforums.com #5
Re: Problem with field validation after submit.
I have no idea how to do that, any help would be greatly appreciated. Thanks in advance.
Michael_Pennant@adobeforums.com Guest
-
George_Johnson@adobeforums.com #6
Re: Problem with field validation after submit.
To do what WT suggested you'll need to use JavaScript. I'd suggest using JavaScript to perform your own form validation rather than rely on the "required" field property. You'd also use the submitForm JavaScript method to submit the form if appropriate.
I would advise against resetting the form immediately after it is submitted, since the user may want to review, print, and/or save. It's better to reset when the form is opened and provide a Reset button if the user needs to start with a fresh form.
George
George_Johnson@adobeforums.com Guest
-
xile@adobeforums.com #7
Re: Problem with field validation after submit.
I would advise against resetting the form immediately after it is submitted
Unless, of course, public computers are used to fill out the form. Resetting the form upon the closure of the page might do the trick.
xile@adobeforums.com Guest
-
George_Johnson@adobeforums.com #8
Re: Problem with field validation after submit.
Resetting the form upon the closure of the page might do the trick.
If you can figure out how to reliably do that, let us know. Note that the Page Close or Document Will Close events do not get triggered when a PDF is viewed inside a web browser.
George
George_Johnson@adobeforums.com Guest



Reply With Quote

