I have sofar managed - using DW6, grabbed a feedback script from a free site and got that working
it is only vertical.... ie each entry on a new line, can it easily be made to fit across the page, maybe 2 or 3 columns (so it doesn't need to scroll down), or does it have to stay singular ?
I tried moving a couple, and then it didn't work
I'm a complete newbie at this with ..... NO programming skills,
- SO NO BIG WORDS -
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php ">
<input name="user" type="hidden" id="user" value="grunta"><input name="formid" type="hidden" id="formid" value="65421"><input name="subject" type="hidden" id="subject" value="Feedback or Requests">
<table width="50%" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#F7FEDE"><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial"> E-mail Address:<font color="#FF0000"> *</font></font></td><td><input name="email" type="text" id="email" size="20" maxlength="100" class="fieldstyle"></td></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">Name:<font color="#FF0000"> *</font></font></td><td><font color="#000000" size="1" face="Arial"><input name="q[1]" type="text" id="q[1]" value="" size="15" maxlength="150" class="fieldstyle"></font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial">Address:</font>< /td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial"><textarea name="q[2]" cols="40" rows="3" class="fieldstyle"></textarea></font></td></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">City:</font></td><td><font color="#000000" size="1" face="Arial"><input name="q[3]" type="text" id="q[3]" value="" size="20" maxlength="150" class="fieldstyle"></font></td></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">Post code:<font color="#FF0000"> *</font></font></td><td><font color="#000000" size="1" face="Arial"><input name="q[5]" type="text" id="q[5]" value="" size="5" maxlength="5" class="fieldstyle"></font></td></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">State:</font></td><td><font color="#000000" size="1" face="Arial"><input name="q[4]" type="text" id="q[4]" value="" size="5" maxlength="3" class="fieldstyle"></font></td></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">Contact number:</font></td><td><font color="#000000" size="1" face="Arial"><input name="q[8]" type="text" id="q[8]" value="" size="20" maxlength="25" class="fieldstyle"></font></td ></tr><tr bgcolor="#FFFFCC"><td><font color="#000000" size="1" face="Arial">Fax Number:</font></td><td><font color="#000000" size="1" face="Arial"><input name="q[9]" type="text" id="q[9]" value="(xxx) xxx -xxxx" size="20" maxlength="25" class="fieldstyle"></font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial">When is the best time to contact you?</font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial"><input type="radio" name="q[10]" value="Morning" class="fieldstyle">Morning<br><input type="radio" name="q[10]" value="Afternoon" class="fieldstyle">Afternoon<br><input type="radio" name="q[10]" value="Evening" class="fieldstyle">Evening</font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial">What is the best means to contact you?</font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial"><input type="radio" name="q[11]" value="Phone" class="fieldstyle">Phone<br><input type="radio" name="q[11]" value="E-mail" class="fieldstyle">E-mail<br><input type="radio" name="q[11]" value="Fax" class="fieldstyle">Fax</font>< /td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial">Message:</font></td></tr><tr bgcolor="#FFFFCC"><td colspan="2"><font color="#000000" size="1" face="Arial"><textarea name="q[7]" cols="40" rows="6" class="fieldstyle"></textarea></font></td></tr><tr><td colspan="2"><hr size="1"></td></tr>
<tr><td colspan="2"><input name="submit" type="submit" value="Submit"> <input name="reset" type="reset" value="Reset"> </td></tr>
<tr><td><font color="#FF0000" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b>*</b></font> <font size="1" face="Verdana, Arial, Helvetica, sans-serif">Required</font></td><td align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href=" http://www.mycontactform.com">Create Contact Forms</a></strong></font></td></tr>
</table></td></tr></table></form>
<!-- End myContactForm.com Form HTML -->
thanks.... Grunta
Last edited by grunta; 07-29-2006 at 03:20 AM..
Reason: added the code
|