Thanks so much for your reply.Well, I did use the HTML5 form in the
first place and that did pass the form data to a Sling Servlet. However,
as per the task requirement, I need to include captcha on the form. I
tried to include CQ5 form captcha into the HTML5 form, like this:................ But the issue
then raised with the validation. How I can do the server-side validation
with the captcha key? More specifically, how the two values :captchaKey
and :captcha can be passed on to the "myForm"? S...