Page is a not externally linkable
glivo - 7:22 am on Jan 5, 2013 (gmt 0)
Is there a way to fill the subject line using select and using html only (without javascript, php, or any other source) just html?
example below
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
<a href="MAILTO:mymail@home.com?Subject="><b>Sign Up</b></a>