Welcome Guest, Not a member yet? Register   Sign In
Form is ignoring where I am trying to send it
#5

[eluser]Bruno43[/eluser]
<div class="form_row">&lt;form action="http://www.siteurl.com/index.php/contact/send" method="post"&gt; <div class="label_float">
<label for="name">Name: </label>
</div>
<div class="input_float">

&lt;input type="text" name="name" id="name" value="" /&gt;
</div>
<br class="clear" />
</div>
<div class="form_row">
<div class="label_float">
<label for="email">Email Address: </label>
</div>

<div class="input_float">
&lt;input type="text" name="email" id="email" value="" /&gt;
</div>
<br class="clear" />
</div>
<div class="form_row">
<div class="label_float">
<label for="company">Company: </label>

</div>
<div class="input_float">
&lt;input name="company" id="company" value="" /&gt;
</div>
<br class="clear" />
</div>
<div class="form_row">
<div class="label_float">
<label for="comment">Comment: </label>

</div>
<div class="input_float2">
&lt;textarea name="comment" class="input_float2" id="comment" value="" /&gt;&lt;/textarea>
</div>
<br class="clear" />
</div>
<div class="form_row">&lt;input type="submit" name="submit" value="submit" /&gt; &lt;/form&gt;


Messages In This Thread
Form is ignoring where I am trying to send it - by El Forum - 04-15-2010, 12:21 PM
Form is ignoring where I am trying to send it - by El Forum - 04-15-2010, 12:37 PM
Form is ignoring where I am trying to send it - by El Forum - 04-15-2010, 12:47 PM
Form is ignoring where I am trying to send it - by El Forum - 04-15-2010, 10:35 PM
Form is ignoring where I am trying to send it - by El Forum - 04-16-2010, 10:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB