Hello to all CF&CC guru,
struggling with getting to work in CCv6 CF6 form for submission edit😟
​
I have a CF6 form with Dynamic dropdown that reloads other Dynamic dropdown.
​
​
in CCv6:
1) defined Form view tha call Form with {chronoform/section:licences-labot/load};
​
Tried to call CF6 Actions on Form load view - did not suceed;
then I tried to recreate same events in CCv6 -
​
what have i done so far:
​
1) left everything as it is on CF6 form EXCEPT deleted all the Actions related to Dynamic dropdown;
2) created Read data functions (in CCV6):
load_veids - working;
load_katLAT - does not work- it stays in reload mode (circle spinning)
​
​
dropdown field reloadurl point at right event:
​
Event load_katLAT is as follows:
​
​
​
​
Could you please, describe the steps to do in this case and how to alter CF6 form so it works with CCv6? Thanks!
struggling with getting to work in CCv6 CF6 form for submission edit😟
​
I have a CF6 form with Dynamic dropdown that reloads other Dynamic dropdown.
​
​
in CCv6:
1) defined Form view tha call Form with {chronoform/section:licences-labot/load};
​
Tried to call CF6 Actions on Form load view - did not suceed;
then I tried to recreate same events in CCv6 -
​
what have i done so far:
​
1) left everything as it is on CF6 form EXCEPT deleted all the Actions related to Dynamic dropdown;
2) created Read data functions (in CCV6):
- read_data_veids for FIRST dropdown {veids} (Return an array of key/value pairs, two fields must be provided.)
- read_data25 for OTHER dropdown {katLAT} with WHERE condition veids = {data:veids} as it was in CF6 and ; (Return an array of key/value pairs, two fields must be provided.)
- load_veids with function call {fn:read_data_veids} ;
- lod_katLAT;
- And, yes, both fields loads data from the record too - (selected values are {var:read_submission.Submission.veids})
load_veids - working;
load_katLAT - does not work- it stays in reload mode (circle spinning)
​
​
dropdown field reloadurl point at right event:
​
<select data-reloadurl="index.php?option=com_chronoconnectivity6&cont=manager&conn=licences-labot&event=load_katLAT&tvout=view" name="katLAT" id="katLAT" data-mincharacters="0" type="select"><option value=""></option></select>​
Event load_katLAT is as follows:
​
{fn:read_data25}​
{view:katLAT}
​
​
​
Could you please, describe the steps to do in this case and how to alter CF6 form so it works with CCv6? Thanks!