Plugin code not working on mobile
-
I’ve added the following plugin code on the webpage provided, which works fine in desktop mode, but NOT on mobile nor tablet… what can I do to make this work? (the code is also present on both mobile & tablet)
<center><strong>PLEASE PROVIDE YOUR DETAILS TO REGISTER </strong></center> <div id="ribbon-lead-form"></div> <script async type="module" host_id="34056" fields="firstName,lastName,email,phoneNumber,City,InterestsInfoS" token="xxxxx" country_code="nz" source_id="xxxx" data-field-def='{"firstName":{"type":"text","label":"First name","required":true},"lastName":{"type":"text","label":"Last name","required":true},"email":{"type":"email","label":"Email","required":true},"phoneNumber":{"type":"phone-number","label":"Phone number","required":true},"City":{"type":"text","label":"City","required":true},"InterestsInfoS":{"type":"text","label":"What are you most interested in to find out more about?","required":true}}' data-on-success-msg="Thank you for your registration – you will now receive an email with the Zoom details! " src="https://momence.com/plugin/lead-form/lead-form.js" ></script> <style> :root { --momenceColorBackground: #FBFBFB; --momenceColorPrimary: 245, 168, 0; --momenceColorBlack: 3, 1, 13; } </style>
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugin code not working on mobile’ is closed to new replies.