python script changing is_public: true/false not working | Community
Skip to main content
Question

python script changing is_public: true/false not working

  • May 15, 2025
  • 1 reply
  • 9 views

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

1 reply

  • Author
  • Explorer
  • 2 replies
  • May 15, 2025

Update: is working

my issue was opening the link via the typeform app. 

Opening the link by copy pasting it, it’s in private.


  • Author
  • Explorer
  • 2 replies
  • May 15, 2025

update: 

In my setting in typeform app it still says 

Your typeform is open to new responses.

could be a bug


Reply