formstrap : Getting Started

This video demonstrates the creation of a new form.

The video goes through each of the fields of the form metadata and shows how changes to these are reflected on the form.

This includes:

  • All Forms
    • The name of the Form
    • A uniuqe ID for the Form
    • Privacy options for saving the form data to the users device (Local Storage)
    • The colour scheme for the Form
    • The desired width of the Form container on various device sizes (using Bootstrap breakpoints)
    • The logo settings including its width on various dvcice sizes
    • The Form name and description settings including their alighment and width on various device sizes
    • For multi-page forms, the type of pagination navigation and its position
  • Self Hosted Forms
    • The URL to process the Form's POST data
    • The URL to redirect to when the Form is successfully processed
    • The URL to redirect to when the Form is rejected by the process script
    • Site Key for Google reCAPTCHA v3 (you must have a Google Developer Account to use this feature)