The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
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 |