Custom Form Fields
For email Sign Up/Sign In you can add/remove form fields.
Addition
Create a field object(Language Field in our case).
Add it to the list of SignUp/SignIn fields.
Pass object to Email Config.
Full Code Sample.
Removal
In case you want to remove some form fields (Say Confirm Password).
Get the SignUp/SignIn fields.
Pop the last field (Confirm Password Field).
Pass it to Email Config.
Note you will receive the above fields in onSuccess Function as fields param. You can their do some operation like saving to the database.
Last updated