Thread Starter
ch1708
(@cham1708)
Hi @kbjohnson90!
lowercase doesn’t work: unregister_widget( ‘ninja_forms_widget’ );
This works: unregister_widget( ‘NF_Widget’ );
Thanks a lot for the link. It’s really helpful!
Hi alexandrarw52:
– Create a page, say, Confirmation Page. The slug would be confirmation-page
– Write thank you message in the page
– In the ‘Form Action’ field, add the slug ‘confirmation-page’ and save. It should work.
Hi rkdoney and kelseyhope,
I have the same problem, and found a way to fix, not the best, but it works.
Consider creating a confirmation page, and add the slug (eg. confirmation-page) in the ‘form action’ field in the plugin.
The only thing is this page could just be found by anyone. You may need to find way to prevent it from being indexed by robots.
Hope this helps.