Extended Form

Permalink
I spent time to figure this out, but I couldn't..

I put my extended form in most of my pages, and I want to track where the form was submitted (i.e. home page, products, etc.)

I have my email format like this:

Enter your name: king
Email address: king@yahoo.com
Region: NSW AU
Postcode: 1243
How can we help you?: Sample long text

And @ the end of this I want to append "URL:www.www.mywebsite.com/products"..... something like that...

Any thoughts/ideas??
Thanks
Regards, King

 
Pritam replied on at Permalink Reply
Form submissions can be tracked by logging in to the dashboard of your site , once logged in on the left-side bar you should see a link that says Reports, once you click on it you shall get reports in tabbed format for example

Form Results | Surveys | Logs | Extended Form

Click on the Extended Form and you shall get a list of the pages where your form is being used and also the submission details.
kingpangilinan replied on at Permalink Reply
Thanks for your help Pritam, but what I really want is to have the URL appended/included in email message.

Any thoughts?
olliephillips replied on at Permalink Reply
olliephillips
Use a hidden field ?

$form->hidden($name, $value)

Replace $value with something like $_SERVER['PHP_SELF']
chrisizang1 replied on at Permalink Reply
Hello!

i ve allready tryed to change the datefomat of the extended form, where exactly do i have to change the dd/mm/yy?

Tahnks!