A form I am working on has been taken as far as I can. It is a form inside a sortable HTML table. The things that I need done to finish the form are the following.
1. Rows in the table to be sortable while leaving center column in place(not sortable). This column has a form field which is a readonly set of numbers. When a different row is sorted around it, the input name's prefix must take on the radio set's input name around it. Other attributes of the readonly field must remain the same.
2. Must be able to select radio button elements on either side of the non-sortable center column.
The structure of a row in the table is: Label{radio button} {readonly number} {radio button}Label
3. The last row in the table has an input box so users need to be able to type in it. This also needs to be sortable with its respective row.
4. At end of form, a check box that, when checked, copies submitted data to a different database table. The DB is the exact same structure and field names as the default DB connection.
5. Reset button should return form to initial order w/o any inputs selected.
6. Must be able to work on any number of table rows.
7. Alternating row background color #F5F5F5.
8. Must be able to perform these functions in all major browsers. (firefox, ie8 and ie9, chrome, opera and safari)
That's it. The form is in CFv3.2. In its current state, it is sortable in firefox only but does not allow for data input..it only sorts the rows.
I have never paid for any kind of custom web work so I really don't know a ballpark figure for this job but if you are interested, PM me an offer. If you would like to view the form first I can PM you a link or a copy of it. I do not necessarily need the form any time soon so the time frame to finish it is very flexible.
thanks for reading,
John
1. Rows in the table to be sortable while leaving center column in place(not sortable). This column has a form field which is a readonly set of numbers. When a different row is sorted around it, the input name's prefix must take on the radio set's input name around it. Other attributes of the readonly field must remain the same.
2. Must be able to select radio button elements on either side of the non-sortable center column.
The structure of a row in the table is: Label{radio button} {readonly number} {radio button}Label
3. The last row in the table has an input box so users need to be able to type in it. This also needs to be sortable with its respective row.
4. At end of form, a check box that, when checked, copies submitted data to a different database table. The DB is the exact same structure and field names as the default DB connection.
5. Reset button should return form to initial order w/o any inputs selected.
6. Must be able to work on any number of table rows.
7. Alternating row background color #F5F5F5.
8. Must be able to perform these functions in all major browsers. (firefox, ie8 and ie9, chrome, opera and safari)
That's it. The form is in CFv3.2. In its current state, it is sortable in firefox only but does not allow for data input..it only sorts the rows.
I have never paid for any kind of custom web work so I really don't know a ballpark figure for this job but if you are interested, PM me an offer. If you would like to view the form first I can PM you a link or a copy of it. I do not necessarily need the form any time soon so the time frame to finish it is very flexible.
thanks for reading,
John