It looks like I can accomplish this with a little javascript.. can't I change the onclick to open in a new window? Not sure exactly how to do this yet.. but I believe this is the portion of code needing to be changed:
<div id="paypal_submit_container" class="margin_vertical_30">
<input type="submit" name="gf_paypal_submit" value="<?php echo empty($id) ? __(" Save ", "gravityformspaypal") : __("Update", "gravityformspaypal"); ?>" class="button-primary"/>
<input type="button" value="<?php _e("Cancel", "gravityformspaypal"); ?>" class="button" onclick="javascript:document.location='admin.php?page=gf_paypal'" />
</div>
Posted 13 years ago on Saturday September 17, 2011 |
Permalink