MarcoWilli
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] HOWTO: Provide Access to Flamingo for non-Admin usersThis works for me. Thanks ckitso!
Forum: Plugins
In reply to: [Flamingo] Empty message history in one goWould also like to know
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Multiple values possible?OK – GOT IT!
The plugin “does not work” together with plugin “Cachify” (or maybe all cache plugins I guess).
Solution:
Enter PageID into Cachify exclude options.- This reply was modified 8 years, 5 months ago by MarcoWilli.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Multiple values possible?Update:
Something is strange!
Tried the test form from the tutorial and did not work with more than one condition line.Fiddled around with it and then it worked. In Firefox (my main browser). But not in IE 11, Chrome 53, … .
Some more fiddling results in: Only works (for now) when logged in into backend. WTF?!Some support would be really great! Thanks =)
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Multiple values possible?form:
<p>[select* location first_as_label "Veranstaltung" "Oberwiesenthal (11.01.17)" "Arber (12.01.17)" "Oberjoch (19./20.01.17)" "Feldberg (25./26.01.17)" "Wilder Kaiser (29./30.01.17)" "Winterberg (08.03.17)"]</p> [group tage-std] <p>[checkbox* tage use_label_element "Tag 1" "Tag 2"]</p> [/group] [group tage-erw] <p>[checkbox* tage-exp use_label_element "Tag 1" "Tag 2" "Abschlusstraining"]</p> [/group]
…
<p>[text person2 placeholder "Zweiter Teilnehmer"]</p> [group teilnehmer-2] <p>[text* mail2 placeholder "E-Mail-Adresse"]</p> <p>[text* sohlenlaenge2 placeholder "Sohlenl?nge"]</p> <p>[text* z-wert2 placeholder "Z-Wert"]</p> [/group]
conditions:
if [person2] not equals "" then show [teilnehmer-2] if [location] equals "Wilder Kaiser (29./30.01.17)" then show [tage-erw] if [location] equals "Oberjoch (19./20.01.17)" then show [tage-std]
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Multiple values possible?I realized that it does not work at all if using more than one condition line even for different fields.
Maybe it′s kind of broke like others report compatibility issues with actual cf7 version?