Forum Post: RE: Hidden Required Field

  • Thread starter Thread starter lpoulain
  • Start date Start date
Status
Not open for further replies.
L

lpoulain

Guest
One thing you can do is to use field-level validation. You do that by going to the object definition, going to the desired field, clicking on the "Validation" link. From there, you can write some JavaScript that can determine whether you want to enforce a required value or not (the page shows some JavaScript samples)

Continue reading...
 
Status
Not open for further replies.
Back
Top