Am "trying" to build a site and have got stuck on my form booking page where one of my forms just won;t display while the 2 others I have happily do when I try them just to see if I can figure out the problem. am using RSD and adapting The Coast theme and was wondering if it is possible that my form is too long- the forms are all currently on coffee cup and all in working order.
http://educationmatters.coffeecup.com/l … ing_1.html - the script for the form I want to display is
<script type="text/javascript">document.write(unescape("%3Cscript src='http" + (document.location.protocol == 'https:' ? 's' : '') + "

/www.coffeecup.com/api/sdrive/forms/form.js?name=booking1115%26slug=310708%26height=920%26crossdomains=true%26rand=" + Math.floor( Math.random() * 1000000000 ) + "' type='text/javascript'%3E%3C/script%3E"));</script>
The one below does display - its just weird!!!
<script type="text/javascript">document.write(unescape("%3Cscript src='http" + (document.location.protocol == 'https:' ? 's' : '') + "

/www.coffeecup.com/api/sdrive/forms/form.js?name=rates-sept15%26slug=152855%26height=595%26crossdomains=true%26rand=" + Math.floor( Math.random() * 1000000000 ) + "' type='text/javascript'%3E%3C/script%3E"));</script>
does anyone have any suggestions??? I am going crazy!!!