Include page name in express form submission
Permalink
I have a subscribe form attached to Calendar & Events pages.
The problem is that I can't see from which page someone has subscribed.
I would say the simplest solution would be to include the page name in a form submission.
But how to include the page name in an express form submission?
The problem is that I can't see from which page someone has subscribed.
I would say the simplest solution would be to include the page name in a form submission.
But how to include the page name in an express form submission?
I created an over ride for the core express form submission to include the page name plus customise the email content.
Save to application/mail/block_express_form_submission.php
Colin