Would you like to let users submit a form and display their submissions in a table on your front-end? In this guide, you will learn how to make that happen with the help of the Convert Forms Submissions Menu Type.
- How to show form submissions on the front-end
- How to ensure a user sees own submissions only
- Frequently Asked Questions
How to show form submissions on the front-end
Convert Forms Submissions can be displayed on the front-end via the Submissions Menu Type available in the Menu Manager in your backend. Go to the Menu Manager, click to create a New Menu Item and select Convert Forms » Submissions as shown in the picture below.
Next, in the Options tab you need to select the form you would like to display the submissions from. Lastly, using the Show Submissions From option, you can select to filter the submissions by the user who submitted the form
After you save your Menu Item and you access it on the front-end, you will be able to see the default layout which consists of a table list view and a link to the detailed page of each submission.
How to ensure a user sees own submissions only
You don't want to run into unexpected suprises and learn someday that a user was able to access information submitted by other users. To make sure a user is able to see own submissions only, set the Show Submissions From option to Logged-in User.
Frequently Asked Questions
Below you can find a list with frequently asked questions about the Front-end Submissions feature.
Can I override the template?
If you need more control over what's displayed on the submissions list page, you can override the layout and customize it as per your needs.
You can do so by copying file /components/com_convertforms/views/submissions/tmpl/default_list.php over to templates/YOUR_TEMPLATE/html/com_convertforms/submissions/list.php, where YOUR_TEMPLATE is the name of your template and selecting the new template from the Convert Forms Submissions Menu Item > Layouts > Select Template.
Is it possible to edit a submission on the front-end?
This feature is on the plans and it will be supported in a future release.