Good evening to all and best wishes.
I'm working with ChronoForms5 and ChronoConnectivity5 and I can not solve a problem (maybe it will be stupid and I do not even see it). With a form, customers send me data. Besides their address they can send me another address for shipping. With the conditional system you open the "shipping address" form, if the customer selects "No" ok, in case of "Si" the mask does not open. (
So far everything is ok. The form arrives via email quietly and works well. Now I've connected ChronoConnectivity5 and I'm compiling the code to "edit" the data.
In "Admin List" / "Actions" / "Edit" ----
Code I entered the following:
Where am I wrong?
Thank you.
I'm working with ChronoForms5 and ChronoConnectivity5 and I can not solve a problem (maybe it will be stupid and I do not even see it). With a form, customers send me data. Besides their address they can send me another address for shipping. With the conditional system you open the "shipping address" form, if the customer selects "No" ok, in case of "Si" the mask does not open. (
So far everything is ok. The form arrives via email quietly and works well. Now I've connected ChronoConnectivity5 and I'm compiling the code to "edit" the data.
In "Admin List" / "Actions" / "Edit" ----
Code I entered the following:
But by checking the conditional does not work.
<?php if ($form->data['spedizione'] == "Si"): ?><table width="80%" border="1" style="border-collapse: collapse;"><tr><td colspan="2" align="center"><b><font style="color:red;">L'indirizzo di spedizione è lo stesso</font></b></td></tr></table><?php else: ?><table width="80%" border="1" style="border-collapse: collapse;"><tr><td colspan="2" align="center"><b><font style="color:red;">L'indirizzo di spedizione è:</font></b></td></tr><tr><td><b>Nome e Cognome:</b> {nomesp} {cognomesp}</td><td><b>Ind.:</b> {indirizzosp}, {civicosp}</td></tr>....</table><?php endif ?>
Where am I wrong?
Thank you.