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
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
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.