[Gelöst] Notification to users when certain form is submitted
This support ticket is created vor 5 Jahren, 6 Monaten. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
We’re developing a site, and I’m a developer, and hopefully just need pointing in the right direction!
What we need is to send email notifications to the users of our site when a form is submitted.
It’s a single form, with 1 to ‘add’ and other to ‘edit’. The ‘post type’ the form is associated with has ‘Taxonomy’ of ‘Avon’. ‘Itchen’ and ‘Wylye’. The users will signup to receive email notifications from any or all of these ‘Taxonomy’.
An example:
1. User signs up to website and selects they want notifications for ‘Avon and Itchen’
2. Admin makes a new or edits an existing post using said form and selects ‘Avon’ ‘Taxonomy’
3. All users signed up to receive email notification from ‘Avon’ receive an email with the post content in
As mentioned above I just need pointing in the right direction.
You will need to be looking on a subscription plugin in order to achieve this since its not something that can be done with our toolset plugins. https://wordpress.org/plugins/email-subscribers/
Please let me know if this helps.
Thanks,
Shane
It's the part when the form is submitted, is there not 'hook' that is triggered after a form is submitted, and being able to access the Taxonomy in the hook?