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



Form Tools
Need advice for best approach - 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: Need advice for best approach (/showthread.php?tid=2559)



Need advice for best approach - garban - Aug 10th, 2013

Hello!

Thanks for an awesome script. Really helpful!

I'm looking for some advice on the best approach to solve a problem I want to use Formtools for.

I have FT set up on one website, which I use as a control panel for my clients. The idea is to show them various data in the control panel, such as various form submissions etc.

Now, I want to set up forms for displaying in the control panel using Form Tools, but for various reasons these forms will be located on a separate website. Thus, I can't use the same Form Tools instance in both cases.
Is it possible to just set up my forms on the separate site so that they submit to the FT-instance in my control panel? I haven't tested it, and theoretically it sounds doable, but I wanted to ask for advice on the best approach here.
Would this mean I'd need to keep two instances of Form Tools (one on each server) for interacting, and then just setting the form up as appropriate with "external form"?

Just for clarification, what I want to do in bullet points:
* Site A displays and stores the form submissions.
* Site B has the actual forms, which it then submits to Site A's form tools, for easy management of them through site A.

I have experience with PHP etc, so if any programming experience is needed to fix this, it's no issue for me.

Thanks a lot! I'm just trying to wrap my head around what the best approach is.
Cheers!