फ़ॉर्म के क्रिएटर्स को यह कंट्रोल करने की सुविधा देने के लिए कि कौन जवाब दे सकता है, हम जवाब देने वालों के लिए ज़्यादा कंट्रोल उपलब्ध करा रहे हैं. एपीआई का इस्तेमाल करके 31 जनवरी, 2026 के बाद बनाए गए फ़ॉर्म, डिफ़ॉल्ट रूप से 'पब्लिश नहीं किया गया' के तौर पर सेट होंगे. ज़्यादा जानने के लिए,
Google Forms में एपीआई से जुड़े बदलाव देखें.
Google Forms में एपीआई से जुड़े बदलाव
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google फ़ॉर्म में जवाब देने वाले लोगों के लिए, ज़्यादा कंट्रोल वाले विकल्पों को पेश किया गया है. इसलिए, जवाब देने वाले लोगों के साथ फ़ॉर्म शेयर करने से पहले, उन्हें पब्लिश करना ज़रूरी है. यह पक्का करने के लिए कि मौजूदा स्क्रिप्ट काम करती रहें, आज एपीआई से बनाए गए फ़ॉर्म डिफ़ॉल्ट रूप से पब्लिश किए जाते हैं. हालांकि, यूज़र इंटरफ़ेस (यूआई) में प्रॉडक्ट के अनुभव को बेहतर बनाने के लिए, 31 मार्च, 2026 के बाद एपीआई से बनाए गए फ़ॉर्म, 'पब्लिश नहीं किया गया' स्थिति में बनाए जाएंगे. साथ ही, आपको फ़ॉर्म पब्लिश करने होंगे, ताकि लोग उनमें जवाब दे सकें.
यदि आप कुछ नहीं करेंगे तो क्या होगा
अगर कोई कार्रवाई नहीं की जाती है, तो एपीआई का इस्तेमाल करके 31 मार्च, 2026 के बाद बनाए गए नए फ़ॉर्म डिफ़ॉल्ट रूप से 'अनपब्लिश' स्थिति में होंगे. साथ ही, उनके जवाब नहीं मिलेंगे.
आपको कौनसे बदलाव करने हैं
एपीआई की मदद से 31 मार्च, 2026 के बाद बनाए गए फ़ॉर्म, 'पब्लिश नहीं किया गया' स्टेटस में बनाए जाएंगे. आगे से, आपको एपीआई से बनाए गए फ़ॉर्म को पब्लिश करने के लिए, forms.setPublishedSettings()
तरीके का इस्तेमाल करना होगा.
फ़ॉर्म पब्लिश करने की सुविधा को आज़माने के लिए, पहले forms.create()
तरीके का इस्तेमाल करके, ऐसा फ़ॉर्म बनाएं जिसे पब्लिश न किया गया हो.
इसके बाद, forms.setPublishSettings()
तरीके का इस्तेमाल करके फ़ॉर्म पब्लिश करें.
आपके पास यह कंट्रोल करने का विकल्प होता है कि आपके फ़ॉर्म का जवाब कौन दे सकता है. इसके लिए, आपको फ़ॉर्म को चुनिंदा लोगों के साथ शेयर करना होगा. जवाब देने वाले लोगों के साथ फ़ॉर्म शेयर करने के लिए, permissions.create
तरीके का इस्तेमाल किया जा सकता है. ज़्यादा जानकारी के लिए, जवाब देने वाले ज़्यादा लोगों के साथ अपना फ़ॉर्म शेयर करना लेख पढ़ें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया."],[],[],null,["With the introduction of the granular control options for who can respond to\nGoogle Forms, forms need to be published before sharing with responders. To\nmake sure that existing scripts don't break, today API created forms are published\nby default. However, to align with the product experience in the UI, forms\ncreated by API after March 31, 2026, will be created in an unpublished state\nand you must publish the forms before they can accept responses.\n\nWhat happens if you do nothing\n\nIf no action is taken, then new forms created using APIs after March 31, 2026,\nwill be in an unpublished state by default and won't receive responses.\n\nWhat changes do you need to make\n\n- Forms created by API after March 31, 2026, will be created in an\n unpublished state. Going forward, you will need to explicitly publish the forms\n created by API by using the [`forms.setPublishedSettings()`](/workspace/forms/api/reference/rest/v1/forms/setPublishSettings) method.\n\n- To test publishing a form, first create a form in an unpublished state using the\n [`forms.create()`](/workspace/forms/api/reference/rest/v1/forms/create) method.\n Then publish the form with the [`forms.setPublishSettings()`](/workspace/forms/api/reference/rest/v1/forms/setPublishSettings) method.\n\n- You can control who responds to your form by sharing it with specific users. The [`permissions.create`](/workspace/drive/api/reference/rest/v3/permissions/create) method can be used to share the form with responders. Refer\n to [Share your form with more responders](/workspace/forms/api/guides/publish-form#share-form) for more details."]]