Form Won’t Send
-
Everything on the Conditional statements works perfectly — it just won’t send the form. Am i missing something here?
The code I have in CF7 is:
<div class=”inline-form-els”>
[text* first-name placeholder “First Name*”]
[text* last-name placeholder “Last Name*”]
</div><div class=”inline-form-els”>
[email* email placeholder “Email*”]
[tel phone-numb placeholder “Phone Number”]
</div>[select inquiry-type first_as_label “Inquiry Type” “General Inquiry” “Concert or Event” “Private Events” “Filming” “Other”]
[group general]
[select how-heard first_as_label “How did you hear about us?” “Attended Event” “Press & Media” “Online Search” “Other”]
[textarea general-message placeholder “Message”]
[/group][group concert-event]
<div class=”inline-form-els”>
[text* company-name placeholder “Event Promotion Company Name”]
[text* desired-date placeholder “Desired Date (dd/mm/yyyy)”]
</div><div class=”inline-form-els”>
[text* alternative-dates placeholder “Alternative Dates (dd/mm/yyyy)*”]
[select event-times first_as_label “Event Times” “Load In” “Door” “Show” “End”]
</div><div class=”inline-form-els”>
[text* expected-attendance placeholder” Expected Attendance*”]
[select age-restrictions first_as_label “Age Restrictions” “21+” “18+” “All Ages”]
</div><div class=”inline-form-els”>
[select type-event first_as_label “Type of Event” “Live Band” “DJ” “Seated” “Other (Describe Below)”]
[text* performers-genre placeholder “Performer’s Genre”]
</div>[textarea message placeholder “Message”]
[/group][group private-event]
<div class=”inline-form-els”>
[text* event-type placeholder “Type of Event”]
[text* event-date placeholder “Desired Event Date”]
</div><div class=”inline-form-els”>
[text* alternative-date placeholder “Alternative Dates*”]
[select event-time first_as_label “Event Times” “Load In” “Door” “Show” “End”]
</div><div class=”inline-form-els”>
[text* number-guests placeholder “Number of Guests*”]
[text budget placeholder "Budget"]
</div>[textarea pe-message placeholder “Message”]
[/group][group filming]
<div class=”inline-form-els”>
[text* desired-film-date placeholder “Desired Date(s)”]
[text* times placeholder “Times”]
</div><div class=”inline-form-els”>
[text budgets placeholder "Budget"]
</div>[textarea filming-message placeholder “Message”]
[/group][group other]
[textarea other-message placeholder “Message”]
[/group][recaptcha align:center]
[submit “Submit”]`———-
And, the conditional form logic looks like this:
https://ibb.co/QFYNK8C———
Can’t seem to figure out why the form won’t submit when i press “submit” .. it doesn’t do anything.
- The topic ‘Form Won’t Send’ is closed to new replies.