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



Form Tools
FormTools tutorial help PayPal-Enabled Form - 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 tutorial help PayPal-Enabled Form (/showthread.php?tid=849)



FormTools tutorial help PayPal-Enabled Form - momo - Sep 17th, 2010

Hi!

I am following your tutorial (http://ft1.formtools.org/tutorials/paypal_donate_form.php)

I am on "Adding the donation form to Form Tools"... stuck on step 2 to 4.

I sign up and login at formtools.org... But cannot find the "Form Tools" tab/navigation.. which subsequently lead me to click on "Add Form"

Am I literally blind? I searched everywhere...

Quote:2. log into Form Tools and click on the "Add Form" button on the Forms page.

3. On the first page ("Main Information") fill in the relevant information:

1. set the form URL to the URL of the index.php you just uploaded.
2. set the submission type to "Code" and "Submissions need to be finalized".


4. The next page will now generate some PHP and HTML for your particular form.

* For #1, copy and paste the two lines of code into the top of your process.php page that you just uploaded. You should see a comment at the top of the page saying which two lines to overwrite.
*
* For #2, copy and paste the two HTML lines, e.g.

<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="8" />

into your index.php page. Again, you will see a comment showing which two lines to overwrite.
* Ignore #3; the process_form() code is already added to the top of your process.php page.



RE: FormTools tutorial help PayPal-Enabled Form - Ben - Sep 19th, 2010

Hi Momo,

Actually - that means you should log into your OWN Form Tools installation on your website. None of the tutorials or documentation are regarding formtools.org - just your own installation.

All the best -

Ben