Hello I am using the contact form code in the footer for all pages and I added new field in the footer like the radio button option but the radio button working in desktop and also in android phone but it’s not woking in iPhone , please help if there is in any way.
i am using this code
{%- assign formId = ‘ContactForm’ -%}
{% form ‘contact’, id: formId , class: “pl-lg-2 contact-form-wrapper” %}
Menswear
Womenswear
{%- if form.errors contains 'email' -%}
{{ 'general.accessibility.error' | t }}
{% include 'icon-error' %}
{{ form.errors.translated_fields['email'] | capitalize }} {{ form.errors.messages['email'] }}.
{%- endif -%}