Hi everyone.
I am having some trouble with my custom forms. I created two forms from the page.contact.liquid (Debut theme). The forms aren’t fully submitting. When I receive the emails, I only receive information in one of the boxes. I need the forms to email me information and photos from every box. What’s wrong with my code???
CUSTOM DESIGN QUESTIONNAIRE - https://bearavenue.com.au/pages/custom-design
With this page, I filled out the whole questionnaire and when I received the email, I only received the words from the “Any other further information you’d like us to take into account” box. Why didn’t I receive all of it???
Here’s the code.
{{ page.title }}
{% if page.content.size > 0 %}
Event Date
Type of Event
Date invitations are required by (date)
Number of guests
Quantity of invitations/sets required
Colour palette & theme of your wedding
Items you require? (select all that apply)
Invitations
RSVP Postcards
RSVP Cards + envelopes
Information Cards
Save The Date Cards + envelopes
Save The Date Magnets + envelopes
Thank You Cards + envelopes
On The Day Stationery (I will contact you if you select this option)
Optional extras (select all that apply)
Guest names on invitations
Envelope address printing
RSVP Envelope printing
Name tags
Twine wrapping
Custom drawn map
2-sided printing
Coloured Envelopes
On The Day Stationery (select all that apply)
Menus
Printed Place Cards
Hand-lettered Place Cards
Table numbers
Welcome Sign
Seating Chart
Print finish
Standard Digital Printing
White Ink Printing
Foiling
Letterpress
Blind Embossing
What is your budget?
What is your suburb & postcode? (for shipping calculation)
Any other further information you’d like us to take into account
{% if form.body %}{{ form.body }}{% endif %}Where did you hear about us?
Would you like to be added to our mailing list?
<input type=“checkbox” id=“CustomFormEmail” name="custom[Email]"value=“Yes, please!”/ > Yes, please!
{% endform %}
STATIONERY WORDING - https://bearavenue.com.au/pages/stationery-wording
This form only submits words in the “Please provide any other wording or requests here.” box. Whyyyyyy?!?!?!?!?!
Here’s the code.
<div class=“page-width”>
{{ page.title }}
{% if page.content.size > 0 %}
Order Number
Event Date + Time
Event Location + Address
Main invitation wording: include names, ceremony & reception details, dress code etc.
{% if form.body %}{{ form.body }}{% endif %}RSVP Date
RSVP Requirements (select all that apply)
Dietary requirements
Song request
Email address
Wedding website
Other
How will your guests RSVP? Include your RSVP name, phone numbers, email or return postal address (whichever applies).
{% if form.body %}{{ form.body }}{% endif %}Wording for Details card (if applicable)
{% if form.body %}{{ form.body }}{% endif %}Please provide any other wording or requests here.
{% if form.body %}{{ form.body }}{% endif %}{% endform %}
PLEASE AND THANK YOU ![]()
