I need a merge tag that allows me to pass along the TEXT for the selected option in a dropdown, but can't find anything in the documentation.
:value returns the selected options value attribute, :label returns the <label>, but there doesn't seem to be a :text or :content merge tag option.
In my case, the option's value attribute is a WordPress post slug that would be meaningless to the person receiving the email, but necessary to have the field auto-populate via querystring. The selected <option>'s text, however, is relevant... and I need to ensure that it is included in the email.