The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
New form record vs. update record - 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: New form record vs. update record (/showthread.php?tid=2387) |
New form record vs. update record - pilsnermonkey - Feb 21st, 2013 Question re: New form submission record vs. update record. Is there a setting in FT that will disable the ability to update records through the webpage form? I'm just testing a large, single page form. When I try to add a new record, I am simply over-writing my last db record. It's over-writing every field even if the form is essentially blank. Is this just because the form is picking up my ip address and assuming I want to over-write or is something else possibly amiss? Browser cache issue? RE: New form record vs. update record - Joe - Feb 21st, 2013 If you are using the API, I suspect that the "thank you" page is not setup correctly. You need to clear your sessions in order for users to add a new submission. More details here: http://docs.formtools.org/api/index.php?page=ft_api_clear_form_sessions Cheers, Joe RE: New form record vs. update record - pilsnermonkey - Feb 21st, 2013 You are correct sir. Changed location of thankyou.php and did not edit accordingly. Thanks for the info; fixed. (Feb 21st, 2013, 12:30 PM)Joe Wrote: If you are using the API, I suspect that the "thank you" page is not setup correctly. You need to clear your sessions in order for users to add a new submission. More details here: RE: New form record vs. update record - Joe - Feb 21st, 2013 No problem. Thanks for reporting back. Always nice to know if a problem has been resolved. Cheers, Joe |