Quote:
Originally Posted by |Jordan|
In all the fields that i have a regex, i get the following error when a form is previewed/submitted: "Invalid input. Your answer is not in the required format."
Also at the top of the page i get: Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in [path]/misc.php(100) : eval()'d code on line 2048
I have the regex code in the same format as the regex i use for usernames.
|
Try adding / to start/end of string
Here's an example of what works: