|
|
Line 345: |
Line 345: |
| $('#shadow').center(); | | $('#shadow').center(); |
| | | |
- | var input = '<form method="post" id="cntctfrm_contact_form" action="http://codonusageoptimizer.org/contact/" enctype="multipart/form-data"><div style="text-align: left; color: red;">Please make corrections below and try again.</div><div style="text-align: left; padding-top: 5px;"> | + | var input = '<form method="post" id="cntctfrm_contact_form" action="http://codonusageoptimizer.org/contact/" enctype="multipart/form-data"></form>'; |
- | <label for="cntctfrm_contact_name">Name:<span class="required"> *</span></label>
| + | |
- | </div><div style="text-align: left; color: red;">Your name is required.</div><div style="text-align: left;">
| + | |
- | <input class="text" type="text" size="40" value="" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;">
| + | |
- | </div>
| + | |
- | | + | |
- | <div style="text-align: left;">
| + | |
- | <label for="cntctfrm_contact_email">E-Mail Address:<span class="required"> *</span></label>
| + | |
- | </div><div style="text-align: left; color: red;">A proper e-mail address is required.</div><div style="text-align: left;">
| + | |
- | <input class="text" type="text" size="40" value="" name="cntctfrm_contact_email" id="cntctfrm_contact_email" style="text-align: left; margin: 0;">
| + | |
- | </div>
| + | |
- | | + | |
- | <div style="text-align: left;">
| + | |
- | <label for="cntctfrm_contact_subject">Subject:<span class="required"> *</span></label>
| + | |
- | </div><div style="text-align: left; color: red;">Subject text is required.</div><div style="text-align: left;">
| + | |
- | <input class="text" type="text" size="40" value="" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;">
| + | |
- | </div>
| + | |
- | | + | |
- | <div style="text-align: left;">
| + | |
- | <label for="cntctfrm_contact_message">Message:<span class="required"> *</span></label>
| + | |
- | </div><div style="text-align: left; color: red;">Message text is required.</div><div style="text-align: left;">
| + | |
- | <textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message"></textarea>
| + | |
- | </div><div style="text-align: left; padding-top: 8px;">
| + | |
- | <input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.13">
| + | |
- | <input type="submit" value="Submit" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;">
| + | |
- | </div>
| + | |
- | </form>';
| + | |
| | | |
| | | |