<script type="text/javascript">
(function($)
{
$('form#s2member-pro-authnet-sp-checkout-form').submit (function()
{
if (/* Run your conditional here. */)
{
alert('Please check the box that you agree!');
return false;
}
else
return true;
});
})(jQuery);
</script>
Statistics: Posted by Jason Caldwell — September 6th, 2011, 3:59 pm
Statistics: Posted by s_d_p — September 6th, 2011, 3:52 pm
[s2Member-PayPal-Pro-Form ... template="my-template.php" /]
Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.
Statistics: Posted by Jason Caldwell — September 6th, 2011, 2:00 pm
Statistics: Posted by s_d_p — September 5th, 2011, 9:26 am
Statistics: Posted by Cristián Lávaque — September 5th, 2011, 12:56 am
<form onsubmit="return false;">
<input id="our-terms-conds" type="checkbox" /> Yes, I agree to the Terms/Conditions.
<a href="[s2Member-PayPal-Button ... output="url" /]" onclick="if(!document.getElementById('our-terms-conds').checked){ alert('You MUST check the box that you agree.'); return false; }"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" border="0" alt="PayPal®" /></a>
</form>
Statistics: Posted by esljosh — August 24th, 2011, 2:31 am
Statistics: Posted by Black Dynamite — August 12th, 2011, 10:46 pm
Statistics: Posted by Black Dynamite — August 11th, 2011, 11:52 pm
Statistics: Posted by Black Dynamite — August 11th, 2011, 11:41 pm
Statistics: Posted by Cristián Lávaque — August 11th, 2011, 11:17 pm
Statistics: Posted by Black Dynamite — August 11th, 2011, 11:02 pm
Statistics: Posted by Cristián Lávaque — August 11th, 2011, 1:54 pm
Statistics: Posted by Black Dynamite — August 11th, 2011, 10:29 am
Statistics: Posted by Cristián Lávaque — August 10th, 2011, 12:33 pm