Hi all, I would like to display user submitted forms into Views - Detail page just like how user submitted on frontend with labels and fields.
I've review it. But what i wanted was to display the form with what my frontend form shows with the fields filled up by user. not a plain filled text html
You can insert a link to edit the entry and it would look like this (the form with pre-filled existing entries). If you want it to display in a form, but not be edited, that will take some work.
@Bobby, if i do that on details page what should i put?
The detailed page of a view? Maybe something like [formidable id=x entry_id=[id]] where x is the form ID.
@Bobby, I've tried your shortcode. It shows the form but without the filled up fields by the user. Also the URL is correct where the entry_ID is showing. Any idea how to show to filled up forms by the user?
Please login or Register to submit your answer