The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
form values still available after variable removal - 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: form values still available after variable removal (/showthread.php?tid=2332) |
form values still available after variable removal - iconicflux - Dec 29th, 2012 I have a form that is javascript generated it's a dynamic form and it allows a person to increase or decrease the number of phone numbers saved. If I add a new phone number I get the new name "phone[0][0][1]" with the value I've chosen ("222-333-4444"). I can submit that form to get to my confirmation page that lists that. If I then use the backbutton to go backwards, I have the form filled out again and I can then use the "remove number" button to remove phone[0][0][1]. On submit, I have validated that it is NOT posting any variables with name phone[0][0][1]; however, I still notice that it is still showing up in the confirmation page. What gives? Is it a problem with PHP sessions? How do I fix it? Thanks, Kevin |