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
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
Title names in edit_submission.php - 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: Title names in edit_submission.php (/showthread.php?tid=236)



Title names in edit_submission.php - micmor - Aug 11th, 2009

Hello! I'm working with many submissions and many tabs.
in the first tab it shows the name of a pupil and in the other tabs different subjects, the idea is to show other fields in the title, not only "submission_id" but also "name" field. then it would be easier to see wich person I'm editing without to comeback to the first tab.

I hope you understand my problem and thank you in advance!


RE: Title names in edit_submission.php - Ben - Aug 11th, 2009

Hi micmor,

Haha great minds think alike. Smile I've always emulated this behavior by hacking the templates to displaying whatever value I need - usually the person's name. But making this into a general form setting seems very straightforward (and not too tricky!)

I'll check this out and assuming it's not too difficult, try to include it in an upcoming release.

- Ben


RE: Title names in edit_submission.php - micmor - Aug 11th, 2009

Thanks a lot for your fast answer! I'll wait for that update Smile

/Michel


RE: Title names in edit_submission.php - Ben - Aug 13th, 2009

It'll be included in the next update - Sat or Sun; I've got it running locally.

Pop back then! Smile

- Ben


RE: Title names in edit_submission.php - Ben - Aug 15th, 2009

Heya,

I've just released the update.

I added a little documentation here on how to use the field to add placeholders. It's not terribly good, though, to be honest. Once I get a bit of time I'll write a short tutorial on how to customize that field to show whatever information you want.
http://docs.formtools.org/userdoc/?page=edit_form_main_tab

Let me know if you have any trouble getting it going! Smile

- Ben


RE: Title names in edit_submission.php - micmor - Aug 17th, 2009

Hi Ben!! It works fantastic!!

Thank you again!

(Aug 15th, 2009, 2:11 PM)Ben Wrote: Heya,

I've just released the update.

I added a little documentation here on how to use the field to add placeholders. It's not terribly good, though, to be honest. Once I get a bit of time I'll write a short tutorial on how to customize that field to show whatever information you want.
http://docs.formtools.org/userdoc/?page=edit_form_main_tab

Let me know if you have any trouble getting it going! Smile

- Ben