Hello,
I want my users to be able to select what the entry they alredy submit from the database, how can i go about it.
An example is this A user submitted different names, and the user want to select one of the name as an entry again as a select option how can i go about it.
I'm not really sure what you mean, if you could please explain further.
What is the context, and what are names? Posts? Or you mean registered user names?
With Toolset Forms you can publish (or edit) posts, or register users. Would that be the context?
With Views you can query the database for posts and display them as you with, and they can include filters for searching. Are you talking about filtering by "name", that would be a field of some post?
What i mean is that, i want users to be able to select an entry of the data they already submitted. An example is this,
A user submitted different audio file on the entry. so the user wants to select one of the audio file he has submitted, there will be a dropdown of options of all the audio files he has already submitted from the database for him to select the one he wants to use again.
how can i go about this?
I hope you get me
In your case, you can disable option "Query all Files" and enable option "Query own Files" for the specific user roles, so those users can only select his own media files from media library in Toolset post forms.
Hello,
You seem not to understand me.
Am not talking about media file am refering to users being able to select entry they have submitted before.
Thanks
If it is custom post type posts, it is possible with Toolset child post form,
For example, see below test site.
Login URL: hidden link
1) Create one-to-many relationship between two post types hidden link
2) In the child post form, you can setup a parent post selector field, you can choose option "Get options by any author", see my screenshot author-selector2.jpg hidden link
3) In frontend, user can select his own parent post: hidden link
Hello,
I still do not understand how to set the relationship with what you have sent.
I created a form for label name . The user filled the form and submit it. So I want the user to select any of the label name he has submitted through the form. That is what i want to achieve.
A user submit a form of this list of Label names: CRecord Producer, Starmakers Distro and Lollypop Distro.
I want the user to pick out of this Label names he has submitted on his page. How do I go about it.