Posted by Nathan
2014-05-16

I like the script, works very nice.

Can I call the ‘Form’ from the root directory?
test.php contains the following code:
<?php require('web/form/index.php'); ?>

http://mydomain.com/test.php returns the following error:

Location : CSysCmd/Output
Message : Tempalte ( tpl.contacts.reg_page1.inc.php ) does not exist.

Thanks,
Nathan
Posted by Tom
2014-05-17

Hi Nathan,

Unfortunately, it's not easy to display the form outside of the folder ( except using iframe ). I'm aware of the issue and plan to correct it in a future version (I have to dig into the core code). For now, iframe is the only easy way to do it.