1
Currently I am busy editing the userprofiles for my website. Everything is going OK, I can add new fields, they get saved in the database and I can retrieve them in the userprofile.
But now I am finding trouble when I want other input than a textfield. What I would like to do is add a radio which can select between male / female. Does anyone know how to add such a field, I've tried the XoopsFormRadioYN but it shows only yes or no...
Edit:
Sorry posted to soon, already found what I as looking for: XoopsFormRadio() did the trick!