Custom stamp format null fields
I've got a custom dynamic stamp built and it prompts me for inputs. If I cancel input on that field, it places "null" in the stamp for that field.
I saw a video that said I needed this script in the format section of the field properties. Except it's still populating null in the field. I've tried removing the quotes from null in the first line and that didn't work either.
if(event.value=="null")
{event.value=""}
