Hello
I create a classifieds site for student rentals using Forms. So far everything went smooth, user form created, and working.
Content submission for ad worked once, and now it stopped working. Nothing happens when I click submit. Something simialar happened with the user reg form but that was an access right problem, and solved it quickly. I checked everything, and checked the access rights too, but everything seems alright. I deactivated ajax submit. You can check it only if you register and login: hidden link
Maybe it would be better if I send you the admin details too, so you'd be able to see what I did in the backend. It's the first cred forms project for me so it's very possible I messed up something.
This website loads very slow on this end.
Is this known to you or an exception on my ISP?
I almost was not able to reach the site or its backend.
However, I would recommend updating to Toolset Types 3.0.8 (you may need to refresh the update check a few times if that update does not yet appear in your plugins list)
I see there is a JS error on the page with the Form:
Uncaught TypeError: Cannot read property 'secret' of null at a.wp.receiveEmbedMessage
This error is produced in hidden link, hence a core file.
I see you use reCaptcha there, did you properly register it?
Can you try without it, to see if this is the issue?
If that does not help please enable Theme Twenty Seventeen and disable non-Toolset Plugins.
Test this form again.
If the issue still persists, please let me know (Do you recall if this started at some point, or was always like this on your install?)
Ok, I finally identified what was the problem. I remade the form, and tested it step by step making modifications. It seems that the problem was that I added two css classes to the submit button. They were divi button styles. Without any styles set in the shortcode, it seemed to be working. I created a new style, based on the divi-like style that I wanted, and set that on the shortcode, and it's working... Isn't this weird? How can the css of the submit button stop the form from submitting?
As for the slowing down of the hosting, I don't know what could cause it. For me works perfectly now, but it's true that I noticed sometimes some slowdowns episodes too for a few minutes.
If you use classes defined by another software it may be that those classes carry more than you expect them to.
For example, JS Code can act on classes.
If JS code acts on buttons that have such classes but do not return or "are not" like the code expects, they'll break.
The solution to this is creating your own classes and add the CSS to them.