I have a form call Task Scheduler, it has a dropdown field for the types of task that can be schedule and it includes an \'Other\' option. The view has condiditional logic to display the appropriate task information based on the dropdown value. The value of \'Other\' shows up fine in the Table View. My problem comes in on the Calendar view. It does not seem to interpret the \'Other\' value the same way the Table View does. How can I get the \'Other\' value in the conditional logic? I have tried using separate values and chained conditionals. Ithought about writing a code snippet using frm_after_create_entry but my PHP skills aren\'t quite there. Any ideas?