scapeunit 11 Sep, 2009 How can you add a sign showing that certain fields are mandatory or required. This way, a user does not have to click submit to find out which ones are not but can see a (*) on the form, knowing it is required to be filled in first.
GreyHead 11 Sep, 2009 Hi scapeunit,Add a star at the end of the label. Change the css of the 'required' class to show something different . . .Bob