Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #337075

    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.

    #338406

    Hey Micheal0424!

    Can you post a link to your website please?

    Best regards,
    Andy

    #338587
    #339340

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.