The Worflow of a creation form plugin goes something like this:
(A) Data is submitted -> Data is placed into the WP database -> Data is handled -> Sending a notification via email and/or placement in the SalesForce database.
Whereas work flow need to go something like this:
(B) Data is submitted -> Data is handled -> notification is sent via email and/or placed in the SalesForce Database.
The key is that data is never stored on the WP Database, only sent via email and/or stored on the SalesForce Database.
Related Posts:
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- How to retain $_POST data when submitting form to custom page
- Create page to handle form submission
- post_type_link filter causes 404 on the CPT page it’s used on
- Separating Search Results By Post Type
- Date query for a custom meta field
- Change plugin’s has_archive = true to false?
- Query posts between two dates (custom meta keys) CMB2
- Used with meta_query in query_posts works slowly
- Linking three taxonomies with ACF
- How to have the right design for a custom post type without accessing themes
- Custom Post Type | Fatal Error on register_post_type()
- Set object terms not working on plugin activation
- WordPress posts with multiple fields
- GravityForm: Populate Dropdown with custom post type [closed]
- How to Submit Post Via cURL & PHP
- “add_post_type_support” with Custom Post Type & ACF
- WooCommerce product search titles only
- Update menu when saving settings
- custom post type not showing in menu
- Why get_posts() not returning only selected category posts from Custom Post Type?
- If post has custom field then display css-class
- Adding a custom post type taxonomy template in plugin
- Replace text in post from cvs
- Display users uploaded files as posts
- How can I make a custom post type sticky?
- Broken featured images are uploading from frontend
- limit value taxonomy based on previous taxonomy value wordpress
- Tracking changes in admin-page so user gets warning when leaving the page
- How to change wp prefix for custom post type only?
- Form action/link to render a plugin in WordPress front-end
- Metabox not show in categories custom post type cmb2
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- custom post type and non-standard gallery
- Make a custom_post translatable
- How to change permalink to include custom post type
- How to Add multiple instance of meta box to custom post type
- Using POST method in meta box, no results
- Adding custom image sizes and post types to a plugin or to a theme?
- Custom fields for custom post type
- Custom Post Archive is not working
- How to hook WP initialization without modifying functions.php
- Add categories to a page with out using Custom Post Types
- ACF in wordpress
- Create metaboxes based on custom post type
- post_parent in custom post type
- How To Post WordPress Custom Post Types to Twitter via IFTTT
- Custom post type’s posts are not showing anywere but in xml sitemap
- Filter content in shortcode
- Get image from external URL
- Getting only one post per category
- CMB2 metabox create select with list of post from CPT
- Update Post Status On Woocommerce Payment Complete
- Modify Posts from Custom_Post_Type within the plugin
- Create a simple Testimonial page
- Custom post type in Custom widget – $listItem
- Custom post types, disable fields
- Types plugin custom post add_action hooks
- Submit Custom Postypes from frontend
- How to upload two input files [closed]
- Change dynamically the dropdown list value
- ‘Simple’ Reservation System
- Accessing download link from the loop with WP Download Manager Pro
- Reading Custom Post data so I can have user update Manually
- How to show link to product in custom fields?
- Custom Post Type Front Page Gives 404
- Show Post columns to specific users on condition
- Disable ‘Add New’ in custom post that is made from CPT UI
- CPT UI: Connect a custom post type to a custom post type
- Looping through image object using ACF and CPT UI [SOLVED]
- Default custom post type url
- Run query on specific admin options page and send results to select field in another function
- Create Inclusions and exclusions
- Post that populates itself (almost) automatically using data from imported excel file
- I broke it! Custom post type archive gets redirected to home
- Can’t save custom post type fields
- How to Create movie schedule by custom post type query
- Adding CPT changes entire layout of my site except for the archive of that CPT
- Use Custom Post Type as Storage Container Without Registering It
- next/prev post link by relationship post 2 post
- Custom Info Box at end of posts?
- How to create a petition like form based on custom post types?
- Front-end form submission not creating post
- Add Excerpt On Quicksand Plugin
- Author profile comments system
- Custom Post Types in plugins?
- Plugins for putting Custom Post Types into the Menu
- How to add post type in masonry posts elementory widget
- Remove plugin’s custom post type archive page and single pages [closed]
- Plugin – read post into blank page [duplicate]
- How to hide home title on pages and posts?
- WP_Query is getting the post but the_post() not rendering any Post
- make playlist from a custom post type
- Custom Post Type to Plugin
- Woocommerce product page is not showing custom css [closed]
- How to delete unnecessary custom post types in the UI
- add_filter > posts_where works partially
- Simple Share Buttons Add Plugin and Custom Post Type
- Custom plugin contact form connecting to mailchimp API
- How to add categories to a custom post type using wp_insert_post($new_post);