I am referring to this page
publicbookings/request/add

Basically only my authenticated users will be able to book resources on the site, so there would not be a need for them to submit their first name, email address etc.

How do I go about removing all these fields under "Your details" from the form?

Thank you

Comments

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

ATM the only way would be to add a module that alters the publicbookings_request_form, hides the clientinformation ($form['client']) or (better) pre-fills them and disables the fields.

Would you like to assign bookings to user-ids?

phasorm’s picture

I'm not the OP, but I am wanting to assign bookings to user-ids. Is this possible?