@JBleziSubmitted 12 months ago
I created an extra file for the thank you page, not sure if there is a better way to use javascript and do it in a single page instead?
I created an extra file for the thank you page, not sure if there is a better way to use javascript and do it in a single page instead?
Your solution looks great, only thing I would change would be maybe a little bit more padding around the Stay Updated section. Also, in my approach I just made the Thank You "page" an invisible div by using display: none. Then with javascript set it to display: block when the user submits a valid email, and display none on the stay updated div.