2017-03-19 12:36:57 +00:00
<form id="main-form" method="post" action="/subscription/ {{ lcid }} /manage-address">
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="cid" value=" {{ cid }} ">
2018-01-28 22:59:05 +00:00
<div class="form-group email">
<label for="EMAIL"> {{ # translate }} Existing Email Address {{ / translate }} </label>
<input type="email" name="EMAIL" id="email" placeholder="" value=" {{ email }} " readonly>
2017-03-19 12:36:57 +00:00
</div>
2018-01-28 22:59:05 +00:00
<div class="form-group email">
<label for="EMAIL_NEW"> {{ # translate }} New Email Address {{ / translate }} </label>
<input type="email" name="EMAIL_NEW" id="email-new" placeholder=" {{ # translate }} Your new email address {{ / translate }} " value=" {{ email }} ">
2017-03-19 12:36:57 +00:00
</div>
<p>
{{ # translate }} You will receive a confirmation request to your new email address that you need to accept before your email is actually changed {{ / translate }}
</p>
<button type="submit" style="position: absolute; top: -9999px; left: -9999px;"> {{ # translate }} Update Email Address {{ / translate }} </button>
</form>