How can I make it so when somebody fills out the contact form and they hit submit the page goes back to the contact form for them to use again without having to refresh the page.
I tried to use the redirect the page option to the same page to see if that worked and it didn’t, any other ideas?
Thanks.
Hey Micheal0424!
Can you post a link to your website please?
Best regards,
Andy
Hi,
Open js/shortcodes.js and look for line 2734:
if(redirect_to && action != redirect_to)
Replace it by this:
if(redirect_to)
Regards,
Josue