• Resolved The Open Market

    (@jhutson323)


    Hello, I’ve made a login form for woocommerce product pages. There are several sensitive elements that are hidden on these product pages, so it would be ideal to auto refresh the page after the form submits.

    I tried to switch from ajax to page reload form submission mode, but when the page reloads the page is still setup like it’s showing to a logged off user.

    Then I used the below code as an inline message after the form hides, which works great to manually refresh the page, but I’d much rather prefer an automatic refresh option.

    <p>Welcome back!<strong> <a href=".">Click here to reload the</a></strong><strong><a href="."> page</a> </strong>to view the rest of this product's information.</p>
    

    And, obviously trying to redirect to a period (“.”) does nothing.

    I’ve tried external JS but couldnt dial it in to actualy do anything.

    Thoughts?

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Resfresh page after form submits?’ is closed to new replies.