Title: Submit button does not work
Last modified: February 4, 2018

---

# Submit button does not work

 *  Resolved [schwarzehunde](https://wordpress.org/support/users/schwarzehunde/)
 * (@schwarzehunde)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/)
 * Hello support team,
 * i recently tried to use your plugin on a site i supervise but i have not been
   able to test the most simple formular.
    After hitting the submit button the circled
   loading bar shows shortly and the button is greyed out but i dont get the submit
   message nor an entry.
 * I have enabled debugging but it does not show many errors.
    [04-Feb-2018 16:53:
   01 UTC] PHP Notice: Undefined offset: 0 in /home/www/wp-includes/plugin.php on
   line 897 [04-Feb-2018 16:53:01 UTC] PHP Notice: Undefined offset: 0 in /home/
   www/wp-includes/plugin.php on line 915
 * I have disabled my caching plugin and the jetpack plugin since i had trouble 
   with it and my theme.
 * List of remaining plugins:
    BackWPup Deaktivieren WordPress-Backup-Plugin
 * Version 3.4.4 | Von Inpsyde GmbH | Details ansehen | Dokumentation
    Broken Link
   Checker auswählen Broken Link Checker Deaktivieren | Einstellungen Überprüft 
   deine Website auf fehlerhafte Links und nicht vorhandene Bilder und benachrichtigt
   dich im Dashboard, wenn welche gefunden werden.
 * Version 1.11.5 | Von Janis Elsts, Vladimir Prelovac | Details ansehen
    Caldera
   Formulare auswählen Caldera Formulare Deaktivieren Easy to use, grid based responsive
   form builder for creating simple to complex forms.
 * Version 1.5.9.1 | Von Caldera Labs | Details ansehen
    Category Order auswählen
   Category Order Deaktivieren The Category Order plugin allows you to easily reorder
   your categories the way you want via drag and drop.
 * Version 1.0.3 | Von Wessley Roche | Plugin-Seite aufrufen
    Contact Form 7 auswählen
   Contact Form 7 Einstellungen | Deaktivieren Nur ein weiteres Kontaktformular-
   Plugin. Einfach, aber flexibel.
 * Version 4.9.2 | Von Takayuki Miyoshi | Details ansehen
    Eine neue Version von
   Contact Form 7 ist verfügbar. Details der Version 5.0 ansehen oder jetzt aktualisieren.
 * Date/Time Now Button auswählen
    Date/Time Now Button Deaktivieren Adds a Now 
   button to the right of date and time fields.
 * Version 0.2.2 | Von radiok | Details ansehen
    DX Delete Attached Media auswählen
   DX Delete Attached Media Deaktivieren Delete attached media to all posts (if 
   activated). Remove images assigned to a post to clear old archives.
 * Version 1.0 | Von nofearinc | Details ansehen
    Postie auswählen Postie Deaktivieren
   | Settings Create posts via email. Significantly upgrades the Post by Email features
   of WordPress.
 * Version 1.9.14 | Von Wayne Allen | Details ansehen | Support | Donate
    Eine neue
   Version von Postie ist verfügbar. Details der Version 1.9.15 ansehen oder jetzt
   aktualisieren.
 * Simple Lightbox auswählen
    Simple Lightbox Einstellungen | Zurücksetzen | Deaktivieren
   Die anpassbare Lightbox für WordPress
 * Version 2.6.0 | Von Archetyped | Details ansehen | Feedback & Support
    Simple
   Post Views Counter auswählen Simple Post Views Counter Settings | Deaktivieren
   This plugin will enable you to display how many times a post has been viewed.
   The views are displayed in the entry meta of each post, globally troughout your
   site. Please refer to the included readme.txt file for proper installation instructions
   and usage.
 * Version 1.6 | Von RSPublishing | Plugin-Seite aufrufen
    Social Share Buttons 
   by Supsystic auswählen Social Share Buttons by Supsystic Deaktivieren Social 
   share buttons to increase social traffic and popularity. Social sharing to Facebook,
   Twitter and other social networks
 * Version 1.9.1 | Von supsystic.com | Details ansehen
    TinyMCE Advanced auswählen
   TinyMCE Advanced ﻿Einstellungen | Deaktivieren Aktiviert die erweiterten Funktionen
   und Plugins in TinyMCE, dem visuellen Editor in WordPress.
 * Version 4.6.7 | Von Andrew Ozz | Details ansehen
 * Any help would be appreciated.
 * Best regards
    -  This topic was modified 8 years, 2 months ago by [schwarzehunde](https://wordpress.org/support/users/schwarzehunde/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmit-button-does-not-work-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [schwarzehunde](https://wordpress.org/support/users/schwarzehunde/)
 * (@schwarzehunde)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/#post-9941128)
 * Hello support team,
 * i further investigated the problem and found the issue.
    The XHR request is giving
   a 404 because i cannot use permanent links on the webspace i use. [http://www.schwarze-hunde.de/index.php/cf-api/CF5a770be2bbbcc/](http://www.schwarze-hunde.de/index.php/cf-api/CF5a770be2bbbcc/)
   This is working fine.
 * [https://calderaforms.com/2016/01/caldera-forms-1-3-2-ajax/](https://calderaforms.com/2016/01/caldera-forms-1-3-2-ajax/)
   
   The issue was “fixed” here, but does not work in my case. How can i use the caldera_forms_cf_ajax_api_url
   filter or is there a more simple way around?
 * Best regards
 *  Thread Starter [schwarzehunde](https://wordpress.org/support/users/schwarzehunde/)
 * (@schwarzehunde)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/#post-9945472)
 * I found a solution, for those interested:
 *     ```
       <?php
       /*
       * Plugin Name: URL fix
       */
       /** PUT SOME CODE HERE **/
   
       add_filter( 'caldera_forms_submission_url', function( $url, $form_id ){
       	$parsed=parse_url($url);
       	$url = "$parsed[scheme]://$parsed[host]/index.php$parsed[path]";
           return $url;
       });
       ?>
       ```
   
 * Save this as a .php, put it in wp-content\plugins folder and activate the plugin.
 *  [martiniw](https://wordpress.org/support/users/martiniw/)
 * (@martiniw)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/#post-10351347)
 * Hi,
 * thanks for sharing your solution! Seems like a lot of people (including me) are
   experiencing this problem.
 * Unfortunately I am a complete newby – could you maybe explain to me a bit more
   where I need to put this code? So far I have tried everything to not touch anything
   with php written on it…
 * Thanks!!! Your help would be greatly appreciated!
 *  [mcm8327wp](https://wordpress.org/support/users/mcm8327wp/)
 * (@mcm8327wp)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/#post-10513518)
 * martinw,
 * I came across this thread having the same problem. I unchecked the ajax submission
   option in the form settings and that got mine working.

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

The topic ‘Submit button does not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

## Tags

 * [submit not working](https://wordpress.org/support/topic-tag/submit-not-working/)

 * 4 replies
 * 3 participants
 * Last reply from: [mcm8327wp](https://wordpress.org/support/users/mcm8327wp/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/submit-button-does-not-work-5/#post-10513518)
 * Status: resolved