Jump to content

[SOLVED] display only field...


rsammy

Recommended Posts

how can change this field, a text box, to a display only(non-editable field) in php?

 

                        <td width="196" height="22"> <div align="right"><font class="inputLbl">Date:  </font></div></td>
                        <td width="130"> <input name="datebox" class="txtbox" value="<?

 

is it possible to make datebox a display only field? i dont want users to be able to enter invalid dates here. they should only be able to enter date from the datebox feature(a calendar pop-up). that feature works with all validations in place. its only when users enter (manually type) a date in the text box that valiations dont work(for instance, 05/32/2007 is taken as a valid date!)

 

i want to change the datebox field to a display only field.

 

thanx

Link to comment
https://forums.phpfreaks.com/topic/47436-solved-display-only-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.