[Resolved] How to show CRED FORM submissions in a post
This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the user had created a CRED form with many custom fields added through CRED but they were not being saved to the post.
Solution:
The solution is that the user should create the custom fields in Types and then Regenerate the CRED form so that the created fields can be reflected on the form.
Lets start with this "description from each field to show in the form."
I'm assuming that you want to show the descriptions that are defined here hidden link
Unfortunately the descriptions there are for backend only. If you want them on your cred form you will need to edit the form and add the text itself above the fields. This is because Types creates fields for the backend but CRED can pull the field and allow it to be populated through the frontend.
Secondly here "After that I wan't to secure that the typed in data is secure and that no unauthorized personel has access to them."
Now this i'm not sure what you mean. Is it that you don't want persons to view this data on the frontend? Only the person who creates it ?
Finally "Last I want to give the guest that typed the data into the form access to the data so that they can edit featured image, Post content and Post title."
Thank you for your reply. I'm only at a PC right but I will look again in the afternoon.
Here is my comments:
1:
I'm assuming that you want to show the descriptions that are defined here hidden link
Unfortunately the descriptions there are for backend only. If you want them on your cred form you will need to edit the form and add the text itself above the fields. This is because Types creates fields for the backend but CRED can pull the field and allow it to be populated through the frontend.
Answer: I have done it manually 🙂
2:
Secondly here "After that I wan't to secure that the typed in data is secure and that no unauthorized personel has access to them."
Now this i'm not sure what you mean. Is it that you don't want persons to view this data on the frontend? Only the person who creates it ?
Answer: Yes. Only Admin and the person who has created it are allowed to see all the data and the person who has created it shoul be able to to edit Post Title, Post Content and Featured Image after first input. The data everyone should see is only Post Title, Post Content and Featured Image.
3:
Finally "Last I want to give the guest that typed the data into the form access to the data so that they can edit featured image, Post content and Post title."