Hi, I need a sign-up form with not only username, email and password.
I need also telephone number, name and surname.
Looking at examples I can see:
webAuth.redirect.signupAndLogin(
{
connection: databaseConnection,
email: email,
password: password,
captcha: captcha.getValue(),
},
but this ‘signupAndLogin’ function does not allow to add fields I need (telephone number, name, surname).
How can I create sign-up form with not only username, email and password?