The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
(solved) unable to update submission - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: (solved) unable to update submission (/showthread.php?tid=11632) |
(solved) unable to update submission - Mservices - Feb 6th, 2016 I'm unable to change and update one of the 60 submissions of a form. All other submissions update without problems. when i hit the update button get a blank page stating: Forbidden You do not have permission to access this document. Click here to go to the homepage of this site. I can open the submission but even without changing anything i get this when hitting the update button, did all the system checks, with no problem. (in this case i just had to remove one of the two phone numbers submitted, had to do it with php admin....) Any ideas? RE: unable to update submission - alexh - Mar 1st, 2016 That's odd.. did you look in the database with php admin to see if there are any strange characters or code in any of the fields? RE: unable to update submission - Mservices - Mar 1st, 2016 Found the problem: In my form i have a textfield that i use for the website url of the customer. If i use the full URL: http://www.domain.com i get the error but when i write the domain without http:// the error does not occur. RE: (solved) unable to update submission - alexh - Mar 1st, 2016 Glad you got it figured out! |