Team:Valencia Biocampus/contactUs
From 2012.igem.org
(Difference between revisions)
Line 76: | Line 76: | ||
</FORM> | </FORM> | ||
</html> | </html> | ||
+ | |||
+ | <!-- | ||
+ | </td></tr> | ||
+ | <tr align="center"><td colspan="2"> | ||
+ | <!-- donde posicionar la tabla en cuanto a la coordenada horizontal 1500px--> | ||
+ | <div style="width: 10px;"> | ||
+ | <form name="contactForm" id="contactForm" method="post" action="action="http://www.mycontactform.com/sendform/sendform.php"> | ||
+ | <table id="cf" align="center"> | ||
+ | <tr><td><label for="q1">First name:</label></td><td><input name="q1" id="q1" type="text" value="" size="20" maxlength="20" required="required"/></td></tr> | ||
+ | <tr><td><label for="q2">Last name:</label></td><td><input name="q2" id="q2" type="text" value="" size="20" maxlength="20" required="required"/></td></tr> | ||
+ | <tr><td><label for="email">E-Mail:</label></td><td><input name="email" type="email" id="email" size="30" maxlength="100" required="required" /></td></tr> | ||
+ | <tr><td colspan="2"><label for="q3">Message:</label></td></tr> | ||
+ | <tr><td colspan="2"><textarea name="q3" id="q3" cols="40" rows="10" required="required"></textarea></td></tr> | ||
+ | <tr> | ||
+ | |||
+ | <td colspan="2"> | ||
+ | <input name="user" type="hidden" id="user" value="chos0821" /> | ||
+ | <input name="formid" type="hidden" id="formid" value="382810" /> | ||
+ | <input name="subject" type="hidden" id="subject" value="Message sent from Team UU website" /> | ||
+ | <input name="submit" type="submit" value="Submit" /> | ||
+ | <input name="reset" type="reset" value="Reset" /> | ||
+ | </td> | ||
+ | |||
+ | </tr> | ||
+ | <tr><td colspan="2" style="text-align:center; font-size: 10px"><a href="http://www.mycontactform.com" target="_blank">Powered by myContactForm.com</a></td></tr> | ||
+ | </table> | ||
+ | </form> | ||
+ | </div> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </html> | ||
+ | --> | ||
<!-- | <!-- | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Revision as of 20:15, 26 September 2012
Contact Us
If you want to contact us, become a sponsor or you liked the idea, please address to manuel.porcar@uv.es or alternatively to vlc.biocampus.igem@gmail.com.
You can also fill this form:
<form name="contactForm" id="contactForm" method="post" action="action="http://www.mycontactform.com/sendform/sendform.php">
<label for="q1">First name:</label> | <input name="q1" id="q1" type="text" value="" size="20" maxlength="20" required="required"/> |
<label for="q2">Last name:</label> | <input name="q2" id="q2" type="text" value="" size="20" maxlength="20" required="required"/> |
<label for="email">E-Mail:</label> | <input name="email" type="email" id="email" size="30" maxlength="100" required="required" /> |
<label for="q3">Message:</label> | |
<textarea name="q3" id="q3" cols="40" rows="10" required="required"></textarea> | |
<input name="user" type="hidden" id="user" value="chos0821" /> <input name="formid" type="hidden" id="formid" value="382810" /> <input name="subject" type="hidden" id="subject" value="Message sent from Team UU website" /> <input name="submit" type="submit" value="Submit" /> <input name="reset" type="reset" value="Reset" /> |
|
<a href="http://www.mycontactform.com" target="_blank">Powered by myContactForm.com</a> |
</form>
</td> </tr> </table>
</div> </div>
</html>
-->