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">
|
2018-12-15 19:09:07 +00:00
|
|
|
<label for="EMAIL">{{#translate}}existingEmailAddress{{/translate}}</label>
|
2018-01-28 22:59:05 +00:00
|
|
|
<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">
|
2018-12-15 19:09:07 +00:00
|
|
|
<label for="EMAIL_NEW">{{#translate}}newEmailAddress{{/translate}}</label>
|
2018-11-20 22:41:10 +00:00
|
|
|
<input type="email" name="EMAIL_NEW" id="email-new" placeholder="Your new email address" value="{{email}}">
|
2017-03-19 12:36:57 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>
|
2018-12-15 19:09:07 +00:00
|
|
|
{{#translate}}youWillReceiveAConfirmationRequestToYour{{/translate}}
|
2017-03-19 12:36:57 +00:00
|
|
|
</p>
|
|
|
|
|
2018-12-15 19:09:07 +00:00
|
|
|
<button type="submit" style="position: absolute; top: -9999px; left: -9999px;">{{#translate}}updateEmailAddress{{/translate}}</button>
|
2017-03-19 12:36:57 +00:00
|
|
|
|
|
|
|
</form>
|