Ok, let me start off by saying I am quite new to this, but I do have some programming experience. I am trying to use the member profile section to collect some key information from my customers, but this information is best suited for radio buttons and/or drop down menus. This is not an option for custom fields (unless I am missing something). For example, I need to know if my customer is right or left handed. Much better to have radio buttons for this as opposed to a text box.
My first thought was a custom form, but the best I can do with this is have the website send me an email. I want this information to become part of their profile so I can easily find it. So after doing some digging, I see that it is possible to write code to take info from a form and push it to the member profile. I’ve figured out how to read the information from the radio buttons in the form and convert that to a string. I just have no idea how to push that string to the member profile. I believe I’ll need to use the wix-members-frontend API, but after several hours of reading, I haven’t gotten very far.
One additional thought is that when loading the form (assuming this is even the best way to accomplish this), I would want to load any info from the member profile into the form so the user can make changes as needed without having to fill in all the information.
Any help would be greatly appreciated.
Thanks!