Custom Members Page (Custom Additional Input) [Solved using additional method]

Hello, so I managed to create a custom signup page from the default Login and signUp page of wix Members App.

But my problem is, I want a USER when registering, to enter additional info. So I added a “new element” which is dropdownbox then connect this element to data. I tried to run it but the data from the dropdown was not saved on the Database under “groups” field, but it was saved on the contact list.

Im guessing that the “groups” field is a reserved field.
Just like the “Phones” field, data will be added when the user update his/her profile after she/he logged in.

How may I able to insert additional data? If only I can change Phones Field to School field :frowning:

Please see attached images.

My only guess could be that your values are empty

Hi,
The method you use saves data to contacts, not members’ data.
You should be able to see this information while doing as instructed here .

If you still can’t see the relevant information, please contact Wix Support here .

If I sew you I would use a custom form and save with the API

Hello, yes those values are empty and I have no idea how to insert a value on that collection, that collection was came from the “Members App”. :slight_smile: But I have found a solution on my problem, when user signs up it will also saves to my other database as well as the members App database.

@aleksf yes, that form was from the Members App, signup form, i used the custom signup and i added additional element which is dropdown, now the default textboxes are the only one will save to the database the additional element wont when a user click signUP. So what i did is when user click signUp it i have inserted a code the all the data from the signup element will aso saves to my other database. so basically i have a custom database (new members collection) which i have the full control of it. I dont want to disregard the Members app feature :smiley: like email notification, email message when application was approved, a message after a user register.