The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Wordpress Template Settings - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: Wordpress Template Settings (/showthread.php?tid=4731)



Wordpress Template Settings - COS1 - Oct 20th, 2014

Hi There Forum-members

I have just finished a little site for myself and like to give FT a try.
I have get it to work with the process.php method. Now my question:
is it possible run the script with the Api method, within a WP-Template file?
I Have installed a mail script, no plugin, but if i copy the code in all variants in the file, the site breaks.
Can somebody please give me some support, to bring this to work?

have a nice day & thanks[/size]


RE: Wordpress Template Settings - Joe - Oct 22nd, 2014

I would probably just use the process.php method. We typically just use the process.php method when the form needs to be integrated with a WP template file. When we need to use the API method, we usually create a stand alone form that the WP site links to.

Cheers,

Joe


RE: Wordpress Template Settings - COS1 - Oct 22nd, 2014

(Oct 22nd, 2014, 10:12 AM)Joe Wrote: I would probably just use the process.php method. We typically just use the process.php method when the form needs to be integrated with a WP template file. When we need to use the API method, we usually create a stand alone form that the WP site links to.

Cheers,

Joe

for some reasons i can't use a stand alone (form) site for this ... anyway; is it possible or is it to hard to setup? it seems wordpress's system not likes the script? the rest of my php-code in the template-file works great within wordpress
Has anybody bring this to work? if so, it would be great to get some insider-tips .thnx a lot


RE: Wordpress Template Settings - sabakanwal - Dec 20th, 2014

I am new to Form Tools but am very impressed from what I have seen. I have configured the system and built a few forms without issue. I need the form to be able to post to a URL on a separate server so that the data can be collected there. I have been searching for some sample code that might provide an idea of how to accomplish this.

_______________________________
Unlock the key of your success by E20-002 - certkiller
study material, you can easily pass cissp test prep - braindumps.com and Keiser University exam.


RE: Wordpress Template Settings - Joe - Dec 21st, 2014

Hi Sara,

If you're using External Forms, you can just use the process.php method and post the data to wherever your Form Tools installation is hosted. The data will post there even if it's on a different servers. You won't be able to use the API method or the Form Builder.

Cheers,

Joe