<?php echo c_ws_plugin__s2member_utils_captchas::recaptcha_script_tag ("clean", 300); ?>
Statistics: Posted by Jason Caldwell — June 25th, 2011, 12:29 am
Statistics: Posted by Jason Caldwell — June 22nd, 2011, 2:28 am
captcha="clean" When you set this Attribute, visitors must prove they're human by typing a captcha/security code. Possible values: 0 = do NOT require a captcha code on this Form; clean = DO require a captcha code on this Form; using the clean theme style. Possible theme styles include: red, white, clean, and blackglass. This service is powered by Google's reCaptcha system.
Statistics: Posted by Cristián Lávaque — June 22nd, 2011, 12:06 am
Statistics: Posted by BobTabor — June 21st, 2011, 12:09 pm
<span>First Name *</span><br />
<input aria-required="true" type="text" maxlength="100" name="s2member_pro_paypal_registration[first_name]" id="s2member-pro-paypal-registration-first-name" class="s2member-pro-paypal-first-name s2member-pro-paypal-registration-first-name" value="%%first_name_value%%" tabindex="10" />
First Name *
<input aria-required="true" type="text" maxlength="100" name="s2member_pro_paypal_registration[first_name]" id="s2member-pro-paypal-registration-first-name" class="s2member-pro-paypal-first-name s2member-pro-paypal-registration-first-name" value="%%first_name_value%%" tabindex="10" />
<p>
<br>
<br>
First Name *
</p>
<input id="s2member-pro-paypal-registration-first-name" class="s2member-pro-paypal-first-name s2member-pro-paypal-registration-first-name" type="text" tabindex="10" value="" name="s2member_pro_paypal_registration[first_name]" maxlength="100" aria-required="true">
Statistics: Posted by BobTabor — June 21st, 2011, 11:28 am
Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?
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.
template="" 100% optional. This can be a custom template file that exists inside your WordPress® theme directory. For example: template="checkout.html".
Statistics: Posted by Cristián Lávaque — June 20th, 2011, 9:40 pm
Statistics: Posted by BobTabor — June 20th, 2011, 9:59 am