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
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
Thanks for your help Pritam, but what I really want is to have the URL appended/included in email message.
Any thoughts?
Any thoughts?
Use a hidden field ?
$form->hidden($name, $value)
Replace $value with something like $_SERVER['PHP_SELF']
$form->hidden($name, $value)
Replace $value with something like $_SERVER['PHP_SELF']
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!
i ve allready tryed to change the datefomat of the extended form, where exactly do i have to change the dd/mm/yy?
Tahnks!
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.