Forms

Forms 01

  • Created using Gravity Forms WordPress plugin
  • Fields can be full width or half width. If desire to be half width developer to add custom field class of half-width
    • e.g. Single Line Text under Standard
  • If desire to move field label to above field rather than inside it developer to add custom field class of high-label
    • e.g. Name under Advanced
  • If desire to move field label to small focused-state rather than default, developer to add custom field class of inset-label
    • e.g. File Download under Advanced

Form with all fields

This is a short description of the form that can be added in the admin area of the form
  • Standard Fields

    These are Standard Fields
  • Please enter a number from 100 to 500.
  • This is an HTML Block that can hold dynamic content including links and

    Headings

    and dynamic items, like today's date: 11/15/2024 or embedded page title: Forms

  • Advanced Fields

    These are Advanced Fields that have multiple fields in one field set. Some are optional, like Name can have several subfields turned off, depending on needs.
  • :
  • Advanced Fields ext.

    These are Advanced Fields made for specific purposes, with built-in validation
  • Max. file size: 8 MB.
  • Column 1Column 2Column 3Column 4 
  • Post Fields

    These Post Fields together create a new post for this website. Unknown use cases at this time.
  • Accepted file types: jpg, jpeg, png, gif.

Multi-Step Form 01

  • Created using Gravity Forms WordPress plugin
  • Fields can be full width or half width. If desire to be half width developer to add custom field class of half-width
  • Steps at top of form are custom made and set to only allow going back to previous steps, and future steps are not active
  • Dev note: Function “gform_progress_steps” in Starter.php will be needed to create the multi-step clickable functionality

Multi-Step Form