Plugin Support
Laszlo
(@laszloszalvak)
Hi @crjensen
We don’t have a “Confirm password” or “Verify name” fields, before the registration.
In the Free version, you should only end up on the register flow page if:
So I think those fields will be rather displayed by a third party plugin. Also I could imagine that, the form that you see is not even rendered by our nextend_social_login_register_flow] shortcode, but a third party plugin may redirect to another page.
Anyways, could you send me a link to the page where I can find your social buttons? So I could check this problem.
Best regards,
Laszlo.
Thanks, if you open this page and click Facebook or Google you will see the resulting page with the fields:
https://forkyndelse.dk/undervisning/tilmeldbruger/
Plugin Support
Laszlo
(@laszloszalvak)
Hi @crjensen
I checked the registration with social login and what I currently see is that, you have 2 different forms displayed on the /gruppetilmelding page.
- The first form with all the fields and the Submit button is probably coming from your LD Group Registration plugin
- The second form, with the Privacy Policy message and the “Register” button is coming from our page for register flow shortcode.
So I think the problem is that, you selected this /gruppetilmelding page for our “Page for register flow” setting, but this page is also used by your LD Group Registration plugin. So both of us use it at the same time.
For the “Page for register flow” setting you should create a completely new and empty page, that you don’t use for anything else. For this new page you need to add the suggested shortcode:
[nextend_social_login_register_flow]
and then you should select this page for the “Page for register flow” setting:
That will most likely fix the problem!