Skip Navigation

[Closed] Forgot password form not working

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.

This topic contains 3 replies, has 2 voices.

Last updated by Christopher Amirian 3 months, 3 weeks ago.

Assisted by: Christopher Amirian.

Author
Posts
#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

Languages: English (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

Languages: English (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>hidden link</u></em>;

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

hidden link

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.

The topic ‘[Closed] Forgot password form not working’ is closed to new replies.