pthornt1
11-02-2012, 04:09 AM
What I have is a simply contact form, and when the user hits 'Submit', it needs to pop up with a window asking if the user agrees to disclaimer before the form is sent.
I know very little about JS, and I've tried searching around the web to find some type of UI Modal (I want to be able to customize the style of it to match the website's theme), but all I can find is a UI Modal that allows you to confirm something, but then just shows the results 'you confirmed it!', or along those lines.
So basically, something like this:
User fills out form, clicks Submit.
Pop up: "Do you agree to the *blah blah blah*?
I AGREE -or- CANCEL
if I AGREE - finish submitting the form
if CANCEL - close pop up window
If you'd like to look at the contact form, click here (http://mcgehee.ace-onecomputers.com) and scroll down to it.
I know very little about JS, and I've tried searching around the web to find some type of UI Modal (I want to be able to customize the style of it to match the website's theme), but all I can find is a UI Modal that allows you to confirm something, but then just shows the results 'you confirmed it!', or along those lines.
So basically, something like this:
User fills out form, clicks Submit.
Pop up: "Do you agree to the *blah blah blah*?
I AGREE -or- CANCEL
if I AGREE - finish submitting the form
if CANCEL - close pop up window
If you'd like to look at the contact form, click here (http://mcgehee.ace-onecomputers.com) and scroll down to it.