Question

Instead of "Message Sent" alert, I would like to load hidden HTML content. Once the user fills out the required fields, through HTML, a Thank You message/image will appear along with an exclusive Pay Now button. Here's the link http://thebrlab.com/razor-chic-of-atlanta/sign-up.php

Was it helpful?

Solution

You can either do this with javascript inserting the div, set the display to none (display:none), then when the button is clicked, use javascript to change the attribute to display:block.

Without more information, I can't give you a better answer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top