Need a custom code action after PHP with {view:field_radio6}
Hi healyhatman,
I've insert the istruction {view:field_radio6} but the result its the same: when I check one of the firsts radiobuttons group the second disappear🙂
Could you help me to resolve this issue?
Regards
Emanuele
[file=10968]Calcolo_Prestazioni_12_Sep_2018_13_16_25.cf6bak[/file]
You should also rename php7 to options if you want to access it using {var:options}
Nothing yet. Doesn't work😟
Sorry meant {view:field_radios6}
Ok thank You healyhatman!
now work it, with a little issue:
1) the first check ok
2) if I change my choice into first radiobuttons group, the second don't update the select
why?
Please could you to help me to resolve the latest issue?
Seems you have a reload event on Tipologia di locale with no attached event, so when you select that it reloads the calotta field incorrectly and loses the events attached to it.
When you change Tipologia di locale you're reloading Tipo di calotta with the same reload event you use for Tipo di diffusore, so you end up with two copies of the same field, at least in the form backup you uploaded. Make sure the custom code block with {view:field_radios#} is for the correct field.
Hi healyhatman,
I upload a new version of this form, because I don't understand what you mean🙂
Thanks
Lele[file=10986]Calcolo_Prestazioni_18_Sep_2018_10_43_11.cf6bak[/file]
Hi!
Do you have some update?🙂
In the Custom Code action, ABOVE {view: field_radios6} put
{data.clear:calotta}
Great!
Now Work fine!
Thank a lot!
Hi healyhatman,[file=11001]Calcolo_Prestazioni_24_Sep_2018_04_31_30.cf6bak[/file]
I'm sorry but I've another question about this form.
Now I tried to add a new event, when changing "Altezza Locale" dynamically select "Tipo di diffusore".
Unfortunately, there is an interference and the radio button are update with optcalotta value.
What's the error now?
Regards
E.
Maybe have a look at the reload event you've put in for Tipo di diffusore.