How can I add a radio button as mandatory field when user is registering (with three choices to be specific)?
I first tried to gather this information through vendor mandatory attribute but the problem is that the user can register login to service (and send messages to to listings) without having to include this mandatory information as currently it’s only mandatory when the user tries to submit a listing (but not all user types needs to do this). (I have accepted the vendor direct registration setting also which I thought would directly force every user registering to first add mandatory vendor information specified as mandatory vendor attribute).
So in essence what I try to accomplish is to get the information from the user before he can use the logged in functionalities is to specify which user type he is (User type 1, User type 2 or User type 3) which I will use as a parameter in further functionality down the road. Thank you for your help.
I’m trying to implement this as per your link that you provided but seems I can’t get it to work. I also checked Hivepress Developer Docs on radio buttons and forms and I thought I got it to work.
With this first name and last name text boxes become visible in the registration form but user type radio buttons are not visible. Could you please guide me?
If these radio buttons are linked to a custom attribute this requires further customizations and debugging. I highly recommend waiting for the next HivePress update (it’s planned for tomorrow), there will be an option to add attributes to the registration form.