Skip Navigation

[Fermé] Forgot password form not working

This support ticket is created Il y a 5 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par Christopher Amirian Il y a 5 mois.

Assisté par: Christopher Amirian.

Auteur
Publications
#2704781
Screenshot 2024-06-27 at 12.35.53 PM.png

Dear Support Team,

I am using Toolset Types,Forms and Access plugin When i print wpv-forgot-password-form in my template using do_shortcode function it print shortcode instead of form

Thanks

#2704808

Christopher Amirian
Supporter

Les langues: Anglais (English )

Hi there,

I am not sure what is the code you use. Maybe if you share that it will help.

Usually using echo or print before do_shortcode should do the trick, but please test your code.

https://stackoverflow.com/questions/63528246/wordpress-shortcodes-not-rendering

Test it by adding another shortcode that is not related to Toolset. See if it renders? If not then it is not related to toolset and you need to find why the code behaves like that.

Thanks.

#2704811
Screenshot 2024-06-27 at 3.11.25 PM.png
Screenshot 2024-06-27 at 3.10.46 PM.png

Hi Christopher Amirian,

I check by set another shortcode it's working fine also Toolset Registeration Form and Login Form also working fine only Forgot password and Reset password shortcode not working here is my code screenshot.

Thanks

#2705109

Christopher Amirian
Supporter

Les langues: Anglais (English )

Hi there,

Ok thanks, according to the documentation you need to have (') characters wrapping the URLs that you use for the shortcode. That might be the issue:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-428134

So something like this:

[wpv-forgot-password-form  reset_password_url='<em><u>lien caché</u></em>;

If the problem persists, please use the link below to login to a clean installation of WordPress and Toolset:

lien caché

Activated the needed Toolset plugins and you can use the File manager to add your code to functions.php file of the theme and try to replicate the issue for further investigation.

Thanks.

Le sujet ‘[Fermé] Forgot password form not working’ est fermé à de nouvelles réponses.