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
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.
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
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.