Displays

If you require additional form fields you can create displays.

An image

Using Displays

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





 



    {{ craft.qarr.display(model, {
        limit: 12,
        pagination: 'arrows',
        reviews: {
            display: 'customReviews'
        },
	}) }}

It will display in the modal like this...

An image