Hi,
is there a possibility to save datas from chronoform subscriber form into the community builder?
E.g. something like
<?php
$email = JRequest::getVar('email', '', 'post');
$name = JRequest::getVar('name', '', 'post');
$MyForm->formrow->redirecturl = JURI::base()."index.php?option=com_acajoom&act=subscribe&listid=1&receive_html=1&email=$email&name=$name";
?>
for saving datas in acajoom.
Could somebody tell me how to do that?
Thanks!
is there a possibility to save datas from chronoform subscriber form into the community builder?
E.g. something like
<?php
$email = JRequest::getVar('email', '', 'post');
$name = JRequest::getVar('name', '', 'post');
$MyForm->formrow->redirecturl = JURI::base()."index.php?option=com_acajoom&act=subscribe&listid=1&receive_html=1&email=$email&name=$name";
?>
for saving datas in acajoom.
Could somebody tell me how to do that?
Thanks!