Posts: 13
Threads: 2
Joined: Aug 2015
Reputation:
0
I need to create a field, the field should be inserted only a value between 18 and 70 , I do not know where to do it. Tried putting range = 18-70 in the Custom Function , the custom filed but did not work
Ty
Posts: 13
Threads: 2
Joined: Aug 2015
Reputation:
0
Sep 3rd, 2015, 1:52 AM
(This post was last modified: Sep 3rd, 2015, 3:51 AM by r.brandao.)
Ok i think the code for my question is...
case "18_70_only":
if (form[fieldName].value && form[fieldName].value.match(/range=18-70/))
{
if (!rsv.processError(form[fieldName], errorMessage))
return false;
}
break;
But, were a put this? in the rsv.js? And how to use in a custum field? ty
Posts: 13
Threads: 2
Joined: Aug 2015
Reputation:
0
Lets go guys Up... any body help us?