Hi,
im using the userform, and i've created a function so that the same form appears on every page (instructions here: http://www.silverstripe.org/all-other-modules/show/267822?showPost=293032 )
but now i would like to include a hidden field that captures that page that the form was submitted via, i dont think i can use $Title in the "hidden field" section of the admin, as thats not allowed.
so i assumed i could place something like:
<input type="hidden" name="Page" value="$Title" />
to the template...but where?
any help would be much appreciated.