Want to grab Page Title and include in form when submitted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnbob2010
    New Member
    • Jan 2010
    • 2

    Want to grab Page Title and include in form when submitted

    Is it possible to grab something off a given web page (like page title) and send that along with the form when they click submit? I guess the question is - can I variablize the page title and then pull that variable into the form when submitting? I am using bnbform.cgi on my web host.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Yes and no.

    Neither html or css can grab anything off a web page. However, if you insert the value as part of an <input> element on the original page, it will be sent when the form is submitted. Otherwise, you need javascript to do this which is a different board.

    Comment

    Working...