Setting a "Thank You" Message

OVERVIEW:
This will explain how to show the viewer a "Thank You" message in a textfield that is on the stage, after the form has been sent. You can create a more advanced thank-you message using the onSubmit (AS2) or ON_SUBMIT (AS3) event. This method is explained in the Advanced Features section.

Create a textfield for the display message that will read, for example, "Thank-you for submitting your form ". You can use the same textfield used for creating missing required fields, (see SETTING REQUIRED FIELDS).

Set the following properties in the EZform component inspector panel.

Property Name
Description
Example
Sent Textfield
The instance name of the dynamic textfield in which the "thank-you" message should appear.
requiredTxt
Sent Message
The message that should appear after the form has been successfully submitted.
Thank-you.


That's it! The thank you message will now be displayed after submitting the form.