i have this form
and i want to make the form inactive (cannot be editable by visitors, they can only see the value from the form).. anybody know how can i do that?
Code:
<input type="text" name="url" size="50" value="http://www.google.com">


Comment