Is your proposal related to a problem?
I'm using the hosted version and I need to pre-fill a custom input field on the Cal react component.
I then want to capture that value from the payload in the "BOOKING_CREATED" webhook that fires after the event is scheduled.
I could add an additional input field to the event type and pre-fill it, but this is not a field that I want to expose to the customer in the booking form.
Describe the solution you'd like
It would be great to have an additional field of type: "hidden" available in the advanced event type settings.
Alternatively, having some input options on the component would be good.
Peer suggested adding a hidden checkbox in the additional field UI.

Describe alternatives you've considered
Exposing the field to the user.
Currently I'm getting the value on the server in the webhook listener but I'd rather just pass it along to the Cal component and retrieve it from the payload.
Additional context
Hidden fields are very commonly used across a wide range of verticals, for marketing and dev purposes.
Would be a great addition to the "consumer" side of the product!
Is your proposal related to a problem?
I'm using the hosted version and I need to pre-fill a custom input field on the Cal react component.
I then want to capture that value from the payload in the "BOOKING_CREATED" webhook that fires after the event is scheduled.
I could add an additional input field to the event type and pre-fill it, but this is not a field that I want to expose to the customer in the booking form.
Describe the solution you'd like
It would be great to have an additional field of type: "hidden" available in the advanced event type settings.
Alternatively, having some input options on the component would be good.
Peer suggested adding a hidden checkbox in the additional field UI.
Describe alternatives you've considered
Exposing the field to the user.
Currently I'm getting the value on the server in the webhook listener but I'd rather just pass it along to the Cal component and retrieve it from the payload.
Additional context
Hidden fields are very commonly used across a wide range of verticals, for marketing and dev purposes.
Would be a great addition to the "consumer" side of the product!