I have a custom event field that I wish to display on the event registration page. I have added the extra custom field to "website table configuration" entity so it is exposed, but I am not sure how to add it to the registration form.
Create an event template with the default custom fields and ask users to create their events from this event template. Those fields will get copied by default.
Hi Mhoekstra,
This is I am aware but this way user has to add fields manually for every single event. We want to set those fields for all event by default.
Hi,
You go to the event, click website and form and the scroll down to custom registration field and add it. See docs.microsoft.com/.../6-registration
We are using the OOB event portal and haven't configured any API or webapplication. Is it possible in oob sample website soultion?
Yes, I was able to figure out after hours of research and testing. It is much simpler if you are adding the field to html with typescript that already imports event; to add a new field to display, you have to first add the field to "website table configuration" entity record. After this, you check the API url and see if the field appears properly. Once this is done, go to your angular project, go to model-->event typescript, add the field into the event interface. After this, you can add the variable to html (assuming the corresponding typescript already import event).
Hi Tyler,
Did you able to find a way? I have got similar requirements where I need to add more fields on event registration form , however it should be default to all event not just for one
Hi Nya,
thanks for the info, we are using the default event form but the tutorial you send only provide instruction on how to add custom registration field for user's input. I am trying to add an output only field (similar to event name, start date, end date, etc...)
I found below instruction from Microsoft Documentation, but the instruction stopped on web table configuration, I would like to know how to add that data to the actual registration page (not header or footer).
https://docs.microsoft.com/en-us/dynamics365/marketing/developer/customize-events-api-response
Hi,
If you are using the default registration form, please refer to the following documentation:
Add custom event-registration fields (Dynamics 365 Marketing) | Microsoft Docs
If you are using marketing form whose type is Event Registration, please refer to the following one:
Set up input fields for marketing forms (Dynamics 365 Marketing) | Microsoft Docs
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156