Moving a form with JavaScript
You can get Google Site Search for your site by signing up at Google http://www.google.com/cse/ and paying an annual fee or accepting adverts in the results page. What you get isn't technically a form, but it will be a useful way for us to explore the way in which you might move the script and styles associated with a form into ChronoForms.
Getting ready
If you want to follow this through, then go to the Google site and sign up for a free (ad supported) Google search box. You'll need a Google account to do this.
How to do it...
1. When we have followed through the Google instructions we get to click the Get Code link and will see something like this in the HTML box waiting to be copied:
<div id="cse" style="width: 100%;">Loading</div> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load('search', '1', {language : 'en'}); google.setOnLoadCallback(function(){ var customSearchControl...