1. Click on Options Tab on the top nav.
2. Click on On Form Submission on the left hand navigation.
3. Make sure that Submission type is AJAX and after submission is set to Show Message.
4. Create your "Thank You" message.
1. Click on Options Tab on the top nav.
2. Click on On Form Submission on the left hand navigation.
3. Make sure that Submission type is AJAX and after submission is set to Show Message.
4. Create your "Thank You" message.
Field Data Tags or value placeholders can be used in your on-screen message to be replaced by the field's value as submitted from the form.
For this example we will asume that there is a field called "Name" in the form.
Form Data Table
{{nf_form_data}} - This will give a complete table of all the submitted form data
From Page
{{nf_from_page}} - This will give you the title of the page the form was submitted from.
Form Title
{{nf_form_title}} - This will give you the forms title that was submmited
Form ID
{{nf_form_id}} - Gives you form's ID that was submitted.
Unique Entry ID
{{nf_entry_id}} - Gives you the unique ID that was used for the submitted data as inserted into the database.
Date & Time
{{nf_entry_date}} - Gives you exact date and time of the when the form was submmited.
IP Address
{{nf_user_ip}} - This will give you the IP address of the user that submitted the form
User Name
{{nf_user_first_name}} - Returns the logged in user's username.
User First Name
{{nf_user_first_name}} - Returns the logged in user's first name.
User Last Name
{{nf_user_last_name}} - Returns the logged in user's last name.
User Email Address
{{nf_user_email_address}} - Returns the logged in user's email address.
User URL
{{nf_user_url}} - Returns the logged in user's website address.
1. Click on Options Tab on the top nav.
2. Click on On Form Submission on the left hand navigation.
3. Make sure that Submission type is AJAX and after submission is set to Redirect to URL.
4. Enter the URL (of your thank you page) to where the user will be redirected to after the form is submitted.
1. Click on Options Tab on the top nav.
2. Click on On Form Submission on the left hand navigation.
3. Make sure that Submission type is set to Custom.
4. Choose how the form will send the data. POST or GET.
5. Enter the URL to where the form will be sent.
Hidden fields give you the ability to send information when a form is submitted but without the user seeing it or even be aware of it
1. Click on Options Tab on the top nav.
2. Click on Hidden Fields on the left hand navigation.
3. Click on the Add Hidden Field button.
Static hidden fields are fields that you add that always have the same value
1. Give the Field a name.
2. Leave this as Value indicating a static value is to be entered.
3. Enter the Field's value.
Dynamic hidden fields are fields have server information and other dynamic information like logged in user details that can change for each form submission.
1. Give the Field a name.
2. Select what dynamic content will be gathered by the hidden field.
3. The data tags for the tag will be generated.
When turned on this feature enbales the user to start a form and leave the page and come back later to complete the form. The Save is automatic and is triggered on anything the user does on the form.
1. Click on Options Tab on the top nav.
2. Click on Other on the left hand navigation.
3. Click Enabled.
When turned on all fiels subitted ffrom forms are stored in your wp-uploads folder and appear in your File manager in the dashboard.
1. Click on Options Tab on the top nav.
2. Click on Other on the left hand navigation.
3. Click Yes to have files be saved on your server from form submissions.
If you have a google conversion tracking code then you can add it here.
1. Click on Options Tab on the top nav.
2. Click on Other on the left hand navigation.
3. Add your google conversion tracking code.