Hi, in the index event I call {chronoform: dynamic-dropdown} but the form loses all its functionality, why? Can connectivity and forms work together?

Thanks,
Pablo
Thanks,
Pablo
Well right click, inspect, have a look at the URL the dynamic dropdown field is accessing. Probably pointing to the CC component. Might have to edit the form so instead of pointing to the event name it points to the URL directly, like site.com/index.php?component=com_chronoforms6&chronoform=form_name&event=event_name&tvout=view
Yes of course you are right when it is called from CC it points to index.php?option=com_chronoconnectivity6...
<select data-reloadurl="index.php?option=com_chronoconnectivity6&cont=manager&conn=dynamic-dropdown&event=dynamic&tvout=view" name="more_details" id="more_details" data-mincharacters="0" type="select"><option value=""></option></select>
When it is called from CF it points to index.php?option=com_chronoforms6...
<select data-reloadurl="index.php?option=com_chronoforms6&cont=manager&chronoform=dynamic-dropdown&event=dynamic&tvout=view" name="more_details" id="more_details" data-mincharacters="0" type="select"><option value="nice">Nice</option>
<option value="verygood">Very Good</option>
<option value="super">Super</option></select>
But I don't know where to fix it in the form ?
Thanks in advance,
Pablo
<select data-reloadurl="index.php?option=com_chronoconnectivity6&cont=manager&conn=dynamic-dropdown&event=dynamic&tvout=view" name="more_details" id="more_details" data-mincharacters="0" type="select"><option value=""></option></select>
When it is called from CF it points to index.php?option=com_chronoforms6...
<select data-reloadurl="index.php?option=com_chronoforms6&cont=manager&chronoform=dynamic-dropdown&event=dynamic&tvout=view" name="more_details" id="more_details" data-mincharacters="0" type="select"><option value="nice">Nice</option>
<option value="verygood">Very Good</option>
<option value="super">Super</option></select>
But I don't know where to fix it in the form ?
Thanks in advance,
Pablo
Instead of filling in the "reload event" option, you can go to advanced->extra attributes and type
data-reloadurl:index.php?option=com_chronoformsblahblahblah&tvout=view
data-reloadurl: sorry NOT data-reloadurl=
data-reloadurl:index.php?option=com_chronoformsblahblahblah&tvout=view
data-reloadurl: sorry NOT data-reloadurl=
This topic is locked and no more replies can be posted.