Inside the form element, I can select an option from a dropdown that has a corresponding id="dropdown".

what am i doing wrong?

Make sure you add the id dropdown to the correct element.

Also, input elements are empty elements, they do not have closing tags.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.