+ 3
type="select" help
what are the name and value for that? and how can i i add choices in it? or is it done by <select></select> ? help pls
2 Réponses
+ 1
You must use <select></select>. For the choices add as many as you want <option value="put here the value">Put here the text visible in the page</option>