PEAK XOOPS - How To: Design a Formmail : Make Content : myForm in englishin japanese

How To: Design a Formmail : Make Content : myForm

List posts in the topic

normal How To: Design a Formmail : Make Content : myForm

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2007/9/29 8:16 | Last modified
gigamaster  三等軍曹 From: Geneva, Switzerland  Posts: 94
1. Make New Content

Subject : myForm

Body :
[code]<form>

<h3>My Form Basic Information</h3>

<fieldset>
<label class="field-first">First Name *
<input type="text" name="first_name" value="" class="required" />
</label>
<label class="field-last">Last Name *<input type="text" name="last_name" value="" class="required" /></label>
<label class="field-address">Home Address
<input type="text" name="address" value="" /></label>
<label class="field-city">City
<input type="text" name="city" value="" /></label>
<label class="field-zip">Zip Code
<input type="text" name="zip" value="" /></label><br style="clear: left;" />
<label class="field-email">Email *<input type="text" name="youremail" value="" class="email required" /></label>
<label class="field-phone">Phone<input type="text" name="phone" value="" /></label>
</fieldset>

<h3>Choose Your Illusion *</h3>

<fieldset>
<input id="radiobutton_1" type="radio" name="radiobutton_type" value="" />
<label class="radioitem" for="radiobutton_1">D3 Modules set your imagination free</label>
<input id="radiobutton_2" type="radio" name="radiobutton_type" value="" />
<label class="radioitem" for="radiobutton_2">D3 Modules are intuitive and powerful </label>
<input id="radiobutton_3" type="radio" name="radiobutton_type" value="" />
<label class="radioitem" for="radiobutton_3">D3 Modules allow one to do almost everything</label>
</fieldset>

<h3>Your Opinion Counts</h3>

<fieldset>
<label class="field-describe">Tell us what is important to you :<br /><textarea name="message" cols="40" rows="5"></textarea></label>
</fieldset>

<h3>Your evaluation help to match your expectations</h3>

<fieldset>
<input id="checkbox_1" type="checkbox" name="d3modules" value="free" /><label for="checkbox_1" class="field-checkbox"><span class="radioitem">D3 Modules set your imagination free</span></label>
<input id="checkbox_2" type="checkbox" name="d3modules" value="powerful" /><label for="checkbox_2" class="field-checkbox"><span class="radioitem">D3 Modules are intuitive and powerful </span></label>
<input id="checkbox_3" type="checkbox" name="d3modules" value="all" /><label for="checkbox_3" class="field-checkbox"><span class="radioitem">D3 Modules allow one to do almost everything</span></label>
</fieldset>

<h3>Have Fun!</h3>

<fieldset>
<label>Click
Votes:1 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!