Skip Navigation

[Resolved] I want to show edit post form on my account page

This support ticket is created 2 years, 7 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by siddhantB 2 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#2418137

Hi Support,

On the 'Edit Profile' button on hidden link, I want to add the form which edits the tutors profile (as shown in screenshot hidden link ) but when I try to place the desired form on the 'Edit Profile' tab on the backend, it works on the back end, but when I visit the website, there is an error. (as shown in screenshot hidden link ).

I expected to see tutor can edit their profile in "Edit Profile" tab with same edit form, please see screenshot here hidden link
Please help me setup this or please share the iFrame so I can get this setup and working.

Thanks
Sid

#2418553

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Sid,

Thank you for getting in touch.

In order to do this you must first create a view that will list the User's profile, given that it is a post type. Then on that view you're going to add a query filter so that you can filter the view by the Post Author. For this filter you will set it to the Current logged in user option.

From there just add your form to the view loop and you should be able to edit the user's profile.

Please let me know if this helps.
Thanks,
Shane

#2422051

My issue is resolved now. Thank you!