Hi,
how can I pass a joomla php variable to chronoform input field ?
I created a variable in joomla $title="home";
and I am calling the form with
{chronoforms6}zip-cnt{/chronoforms6}
in parallel I created in the chronoform a custom code before submitting the form
<?
$this->data['my_mark'] = $title;
?>
why can I not get the variable value in the my_mark variable in chronoform ?
what am I missing ?
thanks
reg
gp
how can I pass a joomla php variable to chronoform input field ?
I created a variable in joomla $title="home";
and I am calling the form with
{chronoforms6}zip-cnt{/chronoforms6}
in parallel I created in the chronoform a custom code before submitting the form
<?
$this->data['my_mark'] = $title;
?>
why can I not get the variable value in the my_mark variable in chronoform ?
what am I missing ?
thanks
reg
gp