Jquery Popup Form on Page Load (Only One time ) and then store values on Submit..

Discussion in 'PHP' started by abhi10kumar, Mar 15, 2012.

  1. #1
    I want a Jquery Popup Form which will appear on Page Load but only one time (for newsletter purpose). After filling form.. I want to store values into a table.
     
    abhi10kumar, Mar 15, 2012 IP
  2. mrandre

    mrandre Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    check an session variable when start the site, if set then do nothing, if not set then pop up the page, that do the insert of your form, and if successful set the session variable..
     
    mrandre, Apr 1, 2012 IP