Posts

Showing posts from September, 2024

How to add new line in google forms description | New line in google forms description

 For adding new line in google forms description, please copy below script and follow the steps in the video function AddNewLineDescription () {     var form = FormApp . getActiveForm ();   form . setDescription ( 'Form Name \n testing new line' ); }