I got it working, I had a problem with having 3 forms on one page, and it would disable all of the forms, instead I only wanted to disable 1. I did get it though, thanks
Thats very simple dear...
you can put an if condition like this
<% if (somthing ) then %>
put your form no:1 here
<% else if (condition) then%>
form2
<%else%>
form 3
<%
end if
end if
end if %>
If this was not what yopu expected... then get me your code, i will surely help you..