Jun 21st, 2013, 1:44 AM
Hi,
Two things to consider:
1 - when does it disappear....after which action?
2. If your page is saving but when submitting your form your browser goes blank then the path is wrong as it is not locating the file (I had the same problem). Try this
...("/home/XYZ/abc/ftools/global/api/api.php")
where XYZ is your ID with which you log on to Cpanel
and abc is the main folder for your pages ("public_html" if this is so)
Note that ftools is the folder name of your form tools in which your api form is located. So write here the name of your form tools folder.
hope this helps
alok
Two things to consider:
1 - when does it disappear....after which action?
2. If your page is saving but when submitting your form your browser goes blank then the path is wrong as it is not locating the file (I had the same problem). Try this
...("/home/XYZ/abc/ftools/global/api/api.php")
where XYZ is your ID with which you log on to Cpanel
and abc is the main folder for your pages ("public_html" if this is so)
Note that ftools is the folder name of your form tools in which your api form is located. So write here the name of your form tools folder.
hope this helps
alok
(Jun 7th, 2013, 11:43 AM)zobok@hotmail.co.uk Wrote: Every time i add the
<?php
require_once("http://______________/ftools/global/api/api.php");
?>
to my form all the content disappears not sure where i am going wrong,
someone plllllllease help?http://forums.formtools.org/images/icons/sad.gif