Title: Number validation
Last modified: May 18, 2020

---

# Number validation

 *  Resolved [idt100w](https://wordpress.org/support/users/idt100w/)
 * (@idt100w)
 * [6 years ago](https://wordpress.org/support/topic/numer-validation/)
 * 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](https://pasteboard.co/J8Vv6s0.jpg)
 * 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 6 years ago by [idt100w](https://wordpress.org/support/users/idt100w/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnumer-validation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Byron Dokimakis](https://wordpress.org/support/users/bdokimakis/)
 * (@bdokimakis)
 * [6 years ago](https://wordpress.org/support/topic/numer-validation/#post-12851662)
 * 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](https://wordpress.org/support/users/idt100w/)
 * (@idt100w)
 * [6 years ago](https://wordpress.org/support/topic/numer-validation/#post-12851835)
 * 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.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [number](https://wordpress.org/support/topic-tag/number/)

 * 2 replies
 * 2 participants
 * Last reply from: [idt100w](https://wordpress.org/support/users/idt100w/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/numer-validation/#post-12851835)
 * Status: resolved