Is it possible to place the captcha inside a fieldset?

I have a registration form that uses fieldgroup module with the multipage multipage option (with ajax). The captcha appears below each page, and with the ajax enabled it validates the captcha on each page, which is obviously undesirable. If it's possible to place the captcha within one of the pages this would be ideal for me.

Comments

mrchristophy created an issue. See original summary.

hass’s picture

Project: reCAPTCHA » CAPTCHA
Version: 7.x-2.0 » 8.x-1.x-dev
Component: General » Code
naveenvalecha’s picture

Title: Place inside fieldset? » How to place the captcha inside a fieldset
Category: Feature request » Support request
Issue tags: +Novice
umeshsapariya’s picture

We will be working on this issue during Mumbai code sprint #16

couturier’s picture

anybody’s picture

Status: Active » Closed (won't fix)

I guess there won't be a way to solve this in the UI of CAPTCHA module. Such a special case will always need a hook to put it into a nested form structure.
Webform for example uses its own implementation to solve such things. With that I think there's less need for a UI implementation, but if someone could write a tutorial for such custom implementations, that would be great.

As there hasn't been any activity in this issue for > 4 years, I'll close it won't fix. Feel free to reopen with a tutorial or implementation.