Converting form text box into dropdown for php beginner
Hi,
I am new to php and trying to convert a wordpress form text box to a dropdown list, which then shows the value selected on a different page. I have the code and the text box showing but I do not know how to change the input form to have a dropdown as normally the html would sit under the <form> option.
I would like the dropdown to show the following values for "Condition"=:
New
Used
Other
The code for the page that the value displays on is as follows:
<?php echo $condition; ?>
This is the text form I need to change to a dropdown:
Bookmarks