I'm working on our corporate website, and we would like to have an area where potential employees could fill out an application. I did some research and found out how to incorporate a "Form to E-mail" script on our web server using PHP.
I've built part of the application we're looking to put online, but the problem is, it's a mess! Nothing lines up. For example, we'll have a set of yes or no questions with a drop down box next to each question for an answer, but since each sentence varies in length, none of the drop down boxes line up.
Is there any way to easily organize forms? I've tried using a table within a form, but it looks like it's pretty much impossible.
Any other ideas?
I've built part of the application we're looking to put online, but the problem is, it's a mess! Nothing lines up. For example, we'll have a set of yes or no questions with a drop down box next to each question for an answer, but since each sentence varies in length, none of the drop down boxes line up.
Is there any way to easily organize forms? I've tried using a table within a form, but it looks like it's pretty much impossible.
Any other ideas?