Viewing 6 replies - 1 through 6 (of 6 total)
  • I second that request! I have just installed the form manager and this function was the reason I installed it. Sadly, like Tommyboy, I get the (form ‘form-1’ not found) error.

    Would be great to have a fix for this, or an explanation.

    Same happened here. Only I just get a blank page.

    Does your form perhaps have two Email fields in the same form?

    Forget the email fields. My problem has to do with having more than 20 Form Elements. Dont know how that works.

    I suppose I should mention that I am using the latest version of Form Manager, and the WordPress 3.5.2 with the twenty twelve theme. Any one getting around this?

    My problem was that my ISP upgraded their PHP version from 5.3.3 to 5.4.4.

    I could switch it back and all was fine. Maybe start there?

    Plugin Author hoffcamp

    (@hoffcamp)

    Go to the Advanced page for your form, scroll to the bottom, and find the ‘Submission Data’ section. For your text fields, you should see something like:

    VARCHAR(256) CHARACTER SET utf8 COLLATE utf8_general_ci

    replace it with:

    text CHARACTER SET utf8 COLLATE utf8_general_ci

    The key point is replacing the ‘varchar’ with ‘text’. This will be there if you created the form with certain older versions of this plugin.

    If you don’t see the ‘varchar’ version, then I don’t know what would cause the limit on 20 fields.

    As for php 5.4, I havn’t tested the plugin against it yet. I’ll get on that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Form not found.’ is closed to new replies.