The CreatorCon Call for Content is officially open! Get started here.

"undefined" string

terp
Giga Contributor

On my record producer, the string "undefined" appears upon opening the form. It is not defined as a default value, the "type" is a multi line text and is mapped to the field on the table.   Can anyone   suggest why this string is there and how get rid of it?

find_real_file.png

1 ACCEPTED SOLUTION

Hi Eric,



Try the following...


if (shipping_special_instructions && shipping_special_instructions != ''){


        g_form.setValue('u_shipping_special_instructions',shipping_special_instructions);


}



Thanks,


Berny


View solution in original post

7 REPLIES 7

Boom!!!!   Appreciate it.



find_real_file.png


Cool!


And Happy New Year to you as well!