Newsletter Subscribe: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "<html> <form action="http://opensourceecology.createsend.com/t/j/s/jhplk/" method="post" id="subForm"> <div> <label for="name">Name:</label><br /><input type="text" name="cm-name...")
 
No edit summary
Line 1: Line 1:
<html>
<css>
<!-- CSS -->
 
<style type="text/css">
span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}
</style>
 
<!-- Form -->
 
<form action="http://opensourceecology.createsend.com/t/j/s/jhplk/" method="post" id="subForm">
<form action="http://opensourceecology.createsend.com/t/j/s/jhplk/" method="post" id="subForm">
<div>
<div>
<label for="name">Name:</label><br /><input type="text" name="cm-name" id="name" /><br />
  <span class="label"><label for="name">Name:</label></span>
<label for="jhplk-jhplk">Email:</label><br /><input type="text" name="cm-jhplk-jhplk" id="jhplk-jhplk" /><br />
  <span><input type="text" name="cm-name" id="name" size="25" /></span>
<label for="Subject Matter Expertise (SME)">Subject Matter Expertise (SME):</label><br /><input type="text" name="cm-f-xuuui" id="SubjectMatterExpertise(SME)" /><br />
</div>
<label for="Country">Country:</label><br /><input type="text" name="cm-f-mlhm" id="Country" /><br />
<div>
<span class="label"><label for="jhplk-jhplk">Email Address:</label></span>
<span><input type="text" name="cm-jhplk-jhplk" id="jhplk-jhplk" size="25" /></span>
</div>
<div>


<input type="submit" value="Subscribe" />
<div>
  <span class="label"><label for="Subject Matter Expertise (SME)">Subject Matter Expertise (SME):</label></span>
  <span><input type="text" name="cm-f-xuuui" id="SubjectMatterExpertise(SME)" size="25" /></span>
</div>
<div>
  <span class="label"><label for="City">City:</label></span>
  <span><input type="text" name="cm-f-mlhn" id="City" size="25" /></span>
</div>
<div>
  <span class="label"><label for="Country">Country:</label></span>
  <span><input type="text" name="cm-f-mlhm" id="Country" size="25" /></span>
</div>
<div>
  <span class="label"><label for="Age Group">Age Group:</label></span>
  <span><select name="cm-fo-fhylr">
<option value="359883">0 - 17</option>
<option value="359884">18-24</option>
<option value="359885">25-34</option>
<option value="359886">35-44</option>
<option value="359887">45-54</option>
<option value="359888">55-64</option>
<option value="359889">65+</option>
</select></span>
</div>
</div>
<div>
<span class="button"><input type="submit" value="Subscribe" /></span>
</div>
</div>
</form>
</form>
</html>
</css>

Revision as of 21:10, 10 October 2012

<css>

<style type="text/css"> span.label,span.spacer,span.multiple span {width:120px;float:left;} span.multiple {float:left;} span.button {padding-left:120px;} div.clear {clear:both;padding-top:5px;} </style>


<form action="http://opensourceecology.createsend.com/t/j/s/jhplk/" method="post" id="subForm">

 <label for="name">Name:</label>
 <input type="text" name="cm-name" id="name" size="25" />

<label for="jhplk-jhplk">Email Address:</label> <input type="text" name="cm-jhplk-jhplk" id="jhplk-jhplk" size="25" />

 <label for="Subject Matter Expertise (SME)">Subject Matter Expertise (SME):</label>
 <input type="text" name="cm-f-xuuui" id="SubjectMatterExpertise(SME)" size="25" />
 <label for="City">City:</label>
 <input type="text" name="cm-f-mlhn" id="City" size="25" />
 <label for="Country">Country:</label>
 <input type="text" name="cm-f-mlhm" id="Country" size="25" />
 <label for="Age Group">Age Group:</label>
 <select name="cm-fo-fhylr">

<option value="359883">0 - 17</option> <option value="359884">18-24</option> <option value="359885">25-34</option> <option value="359886">35-44</option> <option value="359887">45-54</option> <option value="359888">55-64</option> <option value="359889">65+</option> </select>

<input type="submit" value="Subscribe" />

</form> </css>