Sep 17th, 2010, 1:03 PM
Hi!
I am following your tutorial (http://ft1.formtools.org/tutorials/paypa...e_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...
I am following your tutorial (http://ft1.formtools.org/tutorials/paypa...e_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.