Dynamic variables

Dynamic variables are values that change depending on the meeting, client, or other conditions. For example, if you want to name events in your calendar to include both your name (the host) and the client's name, set the meeting name as {{host_name}} and {{client_name}}.

Using form response in dynamic variables

To include form field's response in meeting calendar, set a field code for the form field and then use the field code{{form_response.field_code}}.You can use this in the Meeting name or Body, as needed.

For example, if the field code is "client_code", the form response variable will be {{form_response.client_code}}.This will display the client code in the meeting name on your calendar.

If you insert {{form_responses}}, it will contain all the answers to the questions. This can be used to show all questions and the answers provided by the person who booked the meeting.