On my final multiple choice question in the form that’s imbedded on our website, the final multiple choice can’t be submitted and the users can’t complete the form.
Video attached:
Whats wrong with my form? I’m clicking the button (same problem across mobile and desktop) and it seems to respond in terms of colour, but won’t proceed to the next question.
I have checked the logic rules and settings, everything is as it should be.
I looked at your website and this issue is not related to your typeform embed.
It looks like you have additional content (transparent DIV) displayed over your embedded typeform. Any clicks in the highlighted area are caught by this DIV and and the embed is not interactive in that area.
Note that the close button is not clickable for the very same reason. You might want to play around with the z-index of your header and footer. The simplest solution would be to set it to lower value, however that would make them covered by the typeform.
Thanks! @mathio do you happen to see anything that might be causing the embed issue? I can’t see anything in the code that might be causing this offhand (except possibly the height).
Thanks! @mathio do you happen to see anything that might be causing the embed issue? I can’t see anything in the code that might be causing this offhand (except possibly the height).
Hi @Liz & @mathio just want to mention the issue was still there with the original height from the code provided. I just made it slightly larger because it improved the look and enabled the whole form to be shown without the slight need to scroll
I looked at your website and this issue is not related to your typeform embed.
It looks like you have additional content (transparent DIV) displayed over your embedded typeform. Any clicks in the highlighted area are caught by this DIV and and the embed is not interactive in that area.
Note that the close button is not clickable for the very same reason. You might want to play around with the z-index of your header and footer. The simplest solution would be to set it to lower value, however that would make them covered by the typeform.