CASL requirements | Community
Skip to main content
July 11, 2016
Question

CASL requirements

  • July 11, 2016
  • 1 reply
  • 2006 views

I have a casl requirement for text massage checkbox if it is not checked, it must report as "Opt Out" but when a lead does not check this it shows as blank is there a way to set the fields when text massaging" box is not selected, it will report as opt-out?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
July 11, 2016

Your field should be Opt In and you can force the Form to fill in TRUE or FALSE using some logic if the Form Is Filled out and Opt Out=Empty or F, then Opt Out=F

Now did you try filling out the form with blank - it should display FALSE in the system now.

July 11, 2016

how do I create the login form fields? When it is unchecked, it shows up as "blank" in the system, we need it to show blank = opt out

Josh_Hill13
Level 10
July 12, 2016

Login fields? What does that have to do with this?

I usually use Yes/No/Blank string field to avoid this issue. But there's probably some javascript or even a workflow that can solve this.

If Form Filled Out and CASL IS NOT TRUE, then set to FALSE.