ontarget wrote: Hi, Is it possible to pre-fill a field value via the registration url in CB?
e.g if i had a checkbox field which i wanted to be ticked when a certain link is clicked
something like
index.php?option=com_comprofiler&view=registers&cb_checkbox=1
I searched the docs but couldn't find anything.
I believe that you can do that with CB and the CB Auto-Actions add-on:
www.joomlapolis.com/addons/cb-auto-actions
You would setup an action that triggers on before the registration form display, has a condition on the cb_checkbox input, and has as action to to set that field if the condition is met.
You can see CB Auto-action documentation
www.joomlapolis.com/documentation/274-cb-auto-actions
, videos:
www.joomlapolis.com/documentation/274-cb-auto-actions
and then try that on our demo site (resets every hour or so) or on your own site.