Multiple Lines of Text still isnullorempty after inserting an image

  • 10 July 2020
  • 1 reply
  • 9 views

Badge +1

We are on Nintex 2013 (Forms 2.11.5.30) and are using a multiple line of text field that is set up as Enhanced rich text (Rich text with pictures, tables, and hyperlinks).  We are only using this field to have an image (screenshot) inserted into it.  We have a validation rule set up, as when the form is signed this field becomes a required field.  We are using isnullorempty() for the other similar fields on the form to validate that they are not blank, but with this multiple lines of text field, when we insert an image into it, it is still showing up as invalid with the isnullorempty() validation.  I verified that typing a single character into this field gets it past the validation rule, but that isn't what we are looking for. How can I validate that it has an image inserted into it?


1 reply

Badge +4
add a calculated field to the form and set that equal to the text box and see what values you get when you add pictures
after that you have to use javascript to validate your input based on values you get from the calculated field

https://community.nintex.com/t5/Nintex-for-SharePoint/Regular-expression-validation-for-a-multiline-textbox/td-p/8281

hope this helps you

Reply