Website Questionnaire

Autosave your work

Google Forms automatically saves your progress for 30 days when you’re signed in to your Google account so you can work across devices or take a break without losing a step
jQuery(document).ready(function($) { // Listen for a click on the button with ID "sendshow" inside the form with class "dwperkins" $('.dwperkins #sendshow').on('click', function(event) { // Show the element with the class "caladd" $('#caladd').fadeIn(); // This will make the element visible with a fade-in effect }); });