I am trying to get a external form to load onto a page when the page loads
I have posted this on the page
Code:
<head>
<script type="text/javascript" src="howardfan123/grouporderform.js">
have this as the start of my form
Code:
<form action="http://ww11.aitsafe.com/cf/addmulti.cfm" method="post" id="grouporderform">
<input type="hidden" name="userid" value="d******" />
<input type="hidden" name="return" value="www.allyscandle.com/orderform.htm" />
<input type="hidden" name="quantity" value="0" />
<table width="1506" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><div align="left" class="style1">PILLARS/JARS/VOTIVES</div></th>
what am i doing wrong anyone out there that can help me please?does it have to be javascript or is the another way (not ssi though)[/code]
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
Posted: Thu Sep 25, 2008 7:35 pm
Why not just put the form on the page and save all that JavaScript coding?
Newbie101
Joined: 09 Oct 2008
Posts: 35
Posted: Tue Oct 14, 2008 10:37 am im a newb
:D
ok this is a newb answer so if you are looking for something advanced I apologize.
Now my stupid question.
Are you transferring the values from your forms page?
I also do not understand why your form needs to be hidden. If you are a newb. I put together a thread on a newb value passing u should look at.
If I'm way off its because your question is open for interpretation.
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
Posted: Tue Oct 14, 2008 1:13 pm
An INPUT element with `TYPE=HIDDEN' represents a hidden field.The user does not interact with this field; instead, the VALUE attribute specifies the value of the field. The NAME and VALUE attributes are required.