this:
{if !empty($email)} <input class="form-control" type="email" placeholder="{l s='[email protected]' d='Modules.Emailalerts.Shop'}"/> {/if}
change to:
<input class="form-control" type="email" placeholder="{l s='[email protected]' d='Modules.Emailalerts.Shop'}" value="{if !empty($email)}{$customer.email}{/if}"/>
.png.022b5452a8f28f552bc9430097a16da2.png)