<div id="mab-postmatic-settings" > <div class="mab-option-box"> <?php echo mab_option_box('submit-button', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('button-style', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('submit-autowidth', $data); ?> </div> <div class="mab-option-box"> <h4><?php _e('Unsubscribe Field', 'mab'); ?> </h4> <?php $enableUnsub = empty($meta['optin']['unsubscribe']) ? 0 : 1; ?> <label><input type="checkbox" name="mab[optin][unsubscribe]" value="1" <?php checked(1, $enableUnsub); ?> > <?php
_e('Enter URL to thank you page where users will be redirected to after signing up. Leave blank to use default URL used by Aweber.', 'mab'); ?> </p> <input type="text" class="large-text" id="mab-optin-aweber-thankyou" name="mab[optin][aweber][thank-you]" value="<?php echo isset($meta['optin']['aweber']['thank-you']) ? $meta['optin']['aweber']['thank-you'] : ''; ?> " /> </div> <div class="mab-option-box"> <h4><label for="mab-optin-aweber-tracking-code"><?php _e('Aweber Tracking Code', 'mab'); ?> </label></h4> <p><?php _e('The ad tracking value you\'d like assigned to subscribers who use this form (Optional).'); ?> </p> <input type="text" id="mab-optin-aweber-tracking-code" name="mab[optin][aweber][tracking-code]" value="<?php echo isset($meta['optin']['aweber']['tracking-code']) ? $meta['optin']['aweber']['tracking-code'] : ''; ?> " /> </div> <div class="mab-option-box"> <?php echo mab_option_box('field-labels', $data); ?> </div> </div>
<?php echo mab_option_box('submit-button', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('button-style', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('submit-autowidth', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('displayed-fields', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('field-labels', $data); ?> </div> <div class="mab-option-box"> <?php echo mab_option_box('redirect', $data); ?> </div> </div><!-- #mab-sendreach-settings -->