I am doing an script to enable site visitors " register" either as individual or group category.
The database is expected to load any of the form when the user selects any of the category.
What action script is required to make the database load the required form?
<form>
Select Your Category:
<SELECT NAME="category" LABEL="Select">
<OPTION VALUE="individual">Individual
<OPTION VALUE="corporate">Corporate/Group
</SELECT>
</form>