Hi @kimball31
I hope you’re well today!
Formiantor currently does not support public/front-end submission view out of the box. This is something that is planned for future and should be included in one of future releases but I don’t have ETA.
A workaround is to use wpDataTables plugin together with Forminator as it integrates with it and provides a way to show submission data on front-end.
However, the free version of that plugin cannot display specific submissions this way – it can only display list of submissions and provides limited “filter via URL” options. As far as I’m aware, only the paid version of it would allow you to show specific submissions like this – but I didn’t test the paid version myself.
————
Otherwise you’d need a custom code for this. I looked into it and came up with this code:
https://gist.github.com/adczk/8210503fb9f9865a66f2d761a73706aa
To use it on site:
– create an empty file with a .php extension (e.g. “forminator-show-entry-front.php”)
– copy and paste code into it
– save it and upload to the “/wp-content/mu-plugins” folder
Now all you need to do is to place this shortcode on some page
[frmt-show-entry]
and visit the page like this
https://yoursite.com/page-with-shortcode/?frmtid=123.456
replacing 123 with form ID and 456 with entry ID.
When constructing such link in e-mail notification, you can use {form_id} and {submission_id} accordingly. Note that there is the dot between them and no spaces – it’s importnat.
I tested it and it works fine so feel free to use it.
However, if you need this to be extended or modified in any way (including link obfuscation), you’ll need to consider hiring 3rd-party developer as we can only provide limited amount of custom code and any further development of this would go out of the scope of this forum.
Best regards,
Adam