Show Div After Process Register, Woo-commerce
After registration process in website, I want to show a hidden div the div are in the same page. but after registration, the page will load and show the same page. here's the form-
Solution 1:
After processing your registration (php code), execute following line
wc_add_notice('Registration successful') ;
Then you don't need new div
Post a Comment for "Show Div After Process Register, Woo-commerce"