Keyword

Hide specific extrafields on Add item form

  • Mihir Patel
  • Mihir Patel's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 2 months ago #98558 by Mihir Patel
Hide specific extrafields on Add item form was created by Mihir Patel
Hello Terry,

I want to know how to hide the extrafields from the form.php.......I tried it but not successful. I havetwo user type in jomsocial. I just want to hide the last extrafield for one of the two user types. Below is the code in form.php.but i guess that works only when lightbox is not used to add the item.....I dont know from where the extrafields are generated and displayed....

     <table class="admintable" id="extraFields" ><?php foreach ($this->extraFields as $extraField): ?><tr><td align="right" class="key"><?php echo $extraField->name; ?></td><td><?php echo $extraField->element; ?></td> </tr><?php endforeach; ?></table>

 

Please help me atleast by guiding me where the code is located that will affect the displaying of extrafields on category selection.....

Thanks a lot

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum