Stopped working today…?
-
Hi
Yesterday the form worked fine but today the conditional fields isn’t included in the email?
Hope you can help soon…8)
Contact form: Version 4.8
Conditional fields: Version 1.3.4
-
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 8 years, 11 months ago by
designerlab.
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 8 years, 11 months ago by
designerlab.
I don’t have time to look into this in great detail. but all your field names should be unique, which is not the case in your form. please check the FAQ.
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.
It seems to be working now – so thanks a lot for the respond and fast error finding skills 8)
you’re welcome! thanks for actually trying the solution 🙂 feel free to leave a review if you like using the plugin. Cheers!
-
This reply was modified 8 years, 11 months ago by
The topic ‘Stopped working today…?’ is closed to new replies.