Not Solved minimum length for custom fields
#3
Not Solved
the regular expression field actually gives you unlimited customization.
/[0-9a-zA-Z]{6,}/
This checks for numbers or text of minimum length of 6 characters. You can pretty do much any string checking with regex. Including making sure the user inputs a specific base URL instead of spam for example.
Reply


Messages In This Thread
minimum length for custom fields - by macetitan - 2017-03-17, 02:35 AM
RE: minimum length for custom fields - by metulburr - 2017-04-05, 12:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)