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



Form Tools
Gravity Tools -- plugging in Form Tools coding - 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: Gravity Tools -- plugging in Form Tools coding (/showthread.php?tid=433)



Gravity Tools -- plugging in Form Tools coding - guillermo - Jan 10th, 2010

How do you get Gravity Tools to send its submissions data to FOrm Tools? I'm trying to figure out where to plug in the Form Tools API php coding given in the installation process instructions.


RE: Gravity Tools -- plugging in Form Tools coding - Ben - Jan 12th, 2010

Hi Guellermo,

I'm afraid I'm not familiar with Gravity Tools. What does the script do, exactly? It's a form generator? I'll need to know a little more about the script to help out. But if it's generating forms which you can edit yourself, you're good to go. If it puts limitations on what you can do with the forms, that may prove more difficult.

- Ben


RE: Gravity Tools -- plugging in Form Tools coding - simplescience - Jun 9th, 2015

Here is an unofficial way to complete the process within WordPress (v4.2.2 tested):

(NOTE: I do not represent FormTools in any way. These are simply solutions I found on my own that work for my installation.)

  1. Setup Gravityforms on your website, and create a form.
  2. Install the Gravityforms Zapier Add-On.
  3. Go to Zapier.com and setup a "Gravityforms to Webhook" Zap.
  4. Follow the instructions to establish the Zap using the "Form" output, and select "No" to the "Unflatten" option. Use the URL to the "process.php" file in your Formtools installation as the WebHook URL.
  5. Setup a new "External" form in FormTools.
  6. When you begun setting up your ZAP, you were given a URL to that ZAP. Go to the settings for your form, click on "Settings" then "Zapier" and enter that URL as the webhook URL.
  7. Follow the rest of the instructions for the form setup and the ZAP setup as you are building them. You'll be doing them both together.
  8. Run your tests - and once you're done testing, turn on your ZAP.
  9. Submit your form - and you will see the submission in Formtools

It is important to know that you cannot use the "ajax" feature in Gravityforms for this process. That's not typically a problem. Just wanted to mention it since it will not trigger the ZAP if you do.

I know this is a bit cryptic. But the exhaustive list of instructions is pretty detailed. If interested, post here and I'll try to make more exact instructions available.

We have this working on four different Gravityforms WordPress instances now. They seem to be fine.