/    Sign up×
Community /Pin to ProfileBookmark

Mobile friendly form elements

Hello,

How do i make form elements mobile friendly.

Like i can add p tags out side the form with no style and they resize nicely on mobile device, but the form elements stay small including the p tags with no style….

[code=html]

<form name=”call_logging_form” id=”call_logging_form” method=”post” action=”index.html”>

<div id=”q12″ class=”sub hide email ess blackboard”>
<p>
Browser:
<br />
<select name=”browser” id=”browser”>
<option value=”default” selected>Choose Browser</option>
<option value=”ie”>Internet Explorer (IE)</option>
<option value=”chrome”>Google Chrome</option>
<option value=”firefox”>Mozilla Firefox</option>
<option value=”safari”>Safari</option>
<option value=”opera”>Opera</option>
<option value=”other”>Other</option>
</select>
</p>
</div>
<div id=”q13″ class=”sub hide email ess blackboard”>
<p>
Browser Version:
<br />
<input type=”text” name=”browserversion” />
</p>
</div>
<div id=”q14″ class=”sub hide software printing desktop wireless”>
<p>
Platform:
<br />
<select name=”platform” id=”platform”>
<option value=”default” selected>Choose Platform</option>
<option value=”win”>Windows</option>
<option value=”mac”>Mac</option>
<option value=”linux”>Linux</option>
<option value=”iphone”>iPhone</option>
<option value=”ipad”>iPad</option>
<option value=”android”>Android</option>
<option value=”other”>Other</option>
</select>
</p>
</div>
<div id=”q15″ class=”sub hide software printing desktop wireless”>
<p>
Operating System Version (OS):
<br />
<input type=”text” name=”osversion” />
</p>
</div>

<div id=”description” class=”sub hide “>
<p>
Description:
<br />
<textarea id=”texta” name=”desc” cols=”35″ rows=”7″ onblur=”check13(this.value)”></textarea>
</p>
</div>
<div id=”upload” class=”sub hide “>
<p>
Upload (Attach a screen shot):
<br />
<input type=”file” name=”file” id=”file”>
</p>
</div>
<div id=”clear”></div>

<div id=”footer”>
<input type=”submit” value=”Send” class=”sub “>
</div>
</form>

[/code]

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @lazyminion spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.1,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...