Field with validation rule

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
edoncarvalho
User
Posts: 4

Field with validation rule

Post by edoncarvalho »

Hi, I'm Brazilian and I can and I can miss the words here, sorry if it happens.
I started now with PHPMAKER and today I came across a situation that I need to solve without using code.
"A date field needs to only accept ages older than 18, otherwise an error appears, which property can I limit this ...?


arbei
User
Posts: 9389

Post by arbei »

You may use "Range" validation (see the topic Field Setup > Edit Tag in help file) and set the min as 18 and the max as what you allow.


edoncarvalho
User
Posts: 4

Post by edoncarvalho »

Thank You, show


Post Reply