kiwikirsch
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email???
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?YES!!!! YESS!!!!! THANK YOU!!!!!! marry me!!! ??
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?<p>Und weil Spambots keinen Humor haben: [quiz Huhu "Was ist rot und riecht nach blauer Farbe?|rote farbe" "Was sitzt auf dem Baum und klebt eine Collage? Das __|uhu" "Welcher Fisch ist der nervigste? Der __|st?r" "Wie hei?t der Boomerang, der nicht zurückkommt?|stock" "Wie klingelt ein Gorilla an der Tür?|king kong" "Wie nennt man ein helles Mammut?|hellmut" "Wieviele Liegestütz schafft Chuck Norris?|alle"]</p>
(translates to ?and because spambots lack humour:?)
i tried adding both
Der Absender antwortete [quiz]
and
Der Absender antwortete [your-quiz]
in the mail template,but the email contained exactly those, no replies. i feel like a moron. maaan. coding, cooking, knitting and crotcheting is the only things i fail in. i make and maintain and repair my own bikes, furniture, computers, clothes, electricity, water things, i do volunteer in a repair café.. this should be so simple, yet i fail. grrr.
- This reply was modified 3 years, 10 months ago by kiwikirsch.
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?i’m so embarrassed ?? what did i mess up?
?Der Absender antwortete [quiz]?
/** * Quiz response in mail template */ remove_action( 'wpcf7_init', 'wpcf7_add_form_tag_quiz', 10 ); add_action( 'wpcf7_init', 'my_wpcf7_add_form_tag_quiz', 11, 0 ); function my_wpcf7_add_form_tag_quiz() { wpcf7_add_form_tag( 'quiz', 'wpcf7_quiz_form_tag_handler', array( 'name-attr' => true, 'do-not-store' => true, 'not-for-mail' => false, ) ); }
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?awesome! i’ll try this ?? should [quiz] in the mail template then provide me the info i wanted? =D
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?good grief ??
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email?aah! i’ll try that!! i had tried to (wrongly?) observe/figure what would be required in the mail template and thought [your-quiz] would be it. i’ll try ??
__nope. the email then just says [quiz] without using it as a variable for the content of individual quiz responses :/ tried it with “how does a gorilla ring your doorbell?|kingkong” and the email just says [quiz] instead of “kingkong”.
Forum: Plugins
In reply to: [Contact Form 7] Quiz response contained in email??[text quiz …] […] did place the question into the answer box instead of above?
the “text” altered the entire appearance of the quiz itself. i confess to not have tried its further functionality after i saw this, as it didn’t accord to what i wanted it to look :/