Customizing registration form for events

I have Dolibarr 20.0.3 on a Linux server.

I would like to edit the online form for participant registration for events:

  • Omit company and company e-mail
  • Add a note that the form must be filled out per participant, e.g. because there is a maximum number of participants. (If everyone brings an accompanying person, there will be 50 people).
  • Set country to Switzerland by default

Does anyone have any helpful hints?

Thank you and have a nice evening.
Martin Fischer

I use a different form system to achieve that and then I feed the data into Dolibarr as regular proposals, orders and invoices. I do not (yet) use the event participant part of Dolibarr

Hello @mindful,

you have to look into the following file :

/public/eventorganization/attendee_new.php

it is the page that you are showing

Regards

So you actually feed them manually to Dolibarr?

Thanks. I finally found the file here: public_html/doli/public/eventorganization/attendee_new.php. But I dare touching it. There are just too many dependencies I can’t oversee.

Too bad, that there are no options to choose for the new_attendee-form. I’ll probably do it also offline in an easier form and feed the data manually.

No, I don’t do that, I use the API to let my form system feed the data into Dolibarr.

at some point I hope to use the API to fill in attendees, but I don’t think that can currently be done.