Introducing Form Templates

Form templates are great!

Is it possible for us to add additional info and tips etc?

For example it would be nice if we can group by section or add headings, eg:

# My details

- type: input
  id: name
  attributes:
    label: "My first name"
    placeholder: "Please enter your first name here"
  validations:
    required: true

- type: input
  id: surname
  attributes:
    label: "My surname"
    placeholder: "Please enter your surname here"
  validations:
    required: true

# Company details

- type: input
  id: name
  attributes:
    label: "My company name"
    placeholder: "Company name"
  validations:
    required: true

...etc

It would also be good to use a form to compose the title.

Being able to add notes (that do not show in the final thread) would be good too, for example:


**Please note all threads in this section are reviewed before being made live.** 

- Please do not post the same thread more than once.
- This section is for ____ only.
- Please post in English.
- If possible please come back and post a note in the thread to let us know when...
- etc

Edit: it would be nice to have notes that do also remain with the thread too.

There is a feature request you might be interested in voting for:

2 Likes