Tagged Questions
0
votes
1answer
51 views
designing an dynamic html form for 64 fields
I have to design a form which takes inputs and inserts the values into a table which contains around 64 fields. The problem is that the inputs (64 entries) for the table should be retrieved from the ...
0
votes
4answers
178 views
CSS Form Styling
I'm trying to make this:
<form id="simple-search" name="simple-search" action="/search/" method="POST">
<label for="simple-search-address">Location/Address</label>
<input ...
-1
votes
2answers
117 views
CSS Form Styling #2
I have seen forms that can do this without using <br /> etc.
Here's my form:
<form id="staff-login" name="staff-login" action="/staff/login/" method="POST">
<label ...