• This morning before upgrading my WP and my plugin, a form on one of my pages suddenly had stopped working. When you’d click on submit it would just say “processing” and nothing would happen. The other 5 forms on the page still worked fine.

    I tried making new forms and all the new ones did the same thing. I upgraded both my WP and my plugin to the latest versions and still nothing. The other ones still work fine.

    Any ideas? The csII forum is read only right now and I couldn’t find the topic in search.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Check with these options:

    -> Disable all the plugins and enable it one by one to find out the culprit.
    -> Add this code in htaccess:

    php_value memory_limit 30M
    php_value upload_max_filesize 30M
    php_value post_max_size 30M

    Thanks,

    Shane G.

    Thread Starter tjpadmin

    (@tjpadmin)

    Hmmm, where’s htaccess?

    As far as I know, .htacces is located in public_html

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

The topic ‘cIIform plugin issues’ is closed to new replies.