I'm using Chronoform to manage my forms in my Joomla website, and I'm trying to send my POST datas to an external php file.
For now, chronoform uses form datas to send some emails and then execute a "custom code" to do some php stuff. Maintaining this custom code is really tedious, as I have to go through the admin panel for each modification.
I thought about writing a simple include
inside my custom code, but is there a cleaner way to do so ?