Forms
5 posters
Page 1 of 1
Forms
Okay, i've been trying but no success. Is there anyway as yet to successfully have forms on the forums that on submitting would post directly to a selected part on the forum?
I have been messing around with the HTML codes but i can't successful have the form infomation submitting.
Any help?
I have been messing around with the HTML codes but i can't successful have the form infomation submitting.
Any help?
Re: Forms
what do you mean? when you create a forum you have the option to post within that forum.
Please explain more.
Please explain more.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Forms
'Okay, i want to a create application form in HTML pages that registered users can fill out and on subbmission it would post to the application section of my forums
Re: Forms
You can do it via a third party site.
http://www.emailmeform.com/
http://www.emailmeform.com/
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Forms
With this(the link you sent) the information would be e-mail to me. I want the infomation to be posted directly to the forums as a new post
Re: Forms
- Code:
<form id="emf-form" enctype="multipart/form-data" method="post" action="http://www.emailmeform.com/builder/form/43u6gPfe558E8bpIO">
<table style="text-align:left;" cellpadding="2" cellspacing="0" border="0" bgcolor="#000000">
<tr>
<td style="" colspan="2">
<font face="Verdana" size="2" color="#2F3192"><b style="font-size:20px;">Flawless Concepts</b><br />
<label style="font-size:15px;">Thank you for applying to our community.<br /></label><br /></font>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_0" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Username</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_0" style="">
<input id="element_0" name="element_0" value="" size="20" class="validate[required,length[3,20]]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">This is your registered user name on the forums.<br />
Should NOT be sexual, sexist, abusive or vulgar</font></small>
</div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_1" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Your first name</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_1" style="">
<input id="element_1" name="element_1" value="" size="30" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_2" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Your age</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_2" style="">
<input id="element_2" name="element_2" value="16+" size="5" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_3" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Primary platform</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_3" style="">
<select id="element_3" name="element_3" class="validate[required]">
<option value="" selected="selected">
PS3
</option>
<option value="Xbox360">
Xbox360
</option>
<option value="PC">
PC
</option>
<option value="Wii">
Wii
</option>
</select>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_4" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Platforms owned</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_4" style="">
<select id="element_4" name="element_4[]" multiple="multiple" size="4" class="validate[required]">
<option value="PS3">
PS3
</option>
<option value="Xbox 360">
Xbox 360
</option>
<option value="PC">
PC
</option>
<option value="Wii">
Wii
</option>
</select>
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">Select all consoles you own</font></small>
</div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_5" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Preferred Game</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_5" style="">
<select id="element_5" name="element_5" class="validate[required]">
<option value="" selected="selected">
Battlefield: Bad Company 2
</option>
<option value="Battlefield 3">
Battlefield 3
</option>
<option value="COD: Modern Warefare 2 ">
COD: Modern Warefare 2
</option>
<option value="COD: Black Ops">
COD: Black Ops
</option>
<option value="COD: Modern Warefare 3 ">
COD: Modern Warefare 3
</option>
<option value="Dead Island">
Dead Island
</option>
<option value="Gears of War 2">
Gears of War 2
</option>
<option value="Gears of War 3">
Gears of War 3
</option>
<option value="Halo 3">
Halo 3
</option>
<option value="Halo: Reach">
Halo: Reach
</option>
<option value="Homefront">
Homefront
</option>
<option value="Other - specify">
Other - specify
</option>
</select>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_6" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Other - Specify</b></font>
</td>
<td id="td_element_field_6" style="">
<input id="element_6" name="element_6" value="" size="30" class="validate[optional]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_7" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Site referred or referr</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_7" style="">
<input id="element_7" name="element_7" value="How did you find us?" size="30" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_8" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Country of residance</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_8" style="">
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_0" name="element_8[]" value="USA" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> USA </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_1" name="element_8[]" value="UK" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> UK </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_2" name="element_8[]" value="EU" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> EU </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_3" name="element_8[]" value="AUS" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> AUS </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_4" name="element_8[]" value="Caribbean" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> Caribbean </font>
</div>
<div style="clear:both;"></div>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_9" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Why are you here?</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_9" style="">
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_0" name="element_9" value="Competitive Gaming" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Competitive
Gaming </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_1" name="element_9" value="Casual Gaming" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Casual Gaming </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_2" name="element_9" value="Make friends" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Make friends </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_3" name="element_9" value="Other" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Other </font><br />
<input style="margin-left:20px;" type="text" onclick="document.getElementById('element_9_3').checked = 'checked';" onchange="document.getElementById('element_9_3').value = this.value;"
name="element_9_other" value="" />
</div>
<div style="clear:both;"></div>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_10" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Any previous clans<br />
(names only)</b></font>
</td>
<td id="td_element_field_10" style="">
<input id="element_10" name="element_10" value="" size="20" class="validate[optional]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_11" style="" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Other Infomation<br />
<br />
<br />
(Tell us about gaming style, why you want to join, background... etc)<br />
<br />
(Optional)</b></font>
</td>
<td id="td_element_field_11" style="">
<textarea id="element_11" name="element_11" cols="45" rows="10" class="validate[optional]">
</textarea>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td colspan="2" style="">
<h3 style="font-size:14px;padding:10px 0 6px 0;border-top:1px dotted #CCCCCC;margin:14px 0;position:static;" id="element_12" name="element_12">
<font face="Verdana" size="2" color="#2F3192">Agreement</font>
</h3>
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">By completing and submitting this infomation you agree to the rules of our community and to being a loyal and active member by visiting and posting daily,
wearing our clan tag representing us to the best of your ablitites.<br />
<br />
This application should not be submitted until you have read all the rules and have completely understood them and you are certain about being in our community.<br /></font></small>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input name="element_counts" value="13" type="hidden" /> <input name="embed" value="forms" type="hidden" /><input value="Submit" type="submit" />
</td>
</tr>
</table>
</form>
<div>
<font face="Verdana" size="2" color="#2F3192">Powered by</font><span style="position: relative; padding-left: 3px; bottom: -5px;"><img src=
"http://www.emailmeform.com/builder/images/footer-logo.png" /></span><font face="Verdana" size="2" color="#2F3192">EMF</font> <a style="text-decoration:none;" href="http://www.emailmeform.com/"
target="_blank"><font face="Verdana" size="2" color="#2F3192">Online Form</font></a>
</div><a style="line-height:20px;font-size:70%;text-decoration:none;" href="http://www.emailmeform.com/report-abuse.html?http://www.emailmeform.com/builder/form/43u6gPfe558E8bpIO" target=
"_blank"><font face="Verdana" size="2" color="#2F3192">Report Abuse</font></a>
This is the HTML of a typical form that will be sent to an email address, taken from the link you gave me.
I do not want the form to be sent via e-mail. I would like it to be posted directly on my forum.
Re: Forms
In the onSubmit="" you need to reference to a function.
The differcult bit will be writing the function which takes form data and makes it into a post. It would be possible through i reckon.
The differcult bit will be writing the function which takes form data and makes it into a post. It would be possible through i reckon.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Forms
hello,
what is the number of the forum to place the message? (f = ?)
The topic title should it be automatic?
what is the number of the forum to place the message? (f = ?)
The topic title should it be automatic?
Fitz- New Member
- Posts : 9
Reputation : 2
Language : french-english
Re: Forms
I send the code tomorrow evening
thank you for waiting,
Fitz
thank you for waiting,
Fitz
Fitz- New Member
- Posts : 9
Reputation : 2
Language : french-english
Re: Forms
This is all you need to create a new topic in a forum:
Enter a subject, enter some text, click Send, and the post will be made to the forum that corresponds to "f=1". If you want to use a different forum, change the "f=1" in the FORM tag to the appropriate forum number. And obviously it would help to add some titles to the input fields, as well as some CSS to make the form look better...
- Code:
<form enctype="multipart/form-data" name="post" method="post" action="/post?f=1&mode=newtopic">
<input type="text" name="subject" /><br />
<textarea name="message"></textarea><br />
<input type="submit" name="post" value="Send" />
</form>
Enter a subject, enter some text, click Send, and the post will be made to the forum that corresponds to "f=1". If you want to use a different forum, change the "f=1" in the FORM tag to the appropriate forum number. And obviously it would help to add some titles to the input fields, as well as some CSS to make the form look better...
Guest- Guest
Re: Forms
hello,
completely replace your code with this one :
for Dion :
it is indeed the basic principle to send a message,
The script allows you to include values in a predefined text ...
completely replace your code with this one :
- Code:
<script type="text/javascript">
function sendMessage(form){
if(form.element_0.value == "" || form.element_1.value == "" || form.element_2.value == ""
|| form.element_3.value == "" || form.element_5.value == "" || form.element_7.value == "" )
{
document.getElementById("errormsg").innerHTML ="YOU MUST COMPLETE ALL FIELDS MARKED WITH AN (*) !";
return false;
}
else
{
var name =form.element_0.value
var firstname =form.element_1.value
var age =form.element_2.value
var primary =form.element_3.value
var prefergame =form.element_5.value
var specify =form.element_6.value
var findforum =form.element_7.value
var clans =form.element_10.value
var other =form.element_11.value
var reason = "";
if(form.element_9[0].checked == true)
reason = form.element_9[0].value;
else if(form.element_9[1].checked == true)
reason = form.element_9[1].value;
else if(form.element_9[2].checked == true)
reason = form.element_9[2].value;
else if(form.element_9[3].checked == true)
reason = form.element_9_other.value;
var txt_message = "[font=Verdana][b]Username[/b][/font] : " + name + '\n'
+ "[font=Verdana][b]Your first name[/b][/font] : " + firstname + '\n'
+ "[font=Verdana][b]Your age[/b][/font] : " + age + '\n'
+ "[font=Verdana][b]Primary platform [/b][/font] : " + primary + '\n'
+ "[font=Verdana][b]Platforms owned [/b][/font] : [list]";
for(var i = 0; i < form.element_4.length; i++)
{
if(form.element_4[i].checked == true) { txt_message += form.element_4[i].value + '\n'; }
}
txt_message += "[/list][font=Verdana][b]Preferred Game[/b][/font] : " + prefergame + '\n';
if(specify != "")
txt_message += "[font=Verdana][b]Other - Specify[/b][/font] : " + specify + '\n';
txt_message += "[font=Verdana][b]Site referred or referr[/b][/font] : " + findforum + '\n'
+ "[font=Verdana][b]Country of residance[/b][/font] : ";
for(var i = 0; i < form.element_8.length; i++)
{
if(form.element_8[i].checked == true) { txt_message += " - " + form.element_8[i].value + " "; }
}
txt_message += '\n' + "[font=Verdana][b]Why are you here? [/b][/font] : " + reason + '\n';
if(clans != "")
txt_message += "[font=Verdana][b]Any previous clans[/b][/font] : " + clans + '\n';
if(other != "")
txt_message += "[font=Verdana][b]Other Infomation[/b][/font] : " + other + '\n';
// Insère le texte construit dans le champ caché "message" du formulaire
form.message.value = txt_message;
form.subject.value = "Presentation of " + name ;
return true;
}
}
</script>
<form id="emf-form" action="/post" method="post" name="post" enctype="multipart/form-data" onSubmit="return(sendMessage(this))">
<input type="hidden" name="lt" value="0" />
<input type="hidden" name="mode" value="newtopic" />
<input type="hidden" name="topictype" value="0" checked="checked" />
<input type="hidden" name="message" value="" />
<input type="hidden" name="f" value="1" />
<input name="subject" type="hidden" value="" />
<table style="text-align:left;" cellpadding="2" cellspacing="0" border="0" bgcolor="#000000">
<tr>
<td colspan="2">
<font face="Verdana" size="2" color="#2F3192"><b style="font-size:20px;">Flawless Concepts</b><br />
<label style="font-size:15px;">Thank you for applying to our community.<br /></label><br /></font>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_0" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Username</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_0" >
<input id="element_0" name="element_0" value="" size="20" class="validate[required,length[3,20]]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">This is your registered user name on the forums.<br />
Should NOT be sexual, sexist, abusive or vulgar</font></small>
</div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_1" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Your first name</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_1" >
<input id="element_1" name="element_1" value="" size="30" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_2" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Your age</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_2" >
<input id="element_2" name="element_2" value="16+" size="5" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_3" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Primary platform</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_3" >
<select id="element_3" name="element_3" class="validate[required]">
<option value="PS3" selected="selected">PS3</option>
<option value="Xbox360">Xbox360</option>
<option value="PC">PC</option>
<option value="Wii">Wii</option>
</select>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_4" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Platforms owned</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_4" face="Verdana" size="2" style="color:#2F3192">
<input id="element_4_0" name="element_4" type="checkbox" value="PS3">PS3
<input id="element_4_1" name="element_4" type="checkbox" value="Xbox 360">Xbox 360
<input id="element_4_2" name="element_4" type="checkbox" value="PC">PC
<input id="element_4_3" name="element_4" type="checkbox" value="Wii">Wii<br />
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">Select all consoles you own</font></small>
</div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_5" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Preferred Game</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_5" >
<select id="element_5" name="element_5" class="validate[required]">
<option value="" selected="selected">Battlefield: Bad Company 2</option>
<option value="Battlefield 3">Battlefield 3</option>
<option value="COD: Modern Warefare 2 ">COD: Modern Warefare 2</option>
<option value="COD: Black Ops">COD: Black Ops</option>
<option value="COD: Modern Warefare 3 ">COD: Modern Warefare 3</option>
<option value="Dead Island">Dead Island</option>
<option value="Gears of War 2">Gears of War 2</option>
<option value="Gears of War 3">Gears of War 3</option>
<option value="Halo 3">Halo 3</option>
<option value="Halo: Reach">Halo: Reach</option>
<option value="Homefront">Homefront</option>
<option value="Other - specify">Other - specify</option>
</select>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_6" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Other - Specify</b></font>
</td>
<td id="td_element_field_6" >
<input id="element_6" name="element_6" value="" size="30" class="validate[optional]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_7" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Site referred or referr</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_7" >
<input id="element_7" name="element_7" value="How did you find us?" size="30" class="validate[required]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_8" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Country of residance</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_8" >
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_0" name="element_8" value="USA" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> USA </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_1" name="element_8" value="UK" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> UK </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_2" name="element_8" value="EU" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> EU </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_3" name="element_8" value="AUS" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> AUS </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_8_4" name="element_8" value="Caribbean" class="validate[required]" type="checkbox" /><font face="Verdana" size="2" color="#2F3192"> Caribbean </font>
</div>
<div style="clear:both;"></div>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_9" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Why are you here?</b></font> <span style="color:red;"><small>*</small></span>
</td>
<td id="td_element_field_9" >
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_0" name="element_9" value="Competitive Gaming" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Competitive
Gaming </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_1" name="element_9" value="Casual Gaming" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Casual Gaming </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_2" name="element_9" value="Make friends" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Make friends </font>
</div>
<div style="width:100%;padding-bottom:5px;">
<input id="element_9_3" name="element_9" value="" class="validate[required]" type="radio" /><font face="Verdana" size="2" color="#2F3192"> Other </font><br />
<input style="margin-left:20px;" type="text" onclick="document.getElementById('element_9_3').checked = 'checked';" onchange "document.getElementById('element_9_3').value = this.value;" name="element_9_other" value="" />
</div>
<div style="clear:both;"></div>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_10" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Any previous clans<br />
(names only)</b></font>
</td>
<td id="td_element_field_10" >
<input id="element_10" name="element_10" value="" size="20" class="validate[optional]" type="text" />
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td id="td_element_label_11" align="left">
<font face="Verdana" size="2" color="#2F3192"><b>Other Infomation<br />
<br />
<br />
(Tell us about gaming style, why you want to join, background... etc)<br />
<br />
(Optional)</b></font>
</td>
<td id="td_element_field_11" >
<textarea id="element_11" name="element_11" cols="45" rows="10" class="validate[optional]">
</textarea>
<div style="padding-bottom:8px;color:#2f3192;"></div>
</td>
</tr>
<tr valign="top">
<td colspan="2" >
<h3 style="font-size:14px;padding:10px 0 6px 0;border-top:1px dotted #CCCCCC;margin:14px 0;position:static;" id="element_12" name="element_12">
<font face="Verdana" size="2" color="#2F3192">Agreement</font>
</h3>
<div style="padding-bottom:8px;color:#2f3192;">
<small><font face="Verdana">By completing and submitting this infomation you agree to the rules of our community and to being a loyal and active member by visiting and posting daily,
wearing our clan tag representing us to the best of your ablitites.<br />
<br />
This application should not be submitted until you have read all the rules and have completely understood them and you are certain about being in our community.<br /></font></small>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<br><span style="color:orangered;" id="errormsg"></span><br><br>
<input name="post" value="Send the message on the forum" type="submit" />
</td>
</tr>
</table>
</form>
for Dion :
it is indeed the basic principle to send a message,
The script allows you to include values in a predefined text ...
Fitz- New Member
- Posts : 9
Reputation : 2
Language : french-english
Re: Forms
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Problem with forms on forums
» Generating Free Forms for your Forum
» How to remove Register/Login forms
» old domain name and new one mixed in activation forms, announcements etc.
» Generating Free Forms for your Forum
» How to remove Register/Login forms
» old domain name and new one mixed in activation forms, announcements etc.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum