Does anybody know a way with JavaScript or CSS to basically grey out a certain part of a form/div in HTML?
I have a 'User Profile' form where I want to disable part of it for a 'Non-Premium' member, but want the user to see what is behind the form and place a 'Call to Action' on top of it.
Does anybody know an easy way to do this either via CSS or JavaScript?
Edit: I will make sure that the form 'doesn't work' on server side so CSS or JavaScript will suffice.