Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You use the minimum language you need to match in. The major limitations are shortcut features, which most of the time aren't used. In the case of field validation if you want in browser validation (currently bugged) you'll want your REGEX to be JS compatible.When reading the reg ex manual there were some differences in scripting languages with regards to regex and it wasn't clear do i follow Perl, PhP, JavaScript when doing my regex strings. I wasn't sure about one of your choices in community builder under the custom it says Perl strings and I don't know if I should look under Perl or PHP or JavaScript.
That's because browser side validation is broken. When you submit the form it'll do PHP side. Browser side is fixed in CB 2.0 and functions quite a bit better now.The few examples that are in the drop down list none of mine work. I've changed to each and it made no difference as to what i could type in when I registered an new account to test.
Yes, the below should do what you're wanting.My biggest issue is limiting what can be used by my members for username to A-Z, a-z 0-9 no spaces no period but can use the hyphen or an underscore. Now to make sure I'm doing this right I choose custom perl regular expression and enter my own regex string. Is that correct?
Please Log in or Create an account to join the conversation.