• Somehow on Chrome for android the form submit does not working, I check related with “plugins_loaded” hook usage, which makes the wp_verify_nonce always returning false. On Chrome for desktop and safari for iOS is working properly.

    I’m not sure this is WordPress bug or this plugin need to fix the code structure, which I think will need to be make from scratch. But I saw that the existing codes are runing under the “deprecated” folder, I think the author is in progress of rewriting it.

    For now I can only provide 1 star rating.

    Hope the author success rewriting it with a new good codes structure.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Zach Skaggs

    (@wpnzach)

    This appears to be an issue with your particular installation/server environment.

    We have just extensively tested and are not at all able to replicate the issue you have reported and rated us poorly for. In all of our tests on our own devices as well as devices using Browserstack, we were able to successfully submit forms on Android Chrome. Can you please test again or check with other environmental variables (disabling other plugins/default WordPress theme) to see if your issue persists? You can also reach our support team directly at https://ninjaforms.com/contact/

    Thread Starter sulaeman

    (@sulaeman)

    Yes perhaps the main issue coming from some plugin I used.

    I’m unable to disable the others plugins in production, and to much work install everything in my local with issue unable to debug via my android phone from local.

    I’m test changing a hook from “plugins_loaded” to “init” that run function check ajax post, wp_verify_nonce working properly, but unable to continue because the rest of required codes running also on “init” with different sequences.

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

The topic ‘Form submit not working’ is closed to new replies.