View previous topic :: View next topic |
Author |
Message |
beerleaguehats
Joined: 11 Apr 2014 Posts: 10
|
Posted: Thu Feb 26, 2015 11:50 pm Post subject: Proper way to display form for mobile friendly use? |
|
|
What is the proper way to code your forms so they are mobile friendly? For example, I want my form to display without having to pinch and zoom the mobile browser.
I would like big round input areas like most apps have. Right now my input areas are in horizontal mode, should I make them vertical? Will that even help?
See here for example: http://www.reapercrewhats.com/contact.htm
Thanks! |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Feb 27, 2015 4:36 am Post subject: |
|
|
Yes, vertically stacking the questions will help. Additionally, I would play with shrinking the font sizes and text boxes sizes while testing on a phone to see what seems to work well.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
beerleaguehats
Joined: 11 Apr 2014 Posts: 10
|
Posted: Fri Feb 27, 2015 8:55 am Post subject: |
|
|
Now wouldn't shrinking the fonts and text also shrink them on the desktop as well and it will be hard to read them? |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Mar 02, 2015 3:54 am Post subject: |
|
|
beerleaguehats wrote: |
Now wouldn't shrinking the fonts and text also shrink them on the desktop as well and it will be hard to read them? |
Yes. In a perfect world you would build separate forms for desktops and phones, and build in some Javascript detection to direct the user to the proper form based on the type of device they are using.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|