pankajagrawal
Forum Replies Created
-
Forum: Plugins
In reply to: [GoToWP] How to do redirect on submit in v3+Hi,
you can provide ‘pageid’ parameter in register_webinar shortcode or
‘Thank You Page’ setting option in ‘Payment Settings’ tab to redirect.
please let us know if you need further help.
Thanks for using our plugin.
Forum: Plugins
In reply to: [GoToWP] not syncing new changesPlease try clicking the Sync button in settings to refresh the info pulled from G2W and let us know if that resolves issue.
if you want to send access details to [email protected] we can take look as well
Thanks for post and look forward to hearing from you!
Forum: Plugins
In reply to: [GoToWP] Warning: json_decode(): option JSON_BIGINT_AS_STRING not implementedHi David,
we have fixed “JSON_BIGINT_AS_STRING” warning, please check and confirm
Thanks,
Forum: Plugins
In reply to: [GoToWP] $(…).validate is not a function when using do_shortcodefixed “Uncaught TypeError: $(…).validate is not a function” error, please check and let us know if any issue
Forum: Plugins
In reply to: [GoToWP] error with time stampHi fprasuhn,
its gr8 to hear that you like our plugin ??
above fatal error seems to be displaying if you have php version less then 5.3 , if that the case and you can use php version above 5.3, error should be fixed.
we are working on fix will be including in next update.
Thanks
PankajYou are welcome, I’m glad I was able to help.
please try this one
add_filter( ‘wpuf_after_post_redirect’, ‘some_callback’, 10, 2 );
function some_callback( $post_url, $post_id ) {
$new_url=get_permalink(43);
return $new_url;
}and let me know result
thanks
Hi imagenparaweb,
@ Do I have to edit the code?
you have to add following code to functions.php of current theme
add_filter(‘wpuf_after_post_redirect’, ‘some_callback’);
function some_callback(){
wp_redirect(get_permalink($page_id));
}@ how does it know which page I want to show?
$page_id in above code is for page which you want to show
let me know if you have any issue
thanks
Hi justanewguy,
please add this code to yours themes functions.php file
@ functions.php
add_filter(‘wpuf_after_post_redirect’, ‘some_callback’);
function some_callback(){
wp_redirect(get_permalink($page_id));
}some_callback can be
your_theme_name_wpuf_after_post_redirect_funcsorry wrong post
Hi DancingPeppers,
you can use following filter to redirect.
add_filter(‘wpuf_after_post_redirect’, ‘some_callback’);
function some_callback(){
wp_redirect(get_permalink($page_id));
}Forum: Plugins
In reply to: [GoToWP] Does not seem to be working for meHi,
i just checked it on
https://ericbrockmanwebsites.com/dev4/webinar
its worked and redirected me to
https://ericbrockmanwebsites.com/dev4/thanks-for-signing-up
page
can you please check if there is also new record added