In short: I need to disable the registration button (-> not allow user to register) if user selects a value from field.
Example: on registration form (front-end):
(a) user selects member type= A => all relevant fields are visible and user proceeds with registration;
(b) user selects member type= B => none of the fields are visible except note (delimiter) with information to call/ check availability, etc. PLUS, the registration button is not visible, thus not allowing the user to proceed with registration.
I have conditionally displayed the fields depending on account selection, but I'm not sure how to completely disable the registration button for that case.
Thanks,
AZ
~~~~~~~~~~~~~~~~
I've also found/read:
TOPIC: block user on after user reg, based on fld
and
Nant article
.