Common Wicket Components
A simple form component that adds and validates the google reCAPTCHA
<div wicket:id="captcha"></div>form.add(new CaptchaFormComponent("captcha");<div wicket:id="stripe-cc"></div>form.add(new StripeCreditCardField("stripe-cc"));