Search code examples
phpformsdrop-down-menucontacts

Drop down values seen as not selected on PHP contact form?


Just a slight problem with my drop down menus. It's probably something really simple that I've overlooked. The drop down boxes don't "see" themselves as being selected. I'm still working on the validation of the other boxes, so don't worry about them. As like all my other problems I've posted on this site, it's probably something really simple.

EDIT: This can be fixed by adding a value to the option itself.


Solution

  • Might you need to write your option tags as

    <option value="Roof Repairs">Roof Repairs</option>