Project Description:
There is an HTML form with the following fields:
first name
last name
address
city
state
zip
phone
username
password
retype pass
email
there will be 2 variables passed into this form
SID (subscriber id)
TID (table id)
when this form is requested, first you will take the TID and lookup in a table called "table_defs". This table will
contain 2 columns TID and TableName. Look up the TableName based on the TID
Then look up in the table (who's name you retrieved from the last query) for the record based on the SID column.
The tables will also contain the following field names
SID
first_name
last_name
address
city
state
zip
phone
email
once you have retrieved the proper record, you need to "prefill" the value of their corrisponding form fields when the
form is display to the user
there are 2 special fields that are generated and do not come from the db
username: use the user section of the email address plus a random 5 digit number
password: generate an 8 digit random alpha numberic password
once the page is served up to the consumer, with all the approritate form fields, pre-filled, the form needs to
"auto-submit" after 15 seconds, meaning via javascript, automatically trigger a form submit after 15 seconds
I am looking for a bid on behalf of a customer. Once I have the bids in, I will need to get customer approval prior to proceeding.