the basic idea is to have three options
- email #1 from database
- email #2 from database
- new email
When user would choose #3, a textbox would expand on bottom of dropdown so entering new email would be accessible.
Have you seen something like this anywhere? Any samples/techniques?
All this requires is having a form field whose initial properties are
style="display:none", then showing it if the third option is chosen.Here’s the poor man’s version:
JS: