Home Tag manager Basics Form templates Form creation Form display Form reporting About

Form templates | Matomo feedback forms

To enabel more users to set up almost any type of widget combinations we created form templates.

The structure of the templates is based on JSON. In the longer run we will build a GUI for users, but for now JSON works even thoug it will require some more skills and it will also be possible to create broken JSON that will give us errors in the interface.

Form template types

We support straight forms (just one page) and steps where you can add any amout of steps to your forms.

straight forms

Straight forms will only have a submit button.

step forms

To control multiple steps you will be able to control navigation between steps with buttons. When you create the forms you will be able to add your custom text to forms.

Supported widgets (field types)

We currently support the current fields in a template:

starsWidget

A simple star voting where you will be able to configure the amount of starts and also add your custom descriptions (on form creation).

radioWidget

Radio widgets will give you the possibility to add lists of options on form creation. You can add a list like: Yes|No or Pizza|Burgers|Taco

If your template contains a radio widget this is how the Editor interface will look

radio-edit-example

Output

radio-output-example

inputWidget

Gives you a html input field that you can modify with the properties

The code we generate could look like this:

Example of form input

input-form-example

Example of output

username-input-validation

textAreaWidget

Gives you a text area field

The code we generate could look like this: