Hi, I would love to be able to have a new form be created each day (form title would be todays date) with POST then throughout each day, have the API add new multiple choice questions to the end of that initial form. The new data would come from a third party source that I would feed into the new questions. Is this possible with Patch or Put? I am seeing how I might have to recreate each existing question for each Patch or Put but maybe that is not the case?
Also does Typeform allow partial submissions? I would love to be able to submit form answering existing questions, send those answers to google sheets, then (via above) have the API add my new questions to the end of the form then allow me to submit answers to those new questions throughout the day.
Any help would be much appreciated! Thanks -AAK