Forums

Send in page url on email

Zgrkaralar 30 Mar, 2013
Hello;

i want a ask some questions


i have one form and i use this but my problem is i want to see on form sending page url in mail is it posible ?

Thank you
GreyHead 31 Mar, 2013
Hi,

If you add a Custom Code action with this code in it to your form On Submit event:
<?php
$form->data['referer'] = $_SERVER["HTTP_REFERER"];
?>
Then you should be able to use {referer} in the Email.

Bob
Zgrkaralar 31 Mar, 2013
hi ;

Even i add this code in custom code html &php on my form after my form is lost😟

Thank you
Zgrkaralar 31 Mar, 2013
Greyhead we are need your help when i add this form is blank and lost if we are make this form and mailing we want to buy also😉
GreyHead 01 Apr, 2013
Hi Zgrkaralar,

Sorry there was a typo in there with £form-> instead of $form-> Fixed in the original post now.

Bob
GreyHead 09 Apr, 2013
Hi Zgrkaralar,

Do you have a Show HTML action in the On Load event of your form?

Bob
Zgrkaralar 10 Apr, 2013
Hi

if you want i will open one admin for you you will check in chronoform if you have time ?
GreyHead 10 Apr, 2013
Hi Zgrkaralar,

By all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.

Bob
This topic is locked and no more replies can be posted.