Hi there, hoping somebody may be able to help. We are having issues with CF7 behaving weird using Conditional Fields for CF7. Has been fine n the past but not working anymore. Seems we’re not the only ones having a snoop around.
Big picture is we are trying to get the Conditional Fields to email to two different email addresses based on what the user selects. But just getting it to send the correct information to a single email is proving impossible at the moment. What comes through on the corresponding email is all over the place (cities from different countries come through together), and that is when the form actually sends.
Using latest versions of both Plug-ins.
Any help would be greatly appreciated.
Code as it stands in the form:
<p>[text* your-firstname placeholder class:form-fluid "First Name"]</p>
<p>[text* your-lastname placeholder class:form-fluid "Last Name"]</p>
<p>[email* your-email placeholder class:form-fluid "Email"] </p>
<p>[text your-telephone placeholder class:form-fluid "Phone"] </p>
<label> Which country are you enquiring from?
[select* Country include_blank "Australia" "New Zealand"]
[group Australia]
<label> Which city are you enquiring from?
[select* recipient include_blank<span class="Apple-converted-space"> </span>
"Albury" "Adelaide" "Bathurst" "Brisbane" "Cairns" "Caloundra" "Canberra" "Coffs Harbour" "Gold Coast" "Kuri Kuri" "Hobart" "Mackay" "Melbourne" "Newcastle" "Perth" "Rockhampton" "Sydney" "Townsville"]
[/group]
[group NewZealand]
<label> Which city are you enquiring from?
[select recipient include_blank<span class="Apple-converted-space"> </span>
"Whangarei" "Auckland" "Tauranga" "Hamilton" "Napier" "New Plymouth" "Palmerston North" "Wellington" "Nelson" "Christchurch" "Timaru" "Dunedin" "Invercargill"]
[/group]
<p>[textarea your-message placeholder "Message"] </p>
[acceptance accept-this-1] Check here if you accept our terms (<a href="https://stg-vulcan-staging.kinsta.cloud/privacy-policy/">Privacy Policy</a>) [/acceptance]
[submit class:btn class:btn-color-114651 class:btn-outline "Submit"]
