I have a simple form that I have embedded into a php page. Since copying in the form, the page loads very slowly as it downloads all the dependent scripts etc...
Can I download all the dependent scripts to my server and run the form using those scripts... still having it point back to FormAssembly when users submit it? This would speed up my pageload.
Is this allowed? Has anyone else done this before?
Yes you can do this by downloading the scripts linked, or I can dig up our package that we used to list. Unfortunately people were getting confused between the package and the form itself, so we moved to the totally hosted option. Note, if you feel the download time is long, you might try the packed version available here: http://code.google.com/p/wforms/ of the JS code.
Great... I downloaded the wforms.js from google and will compress it. Will this single library suffice to replace all the other scripts that appear in my current form or do I need the other scripts you were referring to (or that I need to identify and download myself)? How often do you guys update these? Should I be looking to script and auto-copy every week, month or longer?
Right now, my form has the following jscripts included:
I take it that the google code replaced the first one but does it include the others or do I need to download those too from their current source?