Create page on advance form submission
PermalinkI also want to create a page programmatically when the form is submitted, what's the best approach to this? Should I use the controller of a single page to do this?
The page created will render data that was updated by the python script
Thanks in advance