I have some form fields using php and have recently noticed that some of the fields have a yellow background.
Most of the fields are text, some drop menus etc.
An example:
<input type="text" size="15" name="cc_postcode" value="<?php echo $cc_postcode; ?>" tabindex="7">
This has a yellow background and I cannot see any fifference in the coding to another line which has a white background.
Any help ?
I have also noticed it on other peoples forms where the odd field has a background of yellow.
Iain 🆒