Instead of hiding the form on each page...had you thought about putting the form on a seperate page and having your button open that page in a new window? You could continue to populate your variables as you want (course title and page number) by setting an 'on show' action on the form page. This would keep it clean for the user and yourself when it comes to programming.Instead of hiding the form on each page...had you thought about putting the form on a seperate page and having your button open that page in a new window? You could continue to populate your variables as you want (course title and page number) by setting an 'on show' action on the form page. This would keep it clean for the user and yourself when it comes to programming.