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



Form Tools
Items not coming thru emails - 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: Items not coming thru emails (/showthread.php?tid=1434)



Items not coming thru emails - pauluk - Jul 3rd, 2011

When a form is submitted, all seems to work just fine except that emails dont have the actual display names just the answer field ID ie 1,2,3 etc

Ideas please?

Paul



RE: Items not coming thru emails - pauluk - Jul 4th, 2011

Problem No2

On my form, I have options to select how far something is from peoples homes for example 0.5mile, 1-3 miles, 3-5 miles etc

When the form has been submitted, the 0.5 mile shows correctly if chosen.

However, "1-3" is showing on my results (in Excel view) as "01-Mar-11" ie 1-3 is showign as 1st March. The same applies to 3-5 (03-May-11).

Ideas please?

Also, is there a way to stop people submitting the same form multiple times? (other than re-captcha)

Thanks
Paul



RE: Items not coming thru emails - Ben - Jul 8th, 2011

Hi Paul,

Regarding problem #1, remarkably, this is a bug that somehow got missed for all this time. I've listed a fix here: http://forums.formtools.org/showthread.php?tid=1402&pid=5322#pid5322

It's fixed in 2.1.0 which will shortly become the standard build.

Quote:However, "1-3" is showing on my results (in Excel view) as "01-Mar-11" ie 1-3 is showign as 1st March. The same applies to 3-5 (03-May-11).

Yeah... this is Excel being "helpful". It's an unbelievable pain.

One solution is to spend time messing around with Excel to prevent it from auto-converting the content, but honestly, I've never had much luck persuading it not to. Another option would be to change the values actually being saved to something that won't confuse Excel. "1 to 3" perhaps....?

Quote:Also, is there a way to stop people submitting the same form multiple times? (other than re-captcha)

Is your form an API or POST form?

- Ben