Input for mobile hotel website

opensource

New Member
Hey guys,

can you give me an advice about content in mobile hotel websites?
I attempt to develop a mobile website and then i was trigger of
what content features should i put. I know most hotel website
has a reservation form etc. But now for mobile version.
Can you give me an advice that reservation form is
really a necessary for mobile. I doubt not all mobile browser can
really support features from a form. But anyway just guessing.
I just need more inputs about mobile websites and some features.
Can anyone give me an advice. Thanks much.
 

CaldwellYSR

Member
Hard to tell what you're asking for here but most mobile devices can handle a form just fine... For design purposes you'll just need to make most of the inputs close to the size of the window in the mobile part of your media queries and there shouldn't be any problems.
 

Roddy

New Member
Here's a good page about forms for mobile devices.

Learn about the specific inputs types recognized by mobiles.

You need to test the form on a mobile device or simulator. iPhone, for example, substitutes its own submit button so you need to check that it looks OK on that device.

The easiest approach would be to use jQuery Mobile since it provides all you need (and more) for forms. Its not the easiest to customize other than using the ThemeRoller.

The JQ Mobile forms are responsive so you don't have to bother with media queries.

The main thing with mobile forms is to keep them short and simple. Email and Phone buttons are more useful than a contact form since you can provide the subject and some content and the visitor's email address is already entered for them.
 
Top