cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe validations of field before submit the form

Former Member
0 Kudos

Hi forum

I have an Interactive Form, but i can validate the fields before submit the form and display a popup message, is this possible ??

Thnks

Josué Cruz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jouse -

If you want to validate the fileds before submiting the form, write your validation scripts in 'preSubmit' event of regular Submit button. This will check the validation of respective field before submitting your form.

In the end write the above code depending upon javascript and formcalc.

Former Member
0 Kudos

Hi josue,

Use the regular button and for that in the click event write all the validation scripting and at the end use the following code

In JavaScript: xfa.connectionSet.MyWSDLDataConnection.execute(0);

In FormCalc: $connectionSet.MyWSDLDataConnection.execute(0)

Regards

Pradeep Goli