Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
<script type="text/javascript">
function fillInput() {
document.email.value = document.country.value;
}
</script>
<select name="country" id="country" onchange="fillInput()"><option value="email@domain.com">United States</option></select>
<input id="email" name="email" type="text" value="defaultemail@domain.com">
1 to 2 of 2