Can you make a form, then put it inside of a CSS container that isn't visible and later, make it visible by clicking a link without any JavaScript? If so, how? I haven't tried going into CSS' trickery
Printable View
Can you make a form, then put it inside of a CSS container that isn't visible and later, make it visible by clicking a link without any JavaScript? If so, how? I haven't tried going into CSS' trickery
You cannot do it without Javascript. It is best to have it displayed in the first place, then give the option for the use to hide it. That way if the user has turned of Javascript, they will not be missing any data.
You could of course do itt using PHP.
But using PHP would require reloading the page. Oh well, I'll leave it visible then.