designerlab
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Stopped working today…?It seems to be working now – so thanks a lot for the respond and fast error finding skills 8)
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Stopped working today…?Hi Jules
Hmm – ok that’s weird because it has been working for a while.
But thanks for the reply – I will give it another go.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Stopped working today…?Hi again,
I tried to create a new form which from the start worked with the conditional fields, but when adding the [_url] method to get the URL from where the form is filled it stopped working again – even when I delete the [_url] it has stopped.
I don’t know if it’s a coincidence but even when making another form it stopped…? But it has worked earlier as I wrote earlier.
- This reply was modified 7 years, 8 months ago by designerlab.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Stopped working today…?Details:
(FORM)
<h3>Tilmelding til arrangementet</h3>
<label> Dit navn (skal udfyldes)
[text* your-name] </label>
<label> Din e-mail (skal udfyldes)
[email* your-email] </label>
<label> Virksomhed (skal udfyldes)
[text* your-virksomhed] </label>
<label>Tilf?j yderligere personer (udover dig selv)
[select* antal-personer “V?lg antal” “2” “3” “4” “5” “over 5”] </label>
[group antal-2]
<label> Navn 2
[text navn-2] </label>
<label> Email 2
[email email-2] </label>
<label> Navn 3
[text navn-3] </label>
<label> Email 3
[email email-3] </label>
[/group]
[group antal-3]
<label> Navn 2
[text navn-2] </label>
<label> Email 2
[email email-2] </label>
<label> Navn 3
[text navn-3] </label>
<label> Email 3
[email email-3] </label>
<label> Navn 4
[text navn-4] </label>
<label> Email 4
[email email-4] </label>
[/group]
[group antal-4]
<label> Navn 2
[text navn-2] </label>
<label> Email 2
[email email-2] </label>
<label> Navn 3
[text navn-3] </label>
<label> Email 3
[email email-3] </label>
<label> Navn 4
[text navn-4] </label>
<label> Email 4
[email email-4] </label>
<label> Navn 5
[text navn-5] </label>
<label> Email 5
[email email-5] </label>
[/group]
[group antal-5]
<label> Navn 2
[text navn-2] </label>
<label> Email 2
[email email-2] </label>
<label> Navn 3
[text navn-3] </label>
<label> Email 3
[email email-3] </label>
<label> Navn 4
[text navn-4] </label>
<label> Email 4
[email email-4] </label>
<label> Navn 5
[text navn-5] </label>
<label> Email 5
[email email-5] </label>
<label> Navn 6
[text navn-6] </label>
<label> Email 6
[email email-6] </label>
[/group]
[group antal-6]
<label> Udfyld navn + email p? alle personer
[textarea flere-end-5 “Fornavn Efternavn – email”]
</label>
[/group]
[submit “Send”]
________________________
(EMAIL)
Tilmelding til arrangement: [_post_title] Link: [_post_url]
Person 1:
[your-name]
[your-email]
[your-virksomhed]
Antal tilmeldte udover ovenst?ende: [antal-personer]
Person 2:
[navn-2]
[email-2]
Person 3:
[navn-3]
[email-3]
Person 4:
[navn-4]
[email-4]
Person 5:
[navn-5]
[email-5]
Liste over +5 personer:
[flere-end-5]
___________________________
(CONDITIONS)
if [antal-personer] equals “over 5” then show [antal-6]
if [antal-personer] equals “5” then show [antal-5]
if [antal-personer] equals “4” then show [antal-4]
if [antal-personer] equals “3” then show [antal-3]
if [antal-personer] equals “2” then show [antal-2]- This reply was modified 7 years, 8 months ago by designerlab.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] WordPress 4.7 CompatibilityGreat thanks!
Ok thank you very much for your reply – I will this…8)