How to add a new line in the Title in google forms

 For adding title in google forms follow the steps given in the below video:





The code to be copied for adding new line in title is:


function AddNewLineTitle() {
  
  var form = FormApp.getActiveForm();
  form.setTitle('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 dropdown type question in google forms