• Resolved idt100w

    (@idt100w)


    Since the last update, when I create a form, in the “Form-tag generator:number” I need to fill in the “Range – Max” field, otherwise I get an error as soon as I try to send the contact form.
    See the screenshot

    Before was not like this….and I have 211 websites with a contact form that is not working correctly anymore. Any help/solution/fix to this?

    • This topic was modified 4 years, 6 months ago by idt100w.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Until a new version is uploaded:

    edit modules/number.php,

    line 109 to

    } elseif ( ” !== $value and false !== $min and (float) $value < (float) $min ) {

    and line 111 to

    } elseif ( ” !== $value and false !== $max and (float) $max < (float) $value ) {

    Thread Starter idt100w

    (@idt100w)

    Thanks a lot for the reply. So, with the new version, the problem will be fixed.
    While I’m waiting the new release, I’ll use your solution.

    Have a nice week.

    Matteo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Number validation’ is closed to new replies.