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?
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.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
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.