Avatar

Level 8

Thank you.

Sorry i did not understood the 1st piece, pls. eloborate

//Trim the field's rawValue to check for the blankness.

if(my_text_field_3.rawValue.replace(/^\s+|\s+$/g,"") == "")

     my_text_field_3.rawValue = "Blank";