Connecting Button to Email Input Box

Hey how's it going,

Does anyone know how I could connect the button and form on my page to make it actually submit the email then connect that to aweber?

enter image description here

The only part I can tell you is that the input and button should be within a FORM tag section. I can't determine that from your screenshot.

If the button where to be outside a form element then you'd have to use Javascript that when clicked submit the form named [name=whatever].

You would need to know the form's ACTION URL from aweber to use so that the form upon submission would connect and submit to that service.

Then aweber would get the info and process and do whatever aweber is told to do with the form submission.

Saj