I also scraped the "auto" parameter which automatically submits the unsubscription form when the link is clicked in a campaign email. Instead, I introduced the unsubscription options ONE_STEP, ONE_STEP_WITH_FORM, TWO_STEP, TWO_STEP_WITH_FORM. The options without "_WITH_FORM" shall behave like when called with "auto". This functionality is to come. Currently it behaves as ONE_STEP_WITH_FORM.
13 lines
374 B
Handlebars
13 lines
374 B
Handlebars
<mj-section>
|
|
<mj-column>
|
|
<mj-text mj-class="h3">
|
|
{{#translate}}Unsubscribe{{/translate}}
|
|
</mj-text>
|
|
<mj-text>
|
|
{{> subscription_unsubscribe_form}}
|
|
</mj-text>
|
|
<mj-button mj-class="button" href="#submit">
|
|
{{#translate}}Unsubscribe{{/translate}}
|
|
</mj-button>
|
|
</mj-column>
|
|
</mj-section>
|