Oct 13th, 2011, 9:44 AM
HI Garland,
Hmm... nothing changed in that aspect of the API since the very beginning, so I wouldn't recommend installing a previous version.
What you posted looks fine.
If the form doesn't *always* submit, it means that the POST request doesn't always contain a "Submit" key on your form. Are you sure you form submit button has a name="Submit" attribute? (case important!). If not, it may only work on some browsers.
Regarding your thankyou page - is it in the same folder on the same server?
- Ben
Hmm... nothing changed in that aspect of the API since the very beginning, so I wouldn't recommend installing a previous version.
What you posted looks fine.
If the form doesn't *always* submit, it means that the POST request doesn't always contain a "Submit" key on your form. Are you sure you form submit button has a name="Submit" attribute? (case important!). If not, it may only work on some browsers.
Regarding your thankyou page - is it in the same folder on the same server?
- Ben