Changes

SmartCheck Validation

9 bytes added, 14:23, 7 December 2015
m
no edit summary
if(ssParseNum(form.getStr("cf_Store Value")) > 5)
</pre>
Check if '''If''' the contents the of the form value (stored in the custom field named cf_Store_Value) is greater than 5,
<pre>{result.isPassed=false;
</pre>
If the statement is false, set the value of the statement '''Result''' to “false” '''false''' and print the custom message below.
<pre>
result.addMsg('Some message here');
2,004
edits