The Account section was closed on Aug, 2003. See details here.

How to use iframe embed JQuery Form to Your Website?

Use <iframe> is the easiest way to intergrate jquery form to your web page. Let say you upload all the form files under a folder /contact on your website, and you want to embed it to one of your page contact.html. You can put the embed code in your contact.html like this:

<iframe 
  src="/contact/form.html" 
  style="min-width:280px;width:100%;height:760px;border:none;"
  frameborder="none" 
  allowTransparency="true" >
</iframe>

Please adjust the styles (inline or use a class) as you need it.

The CONCAT page on this website is an example to use <iframe> to link a contact form to web pae.