Tagged Questions
3
votes
1answer
95 views
we choose to use tables to layout web forms: (how) can we make them valid/accessible?
we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table>
but we are worried about accessibility and standards.
what i ...
1
vote
0answers
28 views
Sending form input to a public database? [closed]
I am looking for a code that will send input from a form to a database or table. For example, there would be a form:
<input type='text' name='name'>
And then a table:
<td>(what they ...
0
votes
2answers
366 views
Creating a site with similar functionality to RateMyProfessors
I'm trying to create a website that accepts submissions into a form, and then later on I can display it in tables organized by categories, similar to how RateMyProfessors does it:
...
