Hi,
This is my page - http://www.aikidolife.co.il/index.php?option=com_chronocontact&task=send&chronoformname=WeSell&Itemid=53
All works well but the redirection does not work.
I have 2 parameters that I pass to a remote DB. If I redirect to the submit URL, the page redirects correctly but the parameters don't pass through. If I leave it empty and fill in a URL in the Redirect URL, the parameters pass through correctly but the page does not redirect.
I want the parameters to pass through AND for the page to simply redirect.
In the Form Code I inserted the following On Submit Code AFTER Sending email :
Which sends correctly the relevant user parameters.
What am I doing wrong?
Nir
This is my page - http://www.aikidolife.co.il/index.php?option=com_chronocontact&task=send&chronoformname=WeSell&Itemid=53
All works well but the redirection does not work.
I have 2 parameters that I pass to a remote DB. If I redirect to the submit URL, the page redirects correctly but the parameters don't pass through. If I leave it empty and fill in a URL in the Redirect URL, the parameters pass through correctly but the page does not redirect.
I want the parameters to pass through AND for the page to simply redirect.
In the Form Code I inserted the following On Submit Code AFTER Sending email :
<img alt="" width="1" height="1" style="display: none;" src="http://www.wesell.co.il/cevent?type=
lead&advid=1004&name=<?php echo $_POST['Name']; ?>&phone=<?php echo $_POST['Mobile']; ?>"/>
Which sends correctly the relevant user parameters.
What am I doing wrong?
Nir