Carl, I've been through both the MailChimp and CampaignMonitor code and as far as I've been able to tell, they only accomplish part of what I'm looking to do - the form submission end of it, using Infusionsoft's API to send the data.
Maybe a better example than lead source would be Event Registration drop-downs.
The first drop-down would contain a list of cities where we have events.
If Austin, TX is selected, a new dropdown should appear.
[ Austin, TX ]
[ December 2, 2010 @ 9:00 am ]
[ December 5, 2010 @ 10:00 am ]
Likewise for, say, Boston, MA.
[ Boston, MA ]
[ December 4, 2010 @ 2:00 pm ]
(etc)
Since these dates will constantly change as time passes and new cities/events are added into our system, manually updating them in Gravity is just not an idea situation, so the idea is to bring them in using a URL like this:
http://domain.com/events/public/events.php?city=AUS
Which would return Comma Separated Values that could then be parsed and populated into the appropriate drop-down boxes.
1,0,2010-12-04,14:00 // City Id, Event Id, Event Date, Event Time
This way, I could create (in Gravity) one drop-down box of the available cities, and then corresponding pre-populated drop-downs for each city that display conditionally.
Does that make sense?
Posted 14 years ago on Tuesday November 30, 2010 |
Permalink