mickeymouse 0 Posted December 29, 2018 Report Share Posted December 29, 2018 My list of items are multi-words, eg., New York. "New York" is displayed but when selected only the first word is sent, in this case "New". How can I get all the words sent? (without altering my list) <select name="name"> <option value=$Row[1]>$Row[1]</option> Quote Link to post Share on other sites
Ingolme 1,019 Posted December 30, 2018 Report Share Posted December 30, 2018 That's because HTML attribute values have to be surrounded by quotation marks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.