There’s no way to do this without a bit of programming. You need to look at these pieces:
- A WordPress hook like
save_post
lets you do something when a post is saved or updated wp_mail
is how you send an emailget_field
is how you look at the value of an ACF field.
You’d need to write some code to put them together how you want to, but the details of doing that are beyond the scope of this stack and you’d need to learn some coding, how to run code in WordPress through a plugin or functions.php
Related Posts:
- wordpress plugin error handling
- WP Query group/order by category name
- Using posts and postmeta table to store custom Address Book Plugin data
- How to add notification in the sidebar of the administration panel when a Custom post type is created? [duplicate]
- how to set default value for checkbox in wordpress
- How to have the right design for a custom post type without accessing themes
- handling csv data with a custom post type
- Customize permalink when creating a post
- Custom Post Type Navigation on Custom Field
- Give a permalink to Custom Post Types without title
- Orderby CPT custom fields not working
- How to use TinyMCE Editor for one of my custom post meta field?
- How to Create a WordPress Plugin With Custom Post Type/Custom Field Features?
- custom comments form for custom post type
- Custom fields for custom post type
- Custom post type’s extra fields – how to handle?
- ACF in wordpress
- Custom post type in Custom widget – $listItem
- Generating and downloading files with WP API
- Fill custom fields when saving custom post types
- Writing a custom Glossary plugin
- Mandatory field in Custom post
- How to store the third party script with HTML code in the wordpress custom input field?
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- How to upload an image to a custom post type
- Unable to gather Image URL from Custom Post Type’s; Custom Meta Field
- Show Post columns to specific users on condition
- Error when moving custom post type to bin
- Run query on specific admin options page and send results to select field in another function
- Custom post type that lets users create a set of posts?
- Error in WP Query. If variable is empty it is displaying previous post value
- How to consume external API from WordPress post editor and display the response data in the custom field?
- Query custom fields with three dates – start and end does not work
- Save an array from drop-down in custom meta box
- List all images from a single post meta value
- Plugin for custom posts and fields [closed]
- Including Custom Meta with posts_where query
- Populate Custom Fields in a Custom Post Type?
- WP All Import – Using Xpath to set a select value
- How to change post featured image using a custom field of category?
- Hook to override title, image and content
- Insert Multiple Post with Same Publish Button
- Publish an XML feed from a CPT with ACF fields?
- Why is conditionally loading a custom plugin’s code only on a specific custom post type causing the site content to disappear?
- Adding dropdown select meta box to custom post type – seems restAPI is interfering
- How to create shortcode to display custom field value on a custom post type
- Confusion regarding Nonce & using it in Custom Columns for Saving Checkbox Value to Post Meta
- Ajax Check Post Status
- Automatically update custom field in all posts of a custom post type
- WP_Query: include custom post type only with specific meta value
- get_object_taxonomies() returns empty array for custom post type
- Is there a way to get a file URL from the relationship ACF field?
- Display custom fields on post excerpt or teaser
- WP_Query orderby modified to include custom meta changes
- WordPress custom loop filter by meta_key and value with serialize data
- Adding Show Less/More link to Custom Post Meta
- Returning a list of custom post types excluding those without a specific meta_value
- WordPress theme custom capabilities not works
- Want to Add Custom Fields for Uploading video to WordPress Users from front end
- custom post type not showing in menu
- Custom posts don’t work
- Keep display metadata value on backend – Custom Metabox
- How to bulk copy custom fields between custom posts?
- No posts found – Custom Post Type show_ui
- Sorting custom post type columns with external data and without meta values
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- Meta Key Value in current-user-only loop
- How to customize a permalink (URL) structure?
- Retrieve value of a category’s custom field
- Calculate all custom field values in the post loop
- Rewrite and custom post type: order by custom field not working
- Adding a custom post type taxonomy template in plugin
- Plugin: register custom post types, child ready and performance best practices
- add custom field to custom post type
- How to set up multisite for multi language?
- CPT Group by Date metabox Value
- How to add a custom taxonomy to show up in a custom post type menu?
- How to check if user meta field is empty in conditional else statement
- Replace text in post from cvs
- Admin search ACF relationship
- wp_query check if integer exists in custom field’s array
- How can I dynamically add a post to a custom post type which uses a custom field?
- Filtering custom post type on a combination of custom taxonomies and custom fields?
- Custom Posts Types as Custom Fields
- Get image post ID in media upload
- Why is my select meta data not saving?
- dynamically add a custom field or metabox to custom post type [duplicate]
- Role scoping for contributors down to the field level
- How to implement a Google map store locator
- Creating a Custom Post as a repository for theme constants
- search also in taxonomy, tags and custom fields
- Random image from tag/custom type on sidebar
- How to stick custom post at the top in search results
- How do I create custom fields for multiple post types?
- Add field to all custom post types
- Getting template_include to work when allow_url_include is off?
- Query & Order posts by custom fields
- Filter custom posts using auto populated dropdown selectors
- How do I associate a custom post type with another through a taxonomy or storing an ID in a custom field?
- Custom post type content using custom fields without template