How to change the final page of a form
The final page is the page the user sees after going through all the other pages of the form. Usually on this page you confirm that the user has successfully filled out and submitted the form, and thank them for their time. For example, you might get a message like this after leaving a form:
This article will show you how to customize the final form page in the Altcraft platform.
After filling out the form, the user sees the default page:
You can change the final page at the time of form creation or after the form has been published. To do this, go to the «Main» tab in the form editing window and find the «Final Page» block.
The easiest thing you can do is change the text on the page. Enter your value in the «Title» and «Message» fields. For example, if it's a feedback form - say when to expect a response, and if it's a survey - specify the date you plan to announce the results.
If you want the respondent to go to a specific page on your site after filling out the form, you can use one of two ways to redirect the user:
Redirect to the specified link, by passing the final message. Activate this option and enter your link in the «Link when form is successfully filled out» field. The user will follow the link immediately after clicking on the “Submit” button. The link will open in the current tab.
Add a button to follow. To do this, move the «Redirect to the specified link, by passing the final message.» slider to the active position and specify your link, then deactivate the slider. Then, on the «Design» tab, find the jump button on the final page and enter the button text. You can change the font size and add an icon if desired. The user will see this button on the final page and will decide whether to click the link or not.
For more detailed customization of the page you can add additional code, but here you can't do without knowledge of HTML and CSS.