Hi guys I wonder if you can help me?
I have a quite a few 'job search' sites and im in the process of building the main portal site. I have added a login form onto this portal site and was wondering if it is possible to have a dropdown list so my customers can select the site they wish to log into and then use the form to login?
this is what i have on the form, is there anyway to change the form action depending on what they select from the dropdown?
Sorry if this doesnt make any sence i am new to web development and am teaching myself so I dont know all proper terms to use etc
I have a quite a few 'job search' sites and im in the process of building the main portal site. I have added a login form onto this portal site and was wondering if it is possible to have a dropdown list so my customers can select the site they wish to log into and then use the form to login?
Code:
<form action="http://mysite.co.uk/index.php" method="post" style="text-align: left">
Sorry if this doesnt make any sence i am new to web development and am teaching myself so I dont know all proper terms to use etc
Comment