Custom Form Confirmation Page with Confirmation Code/Row Data

This seems mindboggling simple, but I cannot figure out a way to get this working.

  • User fills out public form (no sign in)
  • User hits submit
  • User is redirected to a confirmation page (new Tab) with showing values of the columns just committed from the form

Can I not pass the record ID when navigating to a new tab?
I do not want to “show detail screen” because they can navigate backward.

You could set a column value on submit in the table linked to the previous screen and use that value to add a visibility condition. So when the user submits, even if he tries to go back, he won’t see anything. Could you try this out ?

You could set the column as user-specific, so it would prevent the user from seeing the previous page until he refreshes the page completely.

This is what you expect?

If I’m understanding what @MaximeBaker is saying, I think he meant not showing a different screen or tab at all. Just use the same screen, and set a value in the current table that controls visibility, so it hides the entry components and shows different components when the submit button is clicked.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.