I have a test in a function to make sure the form fields are there.
Which of these would you use? and why?
- instead of trim(form[arguments.fieldname]) eq ""
- len(trim(form[arguments.fieldname])) eq 0
Is there a true benefit to either one over the other?