Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top