Forum Moderators: open
Thank you much.
Les Abeyta
<snip>
[edited by: BlobFisk at 2:28 pm (utc) on May 25, 2004]
[edit reason] Sorry, no sigs - please review the TOS. [/edit]
I'd suggest asking over in our Javascript Forum [webmasterworld.com]. Since we're talking paid data entry you can probably ensure that js is turned on in every case.
When you load the form, you could query the DB and have the PHP fill in the form field for you automatically, basing that entry on what the DB says has already been done. This would be simple if you can assume that you are going down the list sequentially.
(I'd guess that if you get any inputs out of order, this could be a terrible mess.)
HTH
Databases can be designed to automatically increment a particular field 1, 2, 3, .... The script, though, would have to do a simple test to decide what source to enter, depending on the entry number.
I'd think you'll also need a way for people to go back to previous entries to edit or review what they did. To do that, you may be back to entering the number in a "go to item #" field or using arrows to run up or down the entries. (I'd probably do both.)
If you're paying by the number of key clicks on the keyboard, this will add to the clicks, but you really do want good data, right?