Hi everyone,
I have a form consisting of a TextBox "zip", a DropDownField "area", and three checkboxgroups "offers[]", "offers1[]", and "offers2[]". Calling the form via
places the given CODE in the zip field and picks the given OPTION from the area dropdown. So far, so good. Now I would like to also pass on data as to which checkboxes in the three checkbox groups are checked.
How can this be accomplished?
Best, Skrodde
I have a form consisting of a TextBox "zip", a DropDownField "area", and three checkboxgroups "offers[]", "offers1[]", and "offers2[]". Calling the form via
?option=com_chronoforms5&chronoform=FORM-NAME&zip=CODE&area=OPTION
places the given CODE in the zip field and picks the given OPTION from the area dropdown. So far, so good. Now I would like to also pass on data as to which checkboxes in the three checkbox groups are checked.
How can this be accomplished?
Best, Skrodde