I have two options for embedding code that will display a Form that is designed to collect and submit Name and Email.
I can't seem to get either code to work in the oob web parts. Can you help?
The two options are Javascript
<script type="text/javascript" src="http://forms.aweber.com/form/22/deleted_file_name.js"></script>
Or HTML
<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="deleted form ID">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="sharepointtips">
<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_00d510793a19d657cce5d9280ac4c9d5">
<input type="hidden" name="meta_redirect_onlist" value="">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td colspan=2><center></center></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
</table>
</form>
<img src="http://forms.aweber.com/form/displays.htm?id=jMzMjJyMbJxMTA==" border="0" />
</center>