Customize Google Spreadsheet Forms – simplified

I stripped down GOS’s excellent how-to on using javascript to display a custom message instead of sending users to the unfriendly-looking Google Spreadsheet Forms confirmation page. The simplified code follows:


function custommsg()
{
document.getElementById("form-message").style.display="";
document.getElementById("form-message").innerHTML="THANK YOU MESSAGE HERE";
}

PASTE YOUR FORM CODE HERE


Posted

in

,

by

Comments

One response to “Customize Google Spreadsheet Forms – simplified”

  1. Anonymous

    comment

Leave a Reply

Your email address will not be published. Required fields are marked *