form field sizes too large

davidellis
13 years, 2 months ago
I have a number of input forms built using Blueflame and joomdonation forms. the fields are not resizing or wrapping round so look terrible on the iphone is their anything that can be done

rotating the iphone to landscape mode works but If this is the solution I woudl like to automatically rotate the  page

thanks
dryabov
13 years, 2 months ago
What it URL of the site?
dryabov
13 years, 2 months ago
Used extension has text area
<textarea id="pf_Task" name="pf_Task" rows="5" cols="100" class="inputbox"></textarea>
with hardcoded width of 100 characters. The same is true for input fields:
<input type="text" id="pf_Location" name="pf_Location" class="inputbox" size="100" value="">

You can override it with css like
input[type="text"].inputbox, textarea.inputbox {width:100%}

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.