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
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