#REM Parameters: #SNIPPET.MethodType ... Type of request (e.g: async, sync) Example: #SNIPPET("INC-GoogleReCaptcha", "MethodType", "async") #ENDREM #IF(#System.ReCaptchaPublicKey) #LOCAL("WidgetID", #UNIQUEID("widget_")) #IF(#GlobalCaptchaString) #SET("GlobalCaptchaString", #GlobalCaptchaString.",".#WidgetID) #ELSE #SET("GlobalCaptchaString", #WidgetID) #ENDIF
#ENDLOCAL #ENDIF