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



Form Tools
Custom Submission Date Ouput - 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: Custom Submission Date Ouput (/showthread.php?tid=1844)



Custom Submission Date Ouput - michatmaster7 - Jan 5th, 2012

I searched the site and forums, but all I could find was this page in the documentation: http://docs.formtools.org/userdoc2_1/?page=ft_date

Within the admin portal, I see where you can change the Submission Date to output to whatever you choose from the drop down list. Is there anyway I can add a new custom submission date output to that list?

Here's the problem: When I receive an email from a form submission, I have the submission date listed on the bottom. It looks something like this:

Code:
Submission made: 2012-01-05 12:26 PM

This is perfect, except that I'd like to add a comma between the date and time, or something else to separate the numbers in the output. When I receive the email in Gmail, Google automatically turns the first portion of this into a clickable telephone number:

Code:
tel:2012-01-05%2012

Not a big deal, really, but kind of annoying. I like having the datetime vs just the date. Advice?

Thanks,
Brandon


RE: Custom Submission Date Ouput - Ben - Jan 10th, 2012

Hi Brandon,

Quote:Is there anyway I can add a new custom submission date output to that list?

Good question! Yes, but only with the Custom Fields module. Take a look at the online demo, select the Custom Fields module (From the modules page) and edit the Date field type. There, you can see how it's edited.

- Ben