Hello,
I’ve tried to find the cause, but I couldn’t succesfully find anything.
I’m using a relative heavy cf7 setup, with custom css and php (three hooks)
add_filter( ‘wpcf7_form_elements’, ‘mycustom_wpcf7_form_elements’ );
//adding my own shortcodes to cf7
add_filter( ‘wpcf7_form_tag’, ‘gruppenkurse_select’, 10, 2);
//adding a dynamic select field
add_action( ‘wpcf7_before_send_mail’, ‘CF7_pre_send’ );
//taking the cf7 submission before sending the email
also plugins such as:
Contact Form 7 – Dynamic Text Extension
Contact Form 7 MailChimp Extension
Contact Form DB
But even by deactivating all the hooks and plugins, my form still spins forever.
I’ve downgraded the version again now, but I’m ready to update again for you to see, when you tell me when you want to have a look at it, I’m not willing to have it online all the time.