I create an app on https://labs.aweber.com/apps and download the php codes on their github https://github.com/aweber/AWeber-API-PHP-Library. Ive read their docs but its not that clearly. I dont know how to start or what to do first. Im just a beginner and I never made an app before.
I tried first creating PHP scripts on my pages hoping to meet a desired functionality when submitting a form but nothing happened. I contact their support but they suggest making an app to make it work correctly.
The flow of the web form submission was like this. In the homepage, a user would input its Name, Email, Phone and there are two radio options to choose, when you choose one, it would redirect to another page and fill out a form again and submit it. I created a web form for the homepage and also on the second page. When you submit the form on second page, it should get the details on the homepage (Name,Email,Phone and option choose) and I got it worked. But when I view it on the subscribers on my Aweber account, the fields in the second page is all blank. The fields on the homepage was complete and whenever I finish filling up the form on the second page and submit it, the Aweber says the page has been blocked.
They suggest I would create an app for that. But I don't know how to get started because their docs is mindboggling.
I would really appreciate if you could help me.
Thanks!
It does sound like you need to create an aweber app for that functionality.
I'm pasting PHP code which has helped me get setup very quickly. Load it in your browser and follow the directions. Once you are ready to make actual API calls, you can see some examples at labs.aweber.com/snippets/subscribers.
If you run into any issues you can always email aweber API support at api@aweber.com.
A couple of things you need to do (if you haven't already):