Conflict with form
-
I have to insert a leads form in a page. The form is custom template written to interface with the database of client service. I installed the template in the themes folder and installed the insert php plugin. I converted the php to short code and put this in the text tab:
[insert_php] include ‘leads-coupon.php’; [/insert_php]I got this:
Warning: include(leads-coupon.php): failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress\wp-content\plugins\insert-php\insert_php.php(48) : eval()’d code on line 1
Warning: include(): Failed opening ‘leads-coupon.php’ for inclusion (include_path=’.;C:\xampp\php\PEAR’) in C:\xampp\htdocs\wordpress\wp-content\plugins\insert-php\insert_php.php(48) : eval()’d code on line 1
The people who wrote the custom template says it’s my problem. Any help would be appreciated.
- The topic ‘Conflict with form’ is closed to new replies.