Appnitro Software Forums » MachForm

URL Tracking

(2 posts)

  1. Glenn
    Member

    How can I capture the url of the page the form is on and include it in the email that the form sends to me?

    In other words, if I use the same form on 50 different pages, is there a way I can have the form capture the url of the page it is on and include it in the email sends it to me?

    Posted 5 months ago #
  2. walags
    Member

    you could pass the website url as a session variable. you could set the field as hidden and its default value to that variable. unless there is an easier\better way to do it you could look at this this topic...

    http://www.appnitro.com/forums/topic/session-variable-as-default-value-in-admin-only-fields?replies=6

    in each webpage you put the form on just add a little php and set $_SESSION['url'] =

    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.