I have a span with class="span"
and a hidden field class="dropdown"
.
The span
text changes, and I need to grab the text and set it as the value of the hidden field's value.
I will then use php (I already have) and use the name of the hidden field to email me the text.
How do I do it?