Q: How to add a custom field into my custom google invite title?
In my booking questions, I included a field called "Project title" and I want to use the user's response as the title of the google cal title.
Luka_originals
Mar 23, 2026A: Hi there!
You can do this using template tags in your calendar invitation title. Go to your booking type settings and in the custom calendar invitation editor, use the {{answers.X}} tag where X is the position of your question (starting from 0).
So if "Project title" is your first custom question, set your calendar invitation title to:
{{answers.0}}
Or combine it with other tags like:
{{answers.0}} - {{contact.name}}
The numbering is based on the order of your questions — first question is 0, second is 1, and so on.
Hope that helps!