ReCaptcha
Definice funkce
FormWidget má attributu IsReCaptcha, který zapne Google reCaptcha, má attributu ReCaptchaTokenIdent, kam se zadá ident inputu ve kterém bude uložený token získaný z Google API
<Widget Ident="ContactForm" xsi:type="FormWidget" FormIdent="Contact"
InsertButtonIdent="Save" ReCaptchaTokenIdent="ReCaptchaToken" IsReCaptcha="true" >