Hello,
Making typeform, after 1 submission i want to close responses
Making a typeform true python script, json does
"settings": { "language": "nl", "progress_bar": "proportion", "show_progress_bar": false, "show_typeform_branding": true, "notifications": {}, "auto_translate": true, "is_public": trueHowever when i refetch my created form it says (logs)
'settings': {'language': 'nl', 'progress_bar': 'proportion', 'meta': {'allow_indexing': False}, 'hide_navigation': False, 'is_public': False,Weird because here it says 'is_public': False.ANd ’m able to browse to the form through a urlafter a submission, my script fetches the form, my script tries to make set it to 'is_public': False (which apparently it already is)
When i got check teh form, it says still open for responses. Any one got this setup working? or any advise Kind regards