Incorporating PHP into form

Permalink
So, I know how to create a form using Concrete5. But, I want a particular php script to execute upon completion of a form. Can someone point me in the right direction?

 
matogertel replied on at Permalink Reply
matogertel
Yes, try this form block instead:
http://www.concrete5.org/community/forums/block_requests/new-commun...
It allows you to write an external controller with 2 events: on_before_submit and on_after_submit, there's an example controller there to learn from.
Otherwise, you can write your whole form manually and use the "external form" block that comes with the core.