Please replace the ??? with your data!
[desc]: Hi, I am having difficulties enabling regex for the Phone field in my form.
I am using the following expression inputted into the Regex field:
^[\\(]?(\\d{0,3})[\\)]?[\\s.]?[\\-]?(\\d{3})[\\s]?[\\-.]?(\\d{4})[\\s]?[x]?(\\d*)$
to create the enhanced lin:
Phone||^[\\(]?(\\d{0,3})[\\)]?[\\s.]?[\\-]?(\\d{3})[\\s]?[\\-.]?(\\d{4})[\\s]?[x]?(\\d*)$
The expression was validated here: http://tools.netshiftmedia.com…..xlibrary/# Despite this, using it always returns an error even when using a legitimate phone #.
To continue operations I've removed the regex statement, but any help would be appreciated.
I noticed after clicking "Update settings" all the "\\" escape characters were parsed out. Not sure if that is related.
Note:
P.S. Great plugin, keep up the good work!
_