FBA user management form to pass newly added fields parameters to the method: Utils.BaseMembershipProvider().CreateUser(txtUsername.Text, txtPassword.Text, txtEmail.Text, txtQuestion.Text, txtAnswer.Text, isActive.Checked, null, out createStatus);

Hi ccoulson,

how to add new fields to the Newuser.aspx form and pass the parameters to below method
Utils.BaseMembershipProvider().CreateUser(txtUsername.Text, txtPassword.Text, txtEmail.Text, txtQuestion.Text, txtAnswer.Text, isActive.Checked, null, out createStatus);

i am new to sharepoint, so please share the code and process step by step clearly

I’ve replied to your duplicate of the question here: