Skip Navigation

[Resolved] Insert edit user form link

This thread is resolved. Here is a description of the problem and solution.

Problem:

How to insert edit user form link.

Solution:

You can follow our document to setup a content template, and insert edit user form link, like this:

https://toolset.com/forums/topic/insert-edit-user-form-link/#post-1244933

Relevant Documentation:

https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/

This support ticket is created 5 years, 8 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Pat 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1244921

Pat

Hi Luo,

Many thanks for your support. You're right, switching to EN language makes the Forms shortcode available again!

I have another issue now, I have used this code to insert a link to access the page where the Form modification is (integrated in the Views that display a user profile) :
[toolset-edit-user-link content_template_slug="aaa"]Modifier[/toolset-edit-user-link]

In the aaa page, I have inserted :
[cred_user_form form='backoffice-modification-profil-adherent' user='[wpv-user field="ID"]']

But the link is not displayed in the Views.
Did I miss something?

Regards
Pat

#1244933

I suggest you follow our document to setup the content template and edit user form link, for example:
1) Create a content template "edit-user-ct", display the edit user form
2) In the user view's loop, display the edit user form link, like this:
[toolset-edit-user-link content_template_slug='edit-user-ct' target='self']Edit %%USER_NICENAME%%[/toolset-edit-user-link]

See our document:
https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/

#1244958

Pat

Hi Luo,

Thanks for the info. I was asking why there was no "user" types in the content template !!!
I know now that not assigning to any content will make the job !
Regards
Pat