示例#1
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar" id="op_gateway_key">
	<label class="form-title"><?php 
_e('Gateway Key', OP_SN);
?>
</label>
	<p class="op-micro-copy"><?php 
_e('Use this option to require a special access link for any of your launch funnel pages. Once activated, enter in a key below (use letters and numbers only). You will then need to ensure each of your funnel pages has a redirect page set (this would be your opt-in page) and you can use the special gateway URL for your thank you page link to ensure your subscribers get access', OP_SN);
?>
</p>
    <input type="text" id="op_launch_settings_gateway_key_key" name="op[gateway_key][key]" value="<?php 
echo op_launch_default_attr('gateway_key', 'key');
?>
" />
</div>
示例#2
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar" id="op_redirect_all">
	<label class="form-title"><?php 
_e('Redirect Page', 'optimizepress');
?>
</label>
	<p class="op-micro-copy"><?php 
_e('When activated, this option will redirect all pages in your funnel to the page specified. This is great when you have just set your sales page live', 'optimizepress');
?>
</p>
    <input type="text" id="op_launch_settings_redirect_all_url" name="op[redirect_all][url]" value="<?php 
echo op_launch_default_attr('redirect_all', 'url');
?>
" />
</div>