The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Multiple Submissions - 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: Multiple Submissions (/showthread.php?tid=248)



Multiple Submissions - walkingby - Aug 19th, 2009

First...I highly apologize if I seem to have a question every few weeks! I simply realized I could use Form Tools for nearly everything I can think of!

I have a client who seems to have an issue with multiple submissions from the same person. She has a donation form which includes a dynamic list menu which pulls from a list of registered members. Every so often a user on her site will donate towards multiple registered members. (one submission directly after another) The first submission always goes through just fine...but every so often the second or third donations never make it to Form Tools. The payment goes through just fine...just no data is sent back to the database.

Any suggestions would be greatly appreciated!

Thanks So Much!

Brian


RE: Multiple Submissions - Ben - Aug 21st, 2009

Hey Brian,

Haha! no worries Smile So is your form a PayPal-enabled form using IPN? I wasn't quite sure from your description precisely what's handling the payment and at what juncture the information gets sent to Form Tools.

Let me know a little more about the technicalities of how your form works and I'll see if I can help troubleshoot.

- Ben


RE: Multiple Submissions - walkingby - Aug 24th, 2009

It's actually using Authorize.net. After further look into this over the weekend, we are pretty sure this was merely a "fluke." Most likely brought about from bandwidth issues.

What I did in this situation was setup a processing script that processes payment via Authorize.net. Upon a successful transaction, the information is then passed to the same table in Form Tools that currently holds the data. So basically I bypass the process.php file in Form Tools, but still give the client ability to view and edit the data within their Form Tools admin area simply because this is where all of her other form data is being stored. (hope that makes sense.)

In gathering further information from her, she's had nearly 1500 successful transactions and 2 with the issues of payment being processed, but no data being sent to Form Tools. (or in this situation...the table in the form tools database) Oddly enough...these both occurred within 15 minutes of each other. What we think happened is the server dropped connection during the checkout process.

Thanks!


RE: Multiple Submissions - Ben - Aug 24th, 2009

That sounds probable. Thanks for posting back - one less worry to have lurking around the back of my mind...!

- Ben