Full Screen Form for mobile / ipad

Anonymous
Not applicable

Full Screen Form for mobile / ipad

I'm looking to create a Form to collect leads at events useing a simple landing page. However, I want the form to be nearly the whole screen almost like a kiosk. 

I'm finding it hard to make the form full-screen. Any ideas on how to make this happen? 

Something sells me i'm going to have to design a responsive landing page. But will the form be responsive? 

Need a fresh perspective. 
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Full Screen Form for mobile / ipad

Does the page not expand to full the screen size? Or is it an issue with the individual input fields that you would like to expand to full size of page?
Anonymous
Not applicable

Re: Full Screen Form for mobile / ipad

You can Pinch-to-zoom in on the form but I would like it to be native  full-screen when it loads the page. 

For some reason there is lots of white space around the form and you have to zoom in to make it full-screen

Does Marketo have any responsive templates? I can't seem to find any. 

 
Anonymous
Not applicable

Re: Full Screen Form for mobile / ipad

Try adding the line of code below above </head> tag in the HTML of your landing page:
<meta name="viewport" content="width=device-width, initial-scale=1">


Let me know if that solves the issue?