3rd Step: Configuring - Thank you page |
![]() ![]() ![]() |
As we would like to have custom thank you page we need to prepare it before dealing with email template and config file. So, on the thank you page we want to put something like this:
Initial HTML code for the Preview Page:
In order to insert any variables dynamically we need to use {# and #} brackets. Inside these brackets we need to put appropriate variable name. Variable is the name of the corresponding field in our form. In our case we should use “name” and “email” accordingly. So we will have the following changes in our HTML code for the Thank You Page: HTML code for the Thank You page with highlighted changes:
Thank you page saved as: thank-you.html
|