These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Submit Button - thank you page

NHH1
Registered: May 24 2008
Posts: 6

Hi

I'm using Lifecycle Designer 8

When someone clicks the submit button on my form, how do i get a message saying "thank you for submitting form, someone will get back to you soon" or something like that.

Have i missed something on the form design or do i have to link to another page somehow?

Any help would be great - thanks

Neil

My Product Information:
LiveCycle Designer, Windows
Helen_Dyksley
Registered: Jun 4 2007
Posts: 27
Neil, you could add a message to your Submit button this way:

Change your language to JavaScript, and on the Click event use this script:

xfa.host.messageBox("This is the content of the message box.", "Title of Message Box", 3, 0);

The 3 gives you the Status icon, and the 0 display the button OK.
This works in Designer 7.1, Reader 8.1
NHH1
Registered: May 24 2008
Posts: 6
Thanks Helen

This sort of works ok, I wasn't allowed to choose 'click' event (greyed out in the list), but have managed to get it working on mousedown.

This brings up a thank you box BEFORE the mail is submitted.

This maybe the wrong place to ask this question but is there a way to get a 'thank you' page after the form has been submitted