Hi,
i have a strange problem with a form included in k2 article (the same problem appears in joomla article too).
Premise. the same form works to another site with the same templates and the same version of ChronoForms and joomla.
In k2->Item->Impiantistica Sas i set
{chronoforms5}contattiparamoggetto&oggetto=TEST{/chronoforms5}
and i get the variable "oggetto" in my form with code below and it put it in Email-->Dynamic subject: "amp;oggetto"
The form works if i use Test Form functionality but it does not work in my article.
I have no JS error in my console.
I ' m not able to understand where is the problem.
This is the link:
http://www.condominiosereno.it/elettricista/roma/impiantisticasas
Could you help me?
Regards
Daniele
i have a strange problem with a form included in k2 article (the same problem appears in joomla article too).
Premise. the same form works to another site with the same templates and the same version of ChronoForms and joomla.
In k2->Item->Impiantistica Sas i set
{chronoforms5}contattiparamoggetto&oggetto=TEST{/chronoforms5}
and i get the variable "oggetto" in my form with code below and it put it in Email-->Dynamic subject: "amp;oggetto"
<?php
$form->data['oggetto'] = $_GET['oggetto'];
?>
The form works if i use Test Form functionality but it does not work in my article.
I have no JS error in my console.
I ' m not able to understand where is the problem.
This is the link:
http://www.condominiosereno.it/elettricista/roma/impiantisticasas
Could you help me?
This is private content
Regards
Daniele