i need to be able to insert this form into expression web page and activate it. I need this help
Code:<form labelid="formLabel_ContactForm" method="post" action="%wstx.formmailerurl%" name="Contact Form" id="wstForm_Contact"> <table cellspacing="1" cellpadding="5" border="1" bgcolor="#ffffff" width="100%"> <tbody> <tr bgcolor="#efefef"> <td align="center" style="font-family: verdana,arial,helvetica,sans-serif; font-size: 8pt; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal;"> <table cellspacing="0" cellpadding="3" border="0" width="90%"> <tbody> <tr> <td align="center" style="font-family: arial,helvetica,sans-serif; font-size: 12pt; font-weight: bold;"><span controlid="wstForm_Contact" id="formLabel_ContactForm">Contact Us!</span><br /> </td> </tr> <tr> <td style="font-family: verdana,arial,helvetica,sans-serif; font-size: 8pt; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; padding-bottom: 10px;"> <p align="justify">Thanks For Your Questions,Comments & Concerns, We Will Be In Touch As Soon As Possible.</p> </td> </tr> </tbody> </table> <table cellspacing="1" cellpadding="3" border="0" bgcolor="#ffffff" width="90%"> <tbody> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_First" id="formLabel_First">First Name:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_First" name="First Name" id="formElement_First" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Last" id="formLabel_Last">Last Name:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_Last" name="Last Name" id="formElement_Last" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_City" id="formLabel_City">City:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_City" name="City" id="formElement_City" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Email" id="formLabel_Email">Email:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_Email" name="Email" id="formElement_Email" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Comments" id="formLabel_Comments">Comments:</span></td> <td style="font-size: 8pt; text-align: left;"><textarea labelid="formLabel_Comments" style="width: 100%;" cols="38" rows="4" name="Comments" id="formElement_Comments">Enter comments here!</textarea></td> </tr> </tbody> </table> <p><input type="submit" onclick="return wstxSubmitForm(this);" value="Submit" id="wstForm_Contact_Submit" /> <input type="reset" value="Reset" id="wstForm_Contact_Reset" /></p> </td> </tr> </tbody> </table> <input type="hidden" value="Contact Form." name="FormMailerSubject" id="FormMailerSubject" /><input type="hidden" value="%wstx.project.BaseUrl%" name="FormMailerRedirect" id="FormMailerRedirect" /> </form>


Reply With Quote
Bookmarks