Hi-
I am rebuilding Chronoforms7 forms in Chronoforms8. I have a form that has different submit actions depending on the button clicked:
- TCPDF download
- Email user (this happens in 2 different places, sending out a different email depending on the button clicked)
- Upload file
- Update form
In Chronoforms7 I had a different page for each submit type and indicated the appropriate page for each submit button. In Chronoforms8, that is not how it works. I saw a forum post where PHP Events were used, but I don't think I am doing it properly, because no matter whether I just have a check for one submit button and create one event in the PHP action or include all the buttons and create a different event for each button I check, I keep getting NULL returned for the PHP action, therefore no Event is triggered.
Can you please tell me how to have multiple different submit buttons on a form each with different actions assigned to them?
Thanks.