Page 1 of 1

Custom PHP code for submitting forms

Posted: Mon Jan 18, 2016 10:52 pm
by webguru
I have my own form that I would like to use to submit online forms. It requires me to have the PHP code above the opening <!doctype html> on my page.

I am trying to create a new template to insert this code in and the admin keeps crashing when I try and save it. It gives me a white page with this:

Method Not Implemented

POST to /admin/moduleinterface.php not supported.

I don't understand how to put this php code in my template. Is it even possible?

Appreciate the help!

Re: Custom PHP code for submitting forms

Posted: Tue Jan 19, 2016 10:12 am
by velden
Try a UDT?

As far as I know it's not supported to use php code in the templates.