Contact Form
2 posters
Page 1 of 1
Contact Form
Is there any way, on a Custom HTML page to insert a form, where users can send like suggestions, apply for moderaters ect... to admin@rocksoftlounge.com.
like the form has there username in, some drop down boxes and a text area.
Is this possible?
Thanks
like the form has there username in, some drop down boxes and a text area.
Is this possible?
Thanks
jordowestie- New Member
- Posts : 11
Reputation : 0
Language : english
Re: Contact Form
Yes... here's a *demo contact form.
Try this on your Html page (edit the background & border colors)
Try this on your Html page (edit the background & border colors)
- Code:
<center>
<table style="padding: 8px; background-color: lightblue; border: #404040; border-style: solid; border-width: 1px; margin-left: 0px;"><tr><td width="500">
<center>
<table>
<tr>
<td valign="top" width="100%"><form action="contact.forum?action=submit" class="report" method="post">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<th class="thHead" colspan="2">Contact us</th>
</tr>
<tr>
<td class="row2" colspan="2"><span class="gensmall">Items marked with a <span class="obligatory">*</span> are required.</span></td></tr><tr><td class="row1"><label for="subject" class="gen">Message subject<span class="obligatory">*</span> :</label>
</td>
<td class="row2"><input type="text" name="subject" id="subject" size="78" maxlength="54" class="post" value="">
</td>
</tr>
<tr>
<td class="row1"><label for="message" class="gen">Message contents<span class="obligatory">*</span> :</label>
</td>
<td class="row2"><textarea cols="75" rows="10" name="message" id="message" class="post"></textarea>
</td>
</tr>
<tr>
<td class="row1"><label for="reg_key" class="gen">Confirmation code<span class="obligatory">*</span> :</label>
</td>
<td class="row2 captcha"><table border="0">
<tr>
<td align="left">
<div class="captcha-img"><label for="reg_key" dir="ltr"><img src="/antirobot_pic.forum?" alt=""></label> <input type="hidden" name="username" value=""> <input type="hidden" name="time" value=""></div>
</td>
<td align="left"><input type="text" name="reg_key" id="reg_key" maxlength="5" class="post" dir="ltr">
</td></tr></table>
</td>
</tr>
<tr><td class="catBottom" height="28" align="center" colspan="2"><input class="button2" type="submit" name="submit" value="Send"><input type="hidden" name="time" value="">
</td></tr></table>
</form></td></tr></table></center>
</td></tr></table></center>
Re: Contact Form
thanks, i will try this out!
just tried it and it says can't find server. how do you link it to youre site.
Sorry for the questions but im confused!
just tried it and it says can't find server. how do you link it to youre site.
Sorry for the questions but im confused!
jordowestie- New Member
- Posts : 11
Reputation : 0
Language : english
Re: Contact Form
Solved, thank you a million!
jordowestie- New Member
- Posts : 11
Reputation : 0
Language : english

» contact.php script for contact form in website
» contact form
» Contact Form
» My Contact form
» Contact form
» contact form
» Contact Form
» My Contact form
» Contact form
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum