nodes - Drupal 6 How to hide fileds on creating content but show on editing content? -
i have 2 fields, start date , end date. want hide end date while adding new content , want start date not editable on editing , show end date edit. how can in drupal 6 node module?
use form alter , can user url paramters see if add or edit form if add form $form['start_date']['#access']=false;
, skip same in edit form
Comments
Post a Comment