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
FormTools and CoffeeCup's FormMaker - 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: FormTools and CoffeeCup's FormMaker (/showthread.php?tid=1729)



FormTools and CoffeeCup's FormMaker - azism - Oct 29th, 2011

I have been playing around with the CoffeeCup FormMaker. However, when trying to get FormTools to work with it, I get nowhere. Am I overlooking something or are the two not compatible?


RE: FormTools and CoffeeCup's FormMaker - Ben - Oct 30th, 2011

Hi Tom,

I'm afraid I don't know that script. But as long as it generates a form that can POST its data somewhere, it'll be compatible.

So you're still having trouble on Step 4 of the Add Form process, yes? As mentioned via my last email, I don't know why that's occuring, but I'll happily debug it for you if you can get me FTP access. Right now, I'm really not sure why it always hangs on that page.

All the best -

Ben


RE: FormTools and CoffeeCup's FormMaker - azism - Nov 5th, 2011

(Oct 30th, 2011, 9:04 PM)Ben Wrote: I'm afraid I don't know that script. But as long as it generates a form that can POST its data somewhere, it'll be compatible.

So, I guess what I need to be sure of here is where to place the code generated by FT. Should it be in the module where the POST command is?


RE: FormTools and CoffeeCup's FormMaker - Ben - Nov 5th, 2011

Hey Tom,

You're implementing a POST form? That code provided by Form Tools needs to be added to your form: the actual HTML in the form markup itself. I'm not sure how CoffeeCup works, exactly, but you'll need to include those two hidden fields and point the form to the process.php by changing the "action" attribute.

[And regarding your email, sorry about that - a spammer posted something to this thread, which I removed.]

- Ben