Welcome, Guest
Username Password: Remember me

form field sizes too large
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: form field sizes too large

form field sizes too large 13 years, 2 months ago #5612

  • davidellis
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
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

Re: form field sizes too large 13 years, 2 months ago #5613

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4867
  • Karma: 105
What it URL of the site?

Re: form field sizes too large 13 years, 2 months ago #5614

  • davidellis
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0

Re: form field sizes too large 13 years, 1 month ago #5624

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4867
  • Karma: 105
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%}
  • Page:
  • 1
Time to create page: 0.18 seconds

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.