I've succesfully used FT2's API within wordpress on both the frontend and backend. I'm having a small issue regarding the sending of mails from the backend, but i still think it's my fault. When i finish testing this thing i'm doing i'll post some kind of tutorial or code dump... i just wanted to let you know that it works.
Regars, MatÃas.
Me again. The issue i had was related to the bug tracked here: http://bugs.formtools.org/index.php?cmd=view&id=220, so it works.
I will be posting the scripts here soon
In the meantime, i ran into some simple issues, like using some WP variables as name fields in my form, specifically $name (<input name="name" />). When i used that one i got a 404 error just so you know. Also, do the FT stuff before the get_header(); call or use the wp_init hook. Both have worked.
Have fun!
Regars, MatÃas.
Me again. The issue i had was related to the bug tracked here: http://bugs.formtools.org/index.php?cmd=view&id=220, so it works.
I will be posting the scripts here soon

In the meantime, i ran into some simple issues, like using some WP variables as name fields in my form, specifically $name (<input name="name" />). When i used that one i got a 404 error just so you know. Also, do the FT stuff before the get_header(); call or use the wp_init hook. Both have worked.
Have fun!