Integration with formtools
PermalinkI am trying to add this form using the api (following these instructions:http://docs.formtools.org/tutorials/api_single_page_form/... ) but it just won't seem to work! All that's needed is referencing a file and then running some functions at the beginning.
Please help! I have been trying this for almost a week now! I soon might have to make a decision between concrete5 and formtools... I would be willing to send someone my entire site just to fix this.
Thank you very much!
$fields = ft_api_init_form_page(X);
And that can be included with this block:
http://www.concrete5.org/community/forums/block_requests/simple_php...
2. Yes, it works great for contact forms and what not but not for our behemoth database.
3. It already is on a directory, the program is not what I want to integrate, just the form to send to formtools.
@Maynar - I've tried that and everytime I include the file I get "headers already sent" errors.
Hmmmm, I might make the registration form just be a separate page unless anyone else can help.
if you could live with the process.php i'm pretty sure <form action="/ft/process.php"> will work..
2. did u know that c5 already has an amazing form management tool called form block? have u check that out?
3. if you really have to use formtools (having hundreds of users that're already used to it) there's nothing wrong with use the formtools from a subdomain, for example: even c5 site uses wordpress for their blog
imho, it'll cost u too much to convert the api into a c5 library, of course you can just slap it on and try to make it work, but the maintenance will cost u more in the long run.