What is the best way to add forms to register
-
Hi Marcus,
I am implementing a process for register.
Because there are several types of users, sufficiently different to have different forms (which themselves have conditional fields), I am looking for the best way to implement a compatible process with Loginwithajax.
Currently for “register” LoginWithAjax launches the default urlhttps://.../wp-login.php?action=register
One solution is to simply add_action (‘init’, ‘function_name’) and build the various need functions (user meta data), widgets etc…
Another could be to move everything to wpforms plugin, I have not chosen this way.
A third way is to follow LWA but add the best compatible forms submissions.In this last way, which I prefer, there are probably some recommendations to follow.
Best regards
Trebly
- The topic ‘What is the best way to add forms to register’ is closed to new replies.