The user sees a web form with a bunch of controls. One of them is a combo box (drop down list) with several options.
He selects one and hits the submit button. My PHP form action validates the input & shows the submission as a read-only version of the input form for confirmation.
I would like to prevent the combobox from dropping down, using only HTML generated by PHP.
Can I?
Edit: I need to display it as it was in the original form (WYSIWYG), so can't just use plain text