Posts: 5
Threads: 2
Joined: Dec 2010
Reputation:
0
I am at the point to where I can use the login to create a new record or have it accept the username / password in the database but it does not pull the existing data to propagate the form. I have done the smartfill and my columns match the data in the database. Any ideas?
Thanks!
Posts: 5
Threads: 2
Joined: Dec 2010
Reputation:
0
Can anyone offer any help on this? I tested the output of the login.php script and get -->
Array ( [submission_id] => 53 [school] => CHG [app_received] => 12/12/1212 [app_type] => FTD [driver_fname] => [driver_initial] => [driver_lname] => [social_security_no] => 111-11-1111 )
The fields in my form have corresponding names. Nothing is being filled into the form though when logging back in. Do I need to do something in the HTML of the form to get it to see these values? Any help would be appreciated.
Thanks!
Posts: 3
Threads: 1
Joined: Apr 2011
Reputation:
0
Have you solved this problem yet?
I have a few ideas but didn't want to go to far ahead if you have already solved it.
TTFN...