I didn't include the external js cuz I figured you didn't need it.  We'll see if js 
can get thru now :-)

Put this in your HEAD area:

<!--// load the qForm JavaScript API //-->
<SCRIPT SRC="../lib/qforms.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--//
// set the path to the qForms directory
qFormAPI.setLibraryPath("../lib/");
// this loads all the default libraries
qFormAPI.include("*");
//-->
</SCRIPT>

Wrap the code I posted already in a form post.  My example was named "EditSignup" and 
you must use the name attribute in your form statement.  Like this:

<form 
        action="foo.cfm?woo=hoo" 
        method="post" 
        name="EditSignup">

Put the following after the /form tag.  

<SCRIPT LANGUAGE="JavaScript">
<!--//
objForm = new qForm("EditSignup");
objForm.States.makeContainer();
objForm.States.dummyContainer = true;
objForm.ChosenStates.makeContainer();
//-->
</SCRIPT>

Good luck,


--
-------------------------------------------
 Matt Robertson,     [EMAIL PROTECTED]
 MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to