Hello,
I am in need of some help with figuring out how to fully finish my drop-down contact form, which is not placed in the “contact”-page area but at another page using the custom liquid field.
I have coded my way up until a certain point, but have no clue what to do next in order to complete in all.
Below are two pictures showing the actual page, but also the code I’ve made thus far.
What I am having problems with is:
- Making sure that the customer actually can send in the contact form
- And also where the form information will be sent
- Making it all look visually good
- Creating space between the “drop-down” field with “what is your request regarding?”, and
- Adding another drop-down area asking how many attendees the event has.
The code I’vre written thus far:
{% form 'contact' %}
{{ form.errors | default_errors }}
{% endform %}
In advance - thanks for all help!
Kind regards,
Kristian


