Skip Navigation

[Cerrado] Forgot password form not working

This support ticket is created hace 5 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Christopher Amirian hace 5 meses.

Asistido por: Christopher Amirian.

Autor
Mensajes
#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

Idiomas: Inglés (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

Idiomas: Inglés (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>enlace oculto</u></em>;

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

enlace oculto

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.

El debate ‘[Cerrado] Forgot password form not working’ está cerrado y no admite más respuestas.