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?
- How to Add Custom Taxonomy To Woocommerce Plugin
- How can I change the admin search posts fields?
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- WordPress 4.4+ : How to revision CPT + metadata
- Filter a custom field based on selection of another custom field (ACF) [closed]
- Using custom field as custom post title
- Render a different post/template from within the template_include action?
- Detect meta value changes when post is updated (post_updated)
- Custom field being erased after autosave
- How to select one major category (or custom taxonomy) for a custom post type?
- Actions that Run on Admin Edit Page Load After Posts Are Queried
- How to retrieve custom field types for all posts in WordPress/PHP?
- Display posts if a custom field value is equal to another custom field value
- Custom field default value with counter
- How to use custom fields to enable sticky posts on custom post types?
- Custom meta fields for specific custom type only
- Custom Fields vs Separate Table
- Check if a specific custom field exists?
- How to insert content from another Custom Post type into Post?
- Using several custom fields as custom post title
- Metadata for a taxonomy – is there any WordPress way of doing this?
- How to bulk copy custom fields between custom posts?
- Calculate all custom field values in the post loop
- Get image post ID in media upload
- Role scoping for contributors down to the field level
- Having unique constraints for custom fields in a custom post type
- Display custom fields from custom posts in RSS feed
- Add Custom Post type menu to another menu in specific location
- Problems wp_insert_post and save_posts filter
- Can we create a custom post template for a specific page template
- wordpress remove views from action links in a custom post
- Enable Custom Fields For Custom Post Type When CPT Created Using Plugin
- Main query not querying any posts in custom taxonomy template
- post_per_page ignored in WP_Query
- How to Resize the Custom Post Images?
- Create a select metabox that the user can pupolate?
- Display custom meta on page that has been check in custom post type
- How do I update_post_meta() or add_post_meta() with an AJAX call
- How to prevent meta data from being edited in a post?
- Automatically add a character to field in edit post page
- Change Post Meta via AJAX from the posts list table
- Saving metabox keys and storing values as array
- Translate website without duplicate custom post
- WP Query from two Custom Post type fields as statement
- How To Read Read Custom Post Type Data in Headless CMS Mode
- Filter custom post type admin list by custom meta column, where the column is another custom posts meta value
- How to display custom field in product description?
- Add custom template ‘sub-page’ to Custom Post type?
- Apply a custom Template to a Custom Post Type from within a plugin
- WP_List_Table Inside Metabox Not Working on Clicking Search Button
- Adding a Section for Visitors
- Automatic Set Category For A Custom Post Type
- Correct way to register custom post type from external php file?
- How to check if a new private custom post type is created?
- Add an array as post content dynamically
- Sort loop by custom field from different post type
- How save custom meta type posts multicheck grouped by taxonomy (with CMB2) [closed]
- Not Able to List CPT Based on Taxonomy Term
- Simple renaming my custom post type set with a plugin doesn’t work?
- get_post_types doesn’t work in plugin
- Associate custom categories to different user IDs
- Render custom taxonomy query as single template
- one get_posts to return a number of custom posts for each meta value
- Is it possible to make one of two custom fields in Custom Post Type UI Required but not the other?
- Get result from Custom Field in Custom Post type
- Advanced search form with filters for custom taxonomies and custom fields
- How to grab data (titles, thumbnails and custom fields) from multiple posts to populate a new array efficiently?
- How to get lowest price from custom fields of posts