The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Error Code: #101 - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: Error Code: #101 (/showthread.php?tid=949) |
Error Code: #101 - farhaenis - Nov 27th, 2010 Hi, I have this error when using a new form.i red the documentation: Before trying to put through your test submission, you should get your form working with this function. Add this PHP code to top of the FIRST page in your form (even if it's a single page form): <?php require_once("../global/api/api.php"); $fields = ft_api_init_form_page("", "test"); ?> my problem is that i dont now where should i copy this cod. Please help me. RE: Error Code: #101 - Ben - Dec 4th, 2010 Hi farhaenis, You have to copy and paste that chunk of code and add it to the top of your form page. Good luck! - Ben |