How to: Process form-data after submission
-
Hello,
I just upgraded to version 14.11 of the plugin and noticed, that the my-functions.php is deprecated. I have some forms with a data check afterwards and I have to change this now. I’m not that deep into programming and the comment lines:
* The preferred way of doing it is via WordPress actions and filters.
* You find their ‘cforms2_’ prefixed names at the apply_filters and do_action calls.do not really help me with changing this. As far as I understand I have to put the processing in the functions.php of my theme, right? But what does it mean, that I can find their ‘cforms2_’ prefixed names at the apply_filters and do_action calls?
The most I learn from examples. But I can’t find any example code of how to process form data. There used to be examples for the old methods which I could use. But without any concrete examples I’m not able to change my processing code. And I can’t find any hints in the cforms-help either.
It would be great to have two or three example how to access and change form submissions.
- The topic ‘How to: Process form-data after submission’ is closed to new replies.