The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Donation Form tutorial Step 8-10 - 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: Donation Form tutorial Step 8-10 (/showthread.php?tid=853) |
Donation Form tutorial Step 8-10 - momo - Sep 19th, 2010 following the tutorial here (http://docs.formtools.org/tutorials/paypal/?page=add_donation_form) Step 8... Everything went well in step eight. So I followed the instructions and went into library.php to change from initialize to live. Step 10... When I go through another submission.. it doesn't work..(I do not get redirected to Paypal). Instead I get an error Error Type: User Error Code: #101 — Learn more about this error. On my index.php file this is what i have.. <form action="http://lisajhoang.com/formtools/process.php" method="post" onsubmit="return rsv.validate(this, rules)"> <input type="hidden" name="form_tools_initialize_form" value="1" /> <input type="hidden" name="form_tools_form_id" value="3" /> (this gives me the 101 error code). -- <form action="http://lisajhoang.com/formtools/process.php" method="post" onsubmit="return rsv.validate(this, rules)"> <input type="hidden" name="form_tools_form_id" value="3" /> If i change it to just this.. I get this ERROR The submission was processed correctly, but you haven't specified a redirect URL for this form! Edit your form in the Form Tools UI and add the redirect URL. How do I go on about with this? Thanks in advance |