The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Re-Edit Form? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: Re-Edit Form? (/showthread.php?tid=225) Pages:
1
2
|
RE: Re-Edit Form? - greatwhitebuffalo - Dec 10th, 2010 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! RE: Re-Edit Form? - greatwhitebuffalo - Dec 12th, 2010 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! RE: Re-Edit Form? - akeane - Apr 26th, 2011 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... RE: Re-Edit Form? - heywood7 - May 26th, 2011 (Aug 15th, 2009, 2:21 PM)Ben Wrote: Hey Speny, After adding the '"may_update_finalized_submissions" => true', how does one go about finalizing the file? |