following the tutorial here (http://docs.formtools.org/tutorials/payp...ation_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
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