Hi Guys
I would like to create a custom contact us page that features the following tabs
Training Academy Name
Contact Name
Contact Number
Average Amount of Students Per Month
Website URL
I have tried 3 different vids on YouTube but still cannot do it. Theyre themes are different and so is the code.
Please see my current code below
{{ page.title }}
{{ page.content }}
{% form 'contact' %}
{% comment %}
Successful message
{% endcomment %}
{% if form.posted_successfully? %}
{{ 'contact.form.post_success' | t }}
{% endif %}{{ form.errors | default_errors }}
{{ 'contact.form.name' | t }}
{{ 'contact.form.email' | t }}
{{ ‘contact.form.phone’ | t }}
{{ ‘contact.form.message’ | t }}
{% if form.body %}{{ form.body }}{% endif %}{% endform %}
