Results 1 to 2 of 2

Thread: Submit Conformation

  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Submit Conformation

    I have Auto Index running on my system. There is a form that is filled out by a registered user on the site. After they fill the form out they either press enter or click submit. I would like to add a feature where when they press enter or submit, a conformation screen pops up. Then they can click submit and the form is processed or click don't submit and it takes them back to the form to make corrections.

    Any suggestions would be helpful. Thank you.

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    In the form code, add this onsubmit() event:
    Code:
    <form ... onSubmit="window.open(" ** CONF SCREEN URL HERE **">
    It's as easy as that. You can add details to the window with further code.
    - Josh

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •