I ended up solving the issue. In case anybody run across this in the future, here’s what it was:
I narrowed the issue down to the template itself by stripping out all of the markup on the page, which allowed the form to work as normal.
I then narrowed it down to the <form>
tag that was causing the conflict. Essentially, the GravityForm generated <form>
tag and the one I had in my template were clashing. I should have seen the double <form>
tags, but missed it.
I’m all set now.
Related Posts:
- Why when I submit a form in wordpress it loads a 404 page though URL is correct
- Front End Post Submit Form
- How to handle custom form submission?
- searchform.php override not working
- How to create a multiple choice radio group for a single theme option
- Custom form in theme template displaying internal server error upon submission
- How to use multiple check-box values to work in a function and insert values in database
- Unable to delete option
- How to fix a conflict cause by my theme with Woocommerce and/or Gravity Forms?
- Data not saved WordPress Custom Admin Page
- Theme Activate Hook
- Can I create my own “Recent Posts” widget or customize the existing one?
- Customize WordPress>Error Page
- How to remove the Theme Customization Button from the dashboard and themes options page?
- How to make native video player full width?
- Theme file for all pages that are a child of a specific page
- Different ways to display title
- Strategy to get post meta for use outside the loop
- Authentication / login mechanism (non wp-admin)
- How to display wp_nav_menu() conditionally only when not on a 404 page?
- Suggestions for creative use of post format feature, or themes that use them well
- Retrieve the template directory URI via global or get_template_directory_uri() every time?
- Add a #hash to the links in my custom menu
- Subdirectory install error
- How can I remove specific custom post meta from the “Custom Fields” fieldset?
- How to load different CSS in different Header?
- How can I add an incremental class identifier to my sidebar widgets?
- Featured Image Size
- the_tags without hyperlinks?
- Writing Clean WooCommerce Styles
- Wrong path for theme assets
- one time popup after theme activation
- Create a theme by combining a parent and a child theme
- retrofiting old blog
- how do you create an admin interface in plugin for your theme
- Override parent theme’s include file from child theme
- Implement advanced search
- WordPress add options to theme not displaying
- What is the right way to set up a one-page portfolio theme? [closed]
- When trying to override plugin’s function by theme, my filter executes two times, I want it to run only a single time
- Highest number of WordPress Custom Page Templates?
- Difficulty loading jQuery with wp_enqueue_script
- multisite: global menu containing network site links?
- Unable to check if image uploaded by wp_image_editor exists using file_exists function
- Storing the contents from txt file into The_Contents”
- How do you replace content generated by custom fields with custom blocks in Block Editor?
- How to add styles set by user in the customizer
- Use second time navigation.js in underscores [closed]
- Issue with loading mobile specific custom single page layout in mobile
- Add attachment for all images in post
- Is it possible to include an HTML flat-file website inside a WordPress theme?
- Static home page with “Blog” inside?
- Overrite parent functions using child functions
- How to have content scroll over background
- Need help with adding templates (archives and sitemap) to WordPress child theme
- save_post action doesn’t passing post id to my function as argument
- How can I change the theme of different posts using a plugin?
- Include jQuery (or anything) inside Custom Options Panel’s tag
- WordPress 3 botches my Custom Meta Box values on Save
- Exclude custom post type from search conflict with get_posts
- Random white space before doctype
- How to add menù section to my WordPress template?
- Do I need to create a child theme for JointsWP
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- theme-independent CSS/JS files
- What is the need for the static front page [closed]
- Do translation functions like __e() have to take strings in English in themes?
- How to add post meta fields to an article’s as meta elements
- How add built-in textarea in theme development?
- Pagination fuction in shortcode always displays on top
- tag__in does not return posts
- Add content after get_header
- How to remove bullets from widget
- Pagination don’t work with active filters
- restrain filter on get_the_excerpt to queried item in stead of current post
- Theme has disappeared
- wanted to sort the wp_query array by two ACF field (Year and month)
- Submitting form to PHP
- Alt header logo and link for specific pages
- Custom php template file only for mobile
- which template should I use for single category post?
- annoying “Confirm Form Resubmission” message
- Testing localhost WordPress site over LAN with iPad, iPhone
- image sizes – finding and removing
- Make page accessible from another URL
- Any way to permanently translate themes?
- Fallback dosen’t work when not using ‘menu’ attribute
- Reliable method to detect mobiles
- Using require_once for parent-directory not working but is working in sub-directories
- WordPress get number of categories
- Add social media icon in header area
- issue displaying variations in custom template using WPeC 3.8.9.2
- Problem using $var for shortcode attr value
- How to save checkbox choice in wordpress
- How to disable edit link button bottom of the page for all users except Administrator
- How to output wp_enqueue_style() in HTML head instead of footer
- After a while attachment meta data is missing “sizes” data
- Template for posts of category in block theme?
- Align images to the left of the content
- Add text when displying attribute with a hook on single product page