The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
thank you page no 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: thank you page no submission? (/showthread.php?tid=159)



thank you page no submission? - sergiozambrano - May 18th, 2009

We have 2 forms visited by adwords visitors, and the statistics say 164 visitors, and we have 30 forms submitted total.

I don't understand too much about all that, but my partner says those 164 visits were unique visits to the "thankyou.html" page.

Do you think of any other way to get that page from a page other than the form?

I think of adwords faking clicks, but also opening the thankyou page to match visits with clicks? I don't know. I assume there's no way to make formtools to trigger the thankyou page without submitting the form…

Can forms be submitted from an address other than the specified in the form's properties? e.g. bot on host A submitting to my formtools installation on host B.

Do you experienced people know anything about scams, hacks, or anything could be happening? (where someone wins something by doing it, of course)

Form submissions are even through the days, and form works fine, though.


RE: thank you page no submission? - Ben - May 19th, 2009

Hey Sergio,

Quote:Can forms be submitted from an address other than the specified in the form's properties? e.g. bot on host A submitting to my formtools installation on host B.

Absolutely. There's no guarantee that the form data being received is from the form itself. One thing people sometimes do is add code to check the referrer (if your server supports it), but even that isn't guaranteed. Anyone worth their mettle can fake an HTTP header.

It sounds rather like either the stats are at fault, or a bot is linking directly to the thankyou page. This is perfectly likely: once a bot logs the address, there's absolutely no guarantee that it will return to the page in the same order as before.

Do you have stats for the initial form page? Are they similar?

- Ben


RE: thank you page no submission? - sergiozambrano - May 20th, 2009

Thanks for your help, Ben

Unfortunately Freeservers says our hosting package comes with stats, but when I want to access them I'm being redirected to the packages comparison, which again shows me I should have them. I think next time I'll use 000webhost.com. They have php more in a premium package for the price of a starter one.

Do you think any reason why while accessing the thankyou page through the normal way (the form) the data be not recorded?

Do you know any tracking php or open source thing we can put in our server to double track adwords clicks?


RE: thank you page no submission? - Ben - May 23rd, 2009

Hey Sergio,

Given the information you supplied, I can't see any reason why it would be happening, no.

For tracking code, I've used a number of scripts for work - but none I've liked at all. I use Google Analytics fairly religiously on my sites: it's amazing. But for tracking ad clicks, I really can't vouch for it - it may have that functionality but I'm not 100% sure...

- Ben