@pitaj thanks but I got along
Unsolved View a contact page within the bootbox alert in nodebb
-
This plugin: https://github.com/MinecraftForgeFrance/nodebb-plugin-contact-page creates a contact page at
/ contact
.
I want to view the contents of the contact form (including the captcha) inside a bootbox directory pop-up embedded in the nodebb system.
Is it possible?
Thanks! -
I want something like this (in the example I copied the HTML from
/ contact
after processing, but the captcha does not work):
-
@josef Does everything else (e.g. the form itself) work, just not the CAPTCHA?
If so, then you probably just need to call the captcha initialization method, so that the copied element is initialized by Google correctly.
-
@julian What do I call the boot method؟