Answered

Form in mobileissue!

  • 17 March 2023
  • 3 replies
  • 64 views

Hi.

 

I want to rise ‘start’ button in my form at mobile view,

But I don’t know how can it be done.

 

Would you please help this?

Thanks!

 

 

icon

Best answer by jeremielp 18 March 2023, 14:30

View original

3 replies

Userlevel 7
Badge +5

Hi @YY11 Happy Friday! I’m afraid it’s not possible to move the buttons on the form, but I can share this feedback with the product team. 

Userlevel 5
Badge +5

Try to set the height of the IFRAME that contains the typeform to 80% instead of 100%. That will reduce the height of the typeform, and the button will appear higher on the screen.

iframe {
width: 100%;
height: 80%;
min-height: 80vh;
}

Drawback is that you will loose some space so the form will not occupy all the screen, which can be an issue if you have lenghty questions later in the form.

Userlevel 7
Badge +5

Hi @YY11 Did the solution above help? Let us know!

Reply