CF7 Quiz Integration

Marc Wag­ner

Janu­ar 24, 2025

1 min read|

Das Forge12 Dou­­b­le-Opt-In Plug­in (Ava­da | Ele­men­tor | CF7) Plug­in ermög­licht es, durch die ein­ge­bau­ten Hooks, exter­ne Captcha-Tools zu inte­grie­ren.

WordPress Captcha Plugin von Forge12

Wir bie­ten ein Captcha Plug­in an, das effek­tiv vor Bots und Spam schützt. Die­ses erhal­ten Sie kos­ten­los im Plug­ins­to­re von Word­Press und ist kom­pa­ti­bel zum Dou­­b­le-Opt-In Plug­in.

Integration von CF7 Quiz #

Damit das Dou­­b­le-Opt-In Plug­in mit dem Quiz von Cont­act Form 7 ver­wen­det wer­den kann, müs­sen Sie den fol­gen­den Code inte­grie­ren. Wir emp­feh­len dazu das Plug­in WP Code. Alter­na­tiv kön­nen Sie den Code auch bequem in Ihrer functions.php ein­fü­gen.

/**
 * Entferne die CF7 Quiz Validierung
 */
add_action('f12_cf7_doubleoptin_before_send_default_mail', 'disable_cf7_quiz_validation');

function disable_cf7_quiz_validation(){
	remove_filter( 'wpcf7_validate_quiz', 'wpcf7_quiz_validation_filter', 10, 2 );
}

Der Code ent­fernt beim Bestä­ti­gen des Opt-Ins tem­po­rär die Vali­die­rung für das Quiz von Cont­act Form 7, wodurch die Opt-In Mail ver­sen­det wer­den kann.

88e86fcb816eff22bc917094df2862d8dd5c0e978b333e6dd5f36f808990c261 96

Arti­kel von:

Marc Wag­ner

Hi Marc here. I’m the foun­der of Forge12 Inter­ac­ti­ve and have been pas­sio­na­te about buil­ding web­sites, online stores, appli­ca­ti­ons and SaaS solu­ti­ons for busi­nesses for over 20 years. Befo­re foun­ding the com­pa­ny, I alre­a­dy work­ed in publicly lis­ted com­pa­nies and acqui­red all kinds of know­ledge. Now I want to pass this know­ledge on to my cus­to­mers.

Hast du eine Fra­ge? Hin­ter­lass bit­te einen Kom­men­tar