I put the following code (suggested by Formidable) in my functions.php and I also tried the snippet tool. The time is not delayed at all. Is this code still a valid?
add_filter('frm_redirect_delay_time', 'change_delay_time');
function change_delay_time( $delay_time ) {
return 9000;
}
Please login or Register to submit your answer
I would look here for some JavaScript
Options.
https://formidableforms.com/knowledgebase/javascript-examples/javascript-after-form-submit/#kb-show-confirmation-message-then-redirect