| 1 |
<?php |
| 2 |
/** |
| 3 |
* @var string $nonce |
| 4 |
*/ |
| 5 |
?> |
| 6 |
<div class="f12-cf7-doubleoptin-optout-form"> |
| 7 |
<div class="f12-cf7-doubleoptin-optout-form--inner"> |
| 8 |
<form action="" method="post"> |
| 9 |
<h3 for="optout-email"><?php _e('Opt-Out', 'double-opt-in'); ?></h3> |
| 10 |
<label><?php _e('E-Mail', 'double-opt-in'); ?></label> |
| 11 |
<input type="email" id="optout-email" name="email" value="" |
| 12 |
placeholder="<?php _e('[email protected]', 'double-opt-in'); ?>"> |
| 13 |
<input type="submit" name="optout" value="<?php _e('Submit', 'double-opt-in'); ?>"/> |
| 14 |
<?php echo $nonce; ?> |
| 15 |
</form> |
| 16 |
</div> |
| 17 |
</div> |