The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Emails / Configure Form Fields - 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: Emails / Configure Form Fields (/showthread.php?tid=787) Pages:
1
2
|
Emails / Configure Form Fields - mvpacific - Jul 20th, 2010 In Form Email Field Configuration, Email/FirstName/LastName is defined. However when creating a email template (Users) does not appear as an option under Recipients dropdown. Any ideas on how to resolve? Thanks for your help. RE: Emails / Configure Form Fields - Ben - Jul 21st, 2010 Hi mvpacific, So you don't see a "Form Email Fields" option group in the dropdown, either? That option *should* appear that lists all email fields... mighty odd! What version are you running, and is this an upgrade or a fresh installation? - Ben RE: Emails / Configure Form Fields - KevinR - Aug 5th, 2010 I'm having the same issue since upgrading from 2.0.0 to 2.0.2. It was working before! I even deleted the configured form fields and re-did them, and still no luck. Help! RE: Emails / Configure Form Fields - Ben - Aug 14th, 2010 Hey Kevin, Huh! There were no database changes from 2.0.0 to 2.0.2, so nothing's changed in that regard. I don't suppose you'd mind me taking a look at this? It sounds like a bug, but I'm not 100% sure. If you don't mind, email me your FT admin login info: ben.keen@gmail.com and I'll take a look at it. - Ben RE: Emails / Configure Form Fields - KevinR - Sep 27th, 2010 Ben, Just e-mailed you my FT admin login info. Thanks in advance. -Kevin RE: Emails / Configure Form Fields - Ben - Oct 1st, 2010 Hey guys, Just a heads up on this problem - there have been so many reports, I think it must be related to the upgrade script. This weekend I'll be releasing a new module called Database Integrity. When you get a moment, download it and run it on your system (it works for any non-Beta version, i.e. 2.0.0, 2.0.1, 2.0.2, 2.0.3 and 2.0.4). If it finds any problems, could you post the errors from the error log here? Thanks! - Ben RE: Emails / Configure Form Fields - KevinR - Nov 11th, 2010 Thanks for this module, Ben. I ran it against my installation and got the following error: FORM TOOLS CORE - ft2_hooks - Invalid column: action_location - is: enum('start','end') - should be: varchar(100) -Kevin RE: Emails / Configure Form Fields - Ben - Nov 12th, 2010 Excellent. That will be the cause of some trouble, definitely. Do you have access to phpMyAdmin - or another MySQL client? If so, run the following query on your database: Code: ALTER TABLE ***hooks And replace *** with whatever your database prefix is (probably ft_). - Ben RE: Emails / Configure Form Fields - KevinR - Jan 12th, 2011 OK, I ran the query but I'm still having the problem, at least with the existing forms. Tried deleting the configured form fields and re-configuring them, but still no joy. The e-mail address supplied in the form does not appear as an option in the recipient, from, or reply-to drop down menus. Re-ran the database integrity check and got no errors. RE: Emails / Configure Form Fields - KevinR - Jan 18th, 2011 Anything, Ben? If I can't figure this out soon, I'm going to have to switch to Wufoo or something else. |