Here is something I was working on. Every now and then a group of us do the lottery and we need an agreement form filled out.
So I just wrote this page so any of us can go and fill in details for everyone and print it out.
Each entry is a form or textarea that can be edited on the page.
The documents clones a group and adds it to the hype scene ( not the page body). Height adjustments are made to all the containers.
Everything below the names group is in it’s own group so they can be moved easier.
The main scene container will be called index_hype_container when previewing via hype and lowercase export name & _hype_container when exported.
The code takes care of this but you have to set your export name in the function addName() & removeName()
In mine it is synd2
var hypeExportName = "synd2"
syndWorking1.hypetemplate.zip (189.5 KB)