HTML block with PHP behind
Permalink
i need to create a customer HTML form with php behind it to submit to a CRM.
where do i put the php file where i can reference it?
thanks
where do i put the php file where i can reference it?
thanks
hi, thanks for the reply.
i have created a single page now, but how do i add a controller?
a controller does seem a little extreme, i only need a bit of php to send the http post to the crm system.
thanks
i have created a single page now, but how do i add a controller?
a controller does seem a little extreme, i only need a bit of php to send the http post to the crm system.
thanks
Try this post. Some of the db calls could be done better using AdoDB (I knew no better myself at the time) but it covers setting up the MVC perfectly
http://www.eantics.co.uk/whats-fresh/mvc-in-concrete5/...
Sent from my iPhone
> On 13 Dec 2013, at 10:37, "concrete5 Community" <discussions@concretecms.com> wrote:
http://www.eantics.co.uk/whats-fresh/mvc-in-concrete5/...
Sent from my iPhone
> On 13 Dec 2013, at 10:37, "concrete5 Community" <discussions@concretecms.com> wrote:
thanks
i just done a separate html page with a php code behind, then stuck it in an iframe.
cheers
i just done a separate html page with a php code behind, then stuck it in an iframe.
cheers
If you just need a form to route to an external link via it's action attribute then a single page alone will suffice.