Tell us what you are trying to do?
Is there a way to create a dynamic template that can store the information entered for each user (from a post form or a user form) and then place it into the "template post" when a user clicks on that "post." I know how to make this work by creating a new post for each user, but I'm wondering if I could just use a template as a shell that loads the custom fields when that data set is selected from the views or blocks? I am basically trying to avoid having to create a new post every time a new user is created. No problem if this is not possible. Love the plugin!
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
Haven't started building the site so nothing to show yet.
Hi,
Thank you for contacting us and glad that you're finding Toolset plugins useful.
The role of a content template is to show the stored data, so it can't be used to store individual user's data.
A more natural approach would be to store this user data in user custom fields:
https://toolset.com/documentation/user-guides/user-fields/
Using the front-end Toolset Forms for users, you can collect the required information from the users in these fields:
https://toolset.com/documentation/user-guides/cred-user-forms/
And then using the Types Fields API shortcodes, the data from these fields can be shown on the front-end through content templates:
https://toolset.com/documentation/customizing-sites-using-php/functions/
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!