Mobile Friendly Webforms
make webforms mobile friendly or have a way to create them

26 comments
-
kim bianco commented
this would be great to have. Our webforms look terrible!
-
David Rymarz commented
I agree with this idea. Styling forms in Bronto is a nightmare.
-
Hannah C. commented
It would be great if our webforms were responsive. Most of my clients are re-creating their websites to have a responsive design and it would be nice if they would choose to embed the responsive webforms.
-
Cody Kratzer commented
I am also seeking some guidance on this topic...
-
Laura van Gool commented
I've noticed that the last comment on this was 4 years ago!! Has there been any progress on this?
Surely it is very simple to action for the standard webforms as the templates are so simple?
-
Sean commented
Hi,
I had a problem recently where on a mobile device I could only see the top left corner of the webform. Fortunately I found a solution. When creating webforms, add a block of HTML at the top of the webform and in that block enter the following code:
<head>
<meta name="viewport" content="width=device-width, user-scalable=yes">
</head>That's it! Then the webform will show the entire width and allow users to zoom in and out. This code, or something simlar but better, should be applied to all webforms.