Form Tools API
About the APIThe goal of the API is to provide communication between Form Tools and the outside world. It contains functionality for tasks such as submitting form submissions via PHP code rather than POSTing in the information to process.php, accessing and display Form Tools data in your own webpages, managing client accounts via code rather than the Form Tools interface and other helpful functionality. The Form Tools API is found in your [form tools folder]/global/api/ folder. Depending on the needs and requests of users, additional functions are likely to be added to this file. Requirements
How to use it In order to use the API functions you must include the api.php file in your web page BEFORE the function call. You only need to include this line once. The path must be edited for the location of your api.php file on your server. It can be a relative or absolute link.
DownloadGo to the Changelog / Download page to view all available versions of the API and download the appropriate version for your version of the Form Tools Core. |
Comments
I am writing you this email because I think you have the solution I've been looking for.
I have a small website that will allow user to post their adverts; Once the form is filled out the user will click on the submit button to store his advert on the database (PHP mysql) as normally.
This time I would like the paypal payment option to appear when the user press submit button; Once the payment process is completed, then data provided will be send and store in the database.
Thank you in advance for guiding me to realize the project.
Regards
Thanks for the comment, however the forums are actually a much, much better place for discussions of this kind. Mind posting it there and we'll open up a dialog.
http://forums.formtools.org/
All the best -
Ben


