Hi all,
I am using Chronoforms 5 in combination with Joomla fields. I want to populate my dropdown field with values found in one of the Joomla Fields.
I want to split the data above to the following
I am using Chronoforms 5 in combination with Joomla fields. I want to populate my dropdown field with values found in one of the Joomla Fields.
1,2 or 3,4
I want to split the data above to the following
<option>1,2</option>And I want to add this to the dropdown field. Does anyone know how to do this? I know how to split the values, but I don't really know how to add the dynamic data to the field.
<option>3,4</option>