Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
llau wrote: Hi there,
I have created a custom text field "Organization Name" on the registration form and I need this value to be validated against the database by checking to see if there is already an existing value. The requirement is that no registered members should have the same organization name entered in this text field. If there is, then it should prevent the user from registering, like the way the username field gets validated after entering the name on the CB registration form.
It doesn't look like it's possible to use the "Field entry validation" for this kind of validation, or is there something else that I can use? I'm not a professional member yet, but would either the "CB DB Lookup Field" or the "CB Query Field" plugin meet my requirements?
Better yet, is there a default lookup field that one can enable to a custom field on their registration form?
Any help or advice is greatly appreciated.
Thanks in advance.
V
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Does the CB Query field use ajax validation against the database after the user has entered the text in the field and could I set it up to enter the value into a custom CB field if the query does not match what I'm looking for (eg. SELECT * FROM cb_comprofiler where fieldname = inputvalue)?
Please Log in or Create an account to join the conversation.