Custom Aweber Form...

0 replies
OK, I wonder how many of you did this, it's a bit of coding question...

I don't want to use Aweber's form designer because it gives a lot of junk code, and it's not so design friendly anyway.

So can I do my own web form to interface with the email parser?

If so, how do I do it?

Is it something like that:

<form action="mailto:aweberlistname@aweber.com" method="get">
Name: <input type="text" name="Name" /><br />
Email: <input type="text" name="Email" /><br />
<input type="submit" value="Submit" />
</form>

Do I have to custom-make my own email parser too?
#aweber #custom #form

Trending Topics