Hi FsTeam how to restrict input date from user. expected it select only from date picker. Regards Sagar |
Hi Sagar, Please see this thread for up to date information on this issue: http://osqa.theformspider.com/questions/5125/date-field Kind Regards, Yalim |
Hi FSTeem if i set readonly property true at runtime using firebug then it works properly. but how to set this property permenent. for reference : readonly="true" <input size="10" id="from_date-mainPanel" name="from_date-mainPanel" autocomplete="off" tabindex="0" class=" x-form-text x-form-field bdf-visual-element bdf-component bdf-datefield bdf-texteditable x-form-focus " style="font-family: Arial; font-size: 11px; font-style: normal; font-weight: normal; text-decoration: none; color: rgb(0, 0, 0); text-align: left; width: 102px;" type="text" readonly="true"> Regards Sagar |