These are working samples, the forms work.

You need to make your own forms to get the correct code from Freedback for your forms

  1. dmx CSS Form Designer

 

dmx CSS Code to be replaced in red

 

<form class="clear"  (see bold to be added on the right)>
<ol>
<li>
<fieldset>
<legend>dmx CSS Form Designer</legend>
<ol>
<li>
<label for="First Name">First Name</label>
<input type="text" id="First Name" name="First Name" value="" />
</li>
<li>
<label for="Last Name">Last Name</label>
<input type="text" id="Last Name" name="Last Name" value="" />
</li>
<li>
<label for="email">E-mail Address</label>
<input type="text" id="email" name="email" value="" />
</li>
<li>
<label for="Comment">Comment</label>
<textarea id="Comment" name="Comment"></textarea>
</li>

</ol>
</fieldset>
</li>
</ol>
<p style="text-align:right;">
<input type="reset" value="CANCEL" />
<input type="submit" value="OK" />
</p>
</form>

Freedback Code pasted into dmx form

<form class="clear"enctype="multipart/form-data" method="post" action="http://www.freedback.com/mail.php" accept-charset="UTF-8">
<div>
<input type="hidden" name="acctid" id="acctid" value="oldm4fwkm9v02o1w" />
<input type="hidden" name="formid" id="formid" value="591976" />
<input type="hidden" name="required_vars" id="required_vars" value="name,field-26f91d90162c9d6,email" />
</div>

<ol>
<li>
<fieldset>
<legend>dmx CSS Form Designer</legend>
<ol>
<li>
<label for="First Name">First Name</label>
<input type="text" name="name" id="name" size="40" value="" />
</li>
<li>
<label for="Last Name">Last Name</label>
<input type="text" name="field-26f91d90162c9d6" id="field-26f91d90162c9d6" size="40" value="" />
</li>
<li>
<label for="email">E-mail Address</label>
<input type="text" name="email" id="email" size="40" value="" />
</li>
<li>
<label for="Comment">Comment</label>
<textarea name="field-73d6d4c9830cad6" id="field-73d6d4c9830cad6" rows="6" cols="40"></textarea>
</li>
</ol>
</fieldset>
</li>
</ol>
<p style="text-align:right;">
<input type="reset" value="CANCEL" />
<input type="submit" value="OK" />
</p>

<p><a href="http://www.freedback.com">Click here</a> to put a form like this on your site.</p>
</form>

 

 

 

Freedback Form

First Name:
Last Name:
Email Address:
Comments

Click here to put a form like this on your site.

<!-- Begin Freedback Form -->
<!-- DO NOT EDIT YOUR FORM HERE, PLEASE LOG IN AND EDIT AT FREEDBACK.COM -->
<form enctype="multipart/form-data" method="post" action="http://www.freedback.com/mail.php" accept-charset="UTF-8">
<div>
<input type="hidden" name="acctid" id="acctid" value="oldm4fwkm9v02o1w" />
<input type="hidden" name="formid" id="formid" value="591976" />
<input type="hidden" name="required_vars" id="required_vars" value="name,field-26f91d90162c9d6,email" />
</div>

<table cellspacing="5" cellpadding="5" border="0">
<tr><td colspan="2" valign="top">
<strong><p><strong>Freedback Form</strong></p></strong>
</td></tr>
<tr> <td valign="top">
<strong>First Name:</strong>
</td>
<td valign="top">

<input type="text" name="name" id="name" size="40" value="" />
</td> </tr>
<tr> <td valign="top">
<strong>Last Name:</strong>
</td>
<td valign="top">
<input type="text" name="field-26f91d90162c9d6" id="field-26f91d90162c9d6" size="40" value="" />
</td> </tr>
<tr> <td valign="top">
<strong>Email Address:</strong>
</td>
<td valign="top">
<input type="text" name="email" id="email" size="40" value="" />
</td> </tr>
<tr>
<td valign="top">
<strong>Comments </strong>
</td>
<td valign="top">
<textarea name="field-73d6d4c9830cad6" id="field-73d6d4c9830cad6" rows="6" cols="40"></textarea>
</td></tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value=" Submit Form " />
</td> </tr>
</table>
</form>
<br><center><font face="Arial, Helvetica" size="1"><b>
<a href="http://www.freedback.com">Click here</a> to put a form like this on your site.
</b></font></center>
<!-- End Freedback Form -->