Is there a way to get a form with all the questions, labels, and dropdowns?
I know we should go through Zoom for the form submissions, but we would like to get all the form fields, create our own form, because we have some data we need to pull from the Zoom form and pass to our own databases via our own program, and then we are going to pass the form back to Zoom via the API.
about the handling of form-related fields. @tommy.
To elaborate, Ive design a form-like interface, with editable fields, dropdown fields and button field ( submit ).
What I need is to submit all those fields/values on single click. on my zoom bot, Ive use caching system to retain the values. Values are collected on each update on those fields.
My question will there be time in the future that you support this behaviour as out of the box?