dialog : set value if not set on submit
Hi
I have the following textfield:
<vocLevel
jcr:primaryType="cq:Widget" value="{String}N/A" defaultValue="{String}N/A" fieldLabel="VOC Level" name="./vocLevel" xtype="textfield" />
If field's value is removed by conent author, how to populated it with 'N/A' value after content author submits dialog?
Thank you in advance.