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
View questions - 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: View questions (/showthread.php?tid=1791)



View questions - fdaghmash - Dec 2nd, 2011

Guys,

I've these questions and execuse my little knowledge:

1- Is the only way to attache mutiple files with same record is to have mutiple upload feilds?

2- Can I've a nicer templete like the print one for email submession?Also I need to put a header image(logo) with the report sent or printed!

3- Can I set a defualt value for the ID,or can I create a new feild that has a unique refrence number combinded to a text feild, i.e.: cs120

Thanks in advance

firas


RE: View questions - Ben - Dec 4th, 2011

Hi Firas,

Welcome to the forums!

Quote:1- Is the only way to attache mutiple files with same record is to have mutiple upload feilds?
Right now I'm afraid so.

Quote:2- Can I've a nicer templete like the print one for email submession?Also I need to put a header image(logo) with the report sent or printed!
Sure! You can customize the email templates to contain whatever you want - including styles and links to images.

Quote:3- Can I set a defualt value for the ID,or can I create a new feild that has a unique refrence number combinded to a text feild, i.e.: cs120
You can customize the next submission ID (e.g. starting from 10,000 or something) using the Submission ID Manager module, if that helps:
http://modules.formtools.org/submission_id_manager/download.php

To automatically generate a unique alpha-numeric field, you'd need to write some custom code, then probably use the Submission Pre-Parser module to assign that value to each submission as they're initially added. That would take some programming knowledge, however...

Hope this helps (a bit!)

- Ben