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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, the CB DB Lookup field does not have ajax validation. It will validate when the form is posted though.So there is no way to check a value dynamically in CB tables on the registration page ?
You're already setting the ID to a CB field so you can do a query in a CB Query Field and substitute in the ID as needed. This won't be ajax of course and is only going to display on profile for example.Basically we want now to retrieve and display the userdata corresponding to this reference id in CB tables but we cannot find a way to do it as the reference id inserted by auto action is inserted by javascript.
Is there a way to have DB queries on CB tables by javascript after the registration form display ?
Can I use the cookie to make a query before the registration form display ?
Please Log in or Create an account to join the conversation.