Hello everyone ,
I’m working on a custom participant form in Dolibarr (for a conference or booth), using this file:
/htdocs/eventorganization/conferenceorboothattendee_card.php
I would like to hide certain fields only when creating a new participant, such as:
- E-mail of the participant
- Registration date
- Amount paid
- Public note
- Private note
I’m looking for one simple and direct way to hide these fields (e.g., using JavaScript or editing the PHP file).
What is the easiest clean method to do this, without creating a full custom module?
Thanks a lot for your help