When am getting into the browser, after publishing.Am getting the default value as zero(Kindly, refer the attachment).
Is it possible to display INPUT BOX default value zero?
Hi Rajkumar,
You need to set/remove the default value of the input, in your case 0.
Cheers
Henrique Batista wrote:
thank you Henrique its working fine.
you can also remove "0" value with help of Javascript.
@Chandra
Yes, you can do everything with JavaScript but I believe it's better for @Rajkumar R to follow Henrique's suggestion.