Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Doing action after a \'submit\' doesn\'t pass the validation

Avatar

Level 2

LiveCycle when submit is pressed validation gets performed and then it says that mandatory fields are not filled in.

After that I want to perform a script to do something. Where do I place that javascript.

1 Reply

Avatar

Level 10

Hi there,

 

One way to do this you'd have to use JavaScript to complete the submit along with the validation.

See the following link:

https://acrobatusers.com/forum/forms-livecycle-designer/modify-submit-button-pick-email-address-from...

 

This way you might have to find how to achieve the appropriate validation before executing the submit function.

Afterwards, you can do some extra script to your liking.

 

Hope this will help.