I have two forms named form1 and form2 in a php page. I have to disable the form2 on page load and enable it after clicked the submit button of form1.. please help me..
” method=”post”>
Enter Students Register Number:
” method=”post” >
“text box to show details”
This is just a conceptualization to give you an idea on how you could accomplish this, I haven’t tested it.