How to add different option in select element within contact form? something like <option value=”1″>Dog</option> <option value=”2″>Cat</option>
Hey heroazad,
Please refer to this: https://www.w3schools.com/tags/tag_select.asp
Best regards,
Rikard
Sorry but this is your theme contact form template, here saying that
Form Element Options
Enter any number of options that the visitor can choose from. Separate these Options with a comma.
Example: Option 1, Option 2, Option 3
But If I put like this, it will be like this <option value=”dog”>Dog</option><option value=”cat”>Cat</option>
But I need something like <option value=”1″>Dog</option> <option value=”2″>Cat</option>