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



Form Tools
Dynamic Data in the "Form Name" - 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: Dynamic Data in the "Form Name" (/showthread.php?tid=162)



Dynamic Data in the "Form Name" - bwaye - May 22nd, 2009

Is it possible with FT to use dynamic data to fill in the Form Name after the form has been finalized.


RE: Dynamic Data in the "Form Name" - Ben - May 23rd, 2009

Hi Bwaye,

You mean display a different title on the submissions page - and any other pages?

Very interesting...! but out of the box, unfortunately no. That information is pulled directly from the database. In order to do it, you'd need to wedge in some code (via a module) to intercept and change that value before it appears in the pages & other core PHP code. It's very possible, but it would depend on exactly what you're trying to do.

What dynamic data would it depend on? Something to do with the current logged-in client, presumably?

Ben


RE: Dynamic Data in the "Form Name" - bwaye - May 24th, 2009

I knew it would required a little poking around in the code. I have 40 forms which I am using as a online silent auction which will repeat every year. The only thing changing is the date of the auction(s) every Friday. I named them week1, week2, week3, etc. As you can see it can get confusing for the client.

I was hoping it would be easy as popping in a line of code. <?php echo $row_auction['date']; ?>

I could just rename the forms and have the client repopulate the both fields. The one from the form and the name.

Thanks,

The new version seems pretty stable thus far. I am getting some odd behaviors but it seems to be mostly user centered.


RE: Dynamic Data in the "Form Name" - Ben - May 30th, 2009

Hi Bwaye,

Yeah, it's pretty stable. But I've been surprised by a few bugs that have cropped up here and there. Minor stuff, but justify keeping the script in Beta.

Good luck with the mod.

- Ben