When you prepare a form for mobile devices, make sure the page expands sufficiently for the form to fill the entire screen. To do so for the iPhone, add the following code to the Head section of the HTML layout file.
<head> <title>Mobile contact form</title> <meta name = "viewport" content = "width = device-width" /> $SCRIPTS$ </head>
E-mail message
Form validation errors