I have a customer onboarding form and I want the the form to end with a data protection and declaration/terms clause followed by sign offs.
How can I implement this?
I have a customer onboarding form and I want the the form to end with a data protection and declaration/terms clause followed by sign offs.
How can I implement this?
Form Saved (Form Views)> > The “Form Saved” Event is triggered when a user saves an add or edit form. If an Action is provided that causes navigation, it will replace the default navigation behavior (including Auto-Reopen and Finish View settings). Unlike the Row Selected Event, if a Form Saved Action is provided that doesn’t cause navigation (such as an update row Action or a navigation Action whose condition is not met), the default navigation behavior will still occur.
Show Types - empty columns in your spreadsheet that serve the sole purpose of improving the presentation of data capture forms. Show type columns are only permitted in Form views. There are six categories of show types:> > - Page_Header: used to create a new page within the form.> - Section_Header: used to create a new section within the same form page.> - Text: used to show some descriptive text.> - URL: used to show a clickable URL.> - Image: used to show a static image.> - Video: used to show an MP4 video.
Adeyinka_Olalekan_Is:
How can I implement this?
If by “onboarding form” you mean an actual Form view where you are collecting user information, then in the Form view definition there is a property named “Finish View” (see image). This allows you to control navigation to another view upon completion of the initial user demographic collection.
You can then create this Form however you wish.
This, of course, is only one easy way to accomplish your goal.