Imbedded snippet

If I have an imbedded dropdown menu snippet and I intentionally leave it blank. Is there a way to NOT run it or remove the label that would generate otherwise.
[dur]
DURATION: {formmenu: SINCE PMP; \ 1 DAY; \ ; \ Couple of Days; \ ; \ Few Days; \ ; \ About a Week; \ ; \ Couple of Weeks; \ ; \ About a Month; \ ; \ Couple of Months; \ ; \ 2-3 Months; \ ; \ ~6 Months; \ ; \ ~9 Months; \ ; \ ~1 Year +; \ ; name=DURATION:\ ; cols=20; multiple=yes} {formtext: cols=20}
[/dur]
if I dont choose a duration I would like it to omit "DURATION:" at the beginning.

Thx in advance

Hey @Brian_Haley
Try something like this:

{note}{formmenu: SINCE PMP; \ 1 DAY; \ ; \ Couple of D;name=duration; cols=20; multiple=yes}{endnote}{if: duration<>[]}Duration: {=duration} {formtext: cols=20} {endif}

Worked ty