PHP Classes

Form field length and color

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  Form field length and color  >  (Un) Subscribe thread alerts  
Subject:Form field length and color
Summary:is there any way to control the size of the multiple choice
Messages:5
Author:Nikos
Date:2007-11-16 18:33:03
Update:2007-11-19 08:35:00
 

  1. Form field length and color   Reply   Report abuse  
Picture of Nikos Nikos - 2007-11-16 18:33:03
Thanks to Manuel Lemos for his earlier help by email

I am using the form validation classes.
I currently using the auto_complete files and I modified the file test_auto_layout_form.php to suit my form needs.

I have a further question

If you go to http://ecommercetotal.co.uk/alpha/test_auto_layout_form.php

You can see that some of the fields are coloured yellow and some white. I am not sure of the reason. Also is there any way to control the size of the multiple choice fields other that the length of the largest selection choice for that field.You can see that for example that Stimulus Paradigm and conditions selection fields are different sizes.

Any guidance will be very helpful

  2. Re: Form field length and color   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-11-17 02:23:41 - In reply to message 1 from Nikos
I am not able to access that page. It seems to not be responding.

  3. Re: Form field length and color   Reply   Report abuse  
Picture of Nikos Nikos - 2007-11-17 15:18:35 - In reply to message 2 from Manuel Lemos
Its my host, sorry its happens sometimes

please see again

ecommercetotal.co.uk/alpha/test_aut ...

  4. Re: Form field length and color   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-11-17 20:29:42 - In reply to message 3 from Nikos
It still cannot access your site directly. I managed to access it via a free anonymous surfing site. Maybe your ISP is blocking some IP ranges.

Anyway, it seems that the yellow fields you are seeing have to do with the use of auto-fill support being enabled in Google toolbar or a similar extension you use in your browser. In that case, if you disable the auto-fill options the form is rendered normally.

  5. Re: Form field length and color   Reply   Report abuse  
Picture of Nikos Nikos - 2007-11-19 08:35:00 - In reply to message 4 from Manuel Lemos
OK thanks for you insight, it was helpful once again.