Skip Navigation

[Resolved] Front End Form Submission – then display the entries SPECIFIC to that User

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Author
Posts
#543626

I am trying to:

1.Create a Front End form that will be filled out by website members.
2. When a member come to the page - the form will be blank fields that they will fill in and submit.
3. Then - I want to display ONLY their form entries to them when they revisit this page.

Instead, I got: I have built the form, but am not sure how to do this.

Thank you.

#543713

This isn't possible as on each page reload fo course the Form has to be ready again to submit a new Post.
So it has to be empty.

Additionally, if a user submits the form twice (creates 2 Posts), what information you want then?
The first, the second, or any subsequent (last) post submitted?

As you see, this is logically impossible.

Maybe you can use the value="" attribute of the CRED Form Fields, that can be populated with some values that then will show in the Front End in the Form Fields.

But I am not sure that will help you, as that will not really be user dependent unless you store a user Field with the information and then call the user field in those attributes.

Maybe a Post Edit Form is all you need?
https://toolset.com/documentation/user-guides/displaying-cred-editing-forms/

Or does each user on your Site provide only ONE post at all time?

#543757
3.3.30screencapture-legendsgaston-level-1-new-members-landing-page-three-thirty-rule-1498915358636.png

Beda,

Thank you so much for your help.

"Or does each user on your Site provide only ONE post at all time?"
YES. This form will only be filled out once per member.

Basically - we want them to use this form - as an online notebook.
For this form - We want them to make a list of contacts they need to complete.
Once they fill out the form - they will not need to edit it.

Can I make a user profile update form - and only include these fields that I need?

Jean

#543873

Hi Beda - I wanted to give you an update.

I did create a new UPDATE USER FORM - just for this set of questions I want to record for the member.

This is good for me.

Thanks so much.