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');
}

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in the 'add title and description' section in google forms