Hi,
1: This form: hidden link is presented using view. Can I attatch a view to a form that only edits?
2: How can I present the post created by this form: hidden link with only raw values, and furthermore; how to show the questions from the form (hardcoded in form) on this "raw" page. It´s for printing and reports.
May I include the questions in the form using fields instead of hardcoding into postform? Would this be a better approach?
Hi Samuel,
Thanks for asking! I'd be happy to help.
To suggest the best way forward, I'll need to understand the current set up and the requirements, first.
Can you please let me know why the form on this page is presented using a view?
The usual approach is to show an add new post form on one page ( without the need of any view ).
( ref: https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-creating-content/ )
To show the content of the created single posts, one content template is used for single post pages.
( ref: https://toolset.com/documentation/getting-started-with-toolset/create-templates-to-display-custom-posts/ )
And another content template is used to show the edit form, to make changes to individual posts.
( ref: https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/ )
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you!