Title: dhregular's Replies | WordPress.org

---

# dhregular

  [  ](https://wordpress.org/support/users/dhregular/)

 *   [Profile](https://wordpress.org/support/users/dhregular/)
 *   [Topics Started](https://wordpress.org/support/users/dhregular/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dhregular/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dhregular/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dhregular/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dhregular/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dhregular/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] Update ruined this plugin for me](https://wordpress.org/support/topic/update-ruined-this-plugin-for-me/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/update-ruined-this-plugin-for-me/#post-18790989)
 * Hello [@tanvir101](https://wordpress.org/support/users/tanvir101/)
 * The ticket is #299811 and has been active since October 2025.
 * This ticket has specifically been for one website, but we are experiencing the
   same error on multiple websites. The post forms no longer submit forms. And we
   are also experiencing the registration form not working either. These are with
   clients who have a paid licence to your product, and I can provide both licence
   numbers if needed.
 * As a developer myself, I am willing to work alongside of your support team to
   resolve this issue. However, I have nothing to go off of on my end as there are
   no console errors or logs that indicate that anything has gone wrong. Yet it 
   is not redirecting or submitting data after form submission –it simply reloads
   the page.
 * Support thus far has only repeatedly asked me to test for plugin and theme conflicts
   and to provide videos of me replicating the errors. At this point I have given
   them everything they requested multiple times; I have even told them the exact
   page URLs they need to go to, what post type I would like them to look at, which
   form in the backend to view settings, and which form on the frontend to use. 
   I have even told them that I have checked the settings of the forms multiple 
   times, even changed settings and reverted back to see if it would toggle something.
   I have created new pages to host the forms. I have even recreated the forms and
   used those instead. I’ve informed your support team of all of this.
 * But it seems like your support thus far does nothing more than a basic google
   search. Even if they could provide some insight as to why the post forms would
   be acting like such, I could have something to go off of.
 * I’m sorry if any of this comes off as curt in anyway. It is just frustrating 
   to have multiple clients who have paid for your product to be without service
   for months; and that we have only been asked multiple times to check for conflicts.
   Even IF it was a theme conflict, when the support ends there then you are essentially
   telling us that we should just refund your product and use something else because
   we can’t use it. I would prefer to figure out WHY it’s not working and work on
   continuing to use your product.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Edit Pod Page Blank](https://wordpress.org/support/topic/edit-pod-page-blank/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/edit-pod-page-blank/#post-16789495)
 * Hi [@keraweb](https://wordpress.org/support/users/keraweb/)
 * Yes I am still experiencing this issue with the latest version. I have also deactivated
   every plugin and switched to the base 2021 theme with the pods plugin updates
   to the latest version.
 * If I have the setting “Disable creating custom fields with Pods (for when using
   Pods only for content types)” checked, then when I navigate to “edit pods” and
   click on any of the pods already created, then a fatal error happens.
 * I even just tested it out trying to make a new pod with the setting enabled, 
   and once I finish putting in the singular and plural labels, when I click “Next
   Step” a fatal error happens.
 * I have WP_DEBUG set as true, but it does not tell me what is throwing the error.
   I will just leave the setting unchecked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Edit Pod Page Blank](https://wordpress.org/support/topic/edit-pod-page-blank/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/edit-pod-page-blank/#post-16748754)
 * I already found a workaround once I realized something.
 * I am NOT using this plugin for custom fields; however, when I click the option
   to disable custom fields, the error is thrown and I cannot create or edit pods.
   But that means I need to enable custom fields to be able to use the plugin.
 * Is there a missing conditional statement within the plugin?
    -  This reply was modified 2 years, 12 months ago by [dhregular](https://wordpress.org/support/users/dhregular/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [AJAX WP_Query not using order or orderby](https://wordpress.org/support/topic/ajax-wp_query-not-using-order-or-orderby/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/ajax-wp_query-not-using-order-or-orderby/#post-16495569)
 * Ran remove_all_actions(‘pre_get_posts’); before the query and it fixed the problem
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating Gutenberg Block to Display Custom Post](https://wordpress.org/support/topic/creating-gutenberg-block-to-display-custom-post/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/creating-gutenberg-block-to-display-custom-post/#post-15486949)
 * [@t-p](https://wordpress.org/support/users/t-p/)
 * I appreciate looking for plugins, but my custom post type is a combination of
   custom metaboxes. I need to be able to display and manipulate those in a very
   specific way.
 * I am basically asking for the documentation on how to create the blocks you are
   showing me. Let me preface this by saying I know roughly how to make a Gutenberg
   block, and in my original post I followed a tutorial that was meant to do the
   very thing I wanted but it did not work (and the author itself even states in
   the comments that the tutorial needs to be redone).
 * With PHP/JSX or with the REST API, how do I fetch my Custom Post Type metabox
   data to display in a custom metabox created using coding in visual studio code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating Gutenberg Block to Display Custom Post](https://wordpress.org/support/topic/creating-gutenberg-block-to-display-custom-post/)
 *  Thread Starter [dhregular](https://wordpress.org/support/users/dhregular/)
 * (@dhregular)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/creating-gutenberg-block-to-display-custom-post/#post-15484932)
 * [@t-p](https://wordpress.org/support/users/t-p/)
 * Thanks. If there are any resources on connecting the <SelectControl> with the
   REST API to grab Custom Post Types, I would greatly appreciate that. I am creating
   this at the request of a client, and the Representative Post Types are to follow
   a custom layout they want (and we only need one block; 40 would overwhelm the
   people I have to train).

Viewing 6 replies - 1 through 6 (of 6 total)