• Resolved Gunnar Blodgett

    (@gblodgett)


    Dont’ know why there’s a limit (and probably most of you won’t get there), but if you try to add more than 99 extra fields, suddenly you find that you’re only granted 8. In the si-contact-form folder in plug-ins, lines 279 and 280 of si-contact-form-admin.php list the limit $si_contact_gb_defaults[‘max_fields’] as 100 … I’ve changed that to 1000 and no longer have a limitation problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The limit is there in case someone is playing around and puts a huge number in it like 10,000. Too big of a number would degrade the GUI and the performance of WordPress.
    Sorry about the bug that resets the form number to the default. I just fixed that in the code, it is added to the current download.

    If you are needing more than 99 forms perhaps you should utilize this feature:
    Pre-fill in form fields from a URL query string
    http://www.fastsecurecontactform.com/query-string-parameters

    Thread Starter Gunnar Blodgett

    (@gblodgett)

    That makes sense, and thank for the suggestion — I had found a quick fix for putting in 115 fields and thought I’d share it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Limit of 99 extra fields in form layout’ is closed to new replies.