Hello,
I would like to know if there is a function solution to attach site name from where was the mail send?
As an example I have a form on a site xyz.com/contact, xyz.com/contact2 and xyz.com/contact3 etc...
And I would like to put only one contact form but after reciving it I would like to see
"You've recived new anwser from xyz.com/contact(number)
Name:
Surname:
Mail
Phone
message"
Is it possible to do it ? I've tried with PHP but email massage is not using php only html or text...
I would like to know if there is a function solution to attach site name from where was the mail send?
As an example I have a form on a site xyz.com/contact, xyz.com/contact2 and xyz.com/contact3 etc...
And I would like to put only one contact form but after reciving it I would like to see
"You've recived new anwser from xyz.com/contact(number)
Name:
Surname:
Phone
message"
Is it possible to do it ? I've tried with PHP but email massage is not using php only html or text...
Hi em000,
Which version of ChronoForms are you using?
If it is CFv6 then you can't use PHP in the email template - but you can use a Custom Code action before that to create a new form variable.
Please see this FAQ for some suggestions to get the page information.
Bob
Which version of ChronoForms are you using?
If it is CFv6 then you can't use PHP in the email template - but you can use a Custom Code action before that to create a new form variable.
Please see this FAQ for some suggestions to get the page information.
Bob
Hi,
in v6 you can use this shortcode in the email:
{page:url} and {page:title} to get information about the current page.
Best regards,
Max
in v6 you can use this shortcode in the email:
{page:url} and {page:title} to get information about the current page.
Best regards,
Max
This topic is locked and no more replies can be posted.