Redirect without delay
-
Hi, we’re building a manual multi-step registration form, and on one of the pages we have your wppb-edit-profile form so the user can specify their Nickname and email/password as they sign up. But after they hit “Save” it needs to go directly to the next page. Currently it shows a success message and waits a few seconds before going to our redirect. Is there a way to make the redirect instant without giving a success message and delay?
<?php echo do_shortcode( '[wppb-edit-profile redirect_url="'.get_permalink( 1234 ).'"]' ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Redirect without delay’ is closed to new replies.