Hi,
I need to allow to enter into input text only numbers and dash (-).
I tried to use (/[^0-9 \-]/gi) , and nothing happen.
Any idea?
Best regards.
Your regular expression input mask isn't formatted properly. See this: https://formidableforms.com/knowledgebase/format/#kb-regular-expression-validation
thanks
thanks
Please login or Register to submit your answer