Displays

If you require additional form fields you can create displays.

Creating Displays

An image

Now you can take that handle moreDetails and include it in your template snippet.





 

    {{ craft.qarr.display(model, {
        reviews: {
            display: 'moreDetails'
        },
	}) }}

It will display in the modal like this...

An image

View Submitted Data

Submission data will display in its own section

An image