I need to hide and show elements depending on actions.
Example:
1- Contact form (visible)
2- Button (Invisible)
If contact form is NOT submitted, Button is hidden.
If contact form is submitted, Button appears.
How can I do something like this? The idea is to show elements by steps, but the user has to do each action in order to see the next one.
Thank you.
Hey peterolle,
Interesting idea, I believe this can be done with JQuery using .click() and .css()
How many steps do you plan to have? Does the form submit have to get feedback from the site or can the clicking of the submission count as a submit?
Have you looked for any plugins yet? In a quick search I found this one, perhaps there are others.
Best regards,
Mike