How Can We Help?

Search for answers or browse about Sintel Forms.

Confirmation screens

You are here:

Sintel Forms allows you to display confirmation screens after a new form is submitted or an existing form is saved.

The confirmation screens are completely configurable and can contain HTML including:

  1. Links: you can define a link to the form or any other URL.
  2. Images: you can embed images such as a thank you or congratulatory image.
  3. FontAwesome: you can embed icons from FontAwesome.
  4. Form data: you can display the ID of the form (item) that was submitted.

 

By default the Confirmation screens are disabled and you can enable them via the Sintel Forms Designer->Settings.

Enable Confirmation Screens

 

Once you enable the confirmation screens a predefined confirmation message will appear and you can change this message to suit your needs.

 

Show confirmation for new forms

Enable displaying a customisable confirmation screen after an item has been created.

Confirmation Screen for new forms

 

Show confirmation for existing forms

Enable displaying a customisable confirmation screen after an existing item has been saved.

Confirmation Screen for existing forms

 

 

Sample 1

Submission Successful Example 01

Code

<center>
<i class="fal fa-check-circle fa-6x" style="color: green"></i>
<h2>Submission successful!</h2>
<p>Thank you for taking the time to submit your suggestion we really appreciate it! For reference your <b>Submission ID is {{ID}}</b> </p>
Built with <i class=" far fa-heart fa-1x" style="color: red"></i> by <a href='https://www.sintel.ie'>Sintel</a>
</center>

Sample 2

Submission Successful Example 02

Code

 

<center>
<h2>Thank you, your request has been delivered by our raven "Blackie" <i class="fal fa-crow fa-2x" style="color: grey"></i></h2>
<p>We hired him after we saw how fast he carried Gendry’s distress message to Daenerys while she was hangin' out at Dragonstone, the guy's a legend!</p>
<p>Anyway, in case you're interested your <b>Submission ID is {{ID}}</b></p>
Built with <i class=" far fa-heart fa-1x" style="color: red"></i> by <a href="https://www.sintel.ie">Sintel</a>
</center>

 

Some of our customers use Sintel Forms for capturing feedback from users who attend training courses or marking attendance at meetings. If you utilise the confirmation screen in conjunction with the “After save/action redirect to” option you could use a shared device such as an iPad to allow each user to provide feedback on a course or sign into a meeting in turn. Once each person has submitted their feedback/signed in they would receive a confirmation message and they could then pass the device to the next person.
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents