Aweber Web Form Integration

3 replies
Hi guys,

I need help with Aweber Web Form creation and integration.

I have created a Web Optin Form, but the Form created by Aweber doesn't fit my site.

I have my own in house graphic designer. I am thinking of creating my own version. But not sure how to get started.

All ideas / inputs are welcome.
#aweber #form #integration #web
  • Profile picture of the author cgimaster
    Register an API with aweber API, then register your account to the API.

    Then you can call the API from your own form using codeigniter to subscribe people.

    More information on why:
    https://help.aweber.com/entries/2173...another-script
    {{ DiscussionBoard.errors[7288596].message }}
    • Profile picture of the author JayBansal
      Originally Posted by cgimaster View Post

      Register an API with aweber API, then register your account to the API.

      Then you can call the API from your own form using codeigniter to subscribe people.

      More information on why:
      https://help.aweber.com/entries/2173...another-script
      hmmm...

      Basically what you are describing here is the integration of aweber API into a custom user registration form. This means that any user who signs up via a user registration form (or any other form like comment form in wordpress) will be added to the aweber list via its API.

      Originally Posted by samsharen View Post

      Hi guys,

      I need help with Aweber Web Form creation and integration.

      I have created a Web Optin Form, but the Form created by Aweber doesn't fit my site.

      I have my own in house graphic designer. I am thinking of creating my own version. But not sure how to get started.

      All ideas / inputs are welcome.
      You can view the custom aweber form tutorial to learn more about aweber forms. Don't forget to understand different POST variables which are send via the form. (They are always coded as hidden inputs)
      {{ DiscussionBoard.errors[7309259].message }}
      • Profile picture of the author cgimaster
        Originally Posted by JayBansal View Post

        Basically what you are describing here is the integration of aweber API into a custom user registration form. This means that any user who signs up via a user registration form (or any other form like comment form in wordpress) will be added to the aweber list via its API.
        You could use it that way too but consider a membership site, you cant use a custom form from aweber for that since you need to verify if the username exists or not and perhaps other things, so you did need your own.

        It would be a big hassle to have your users to fill up your registration and then had to fill another form for opt-in.

        Using the API you can do both while still being able to check wether the email was valid and accepted on aweber.
        {{ DiscussionBoard.errors[7309303].message }}

Trending Topics