Invoking signup service {Radio Button}
Hi i'm having an issue invoking the sign up serivce
I have added extra parameters to the signup service to allow me to gather other information such a first and last name of the user who wants to sign up. However one of the parameters I want to add is the selected value of a radio button which the user chooses see the image to understand what i mean
I want to have the user select either the groom or the bride radio button and it saves this into the users collections. I do have the appropriate fields already in the Users collection however I dont know which mapping action I should take when invoking the service. Which property should I map to the parameter "weddingrole" in my sign up service.