Hi
I'm on Joomla 1.7.3 and CB-Subs 1.2.2, but am not yet live (will wait for CB-Subs 1.3). Following on from post #184005 about using URL integration to pass subscriber details to our apps running in the ‘cloud’, I’ve been testing URL integration, and am having difficulty getting some field contents.
I can get username, firstname, lastname, email, and planid OK.
But I can’t get [item_alias] and [expiry] to present any field contents.
I also can’t get the contents of a new cb field [cb_geogarea] that I’ve created in the CB fields tab (and collect successfully on registration).
Finally, how can I get the hashed content of the password field? [password] doesn’t seem to produce anything.
e.g. if I have a URL setup for a new subscription of:
app.cloudapp.net/sendmsge.aspx?reason=4&alias=
[ITEM_ALIAS]&date=[EXPIRY]&password=[PASSWORD]&checkno=123456
My cloud app gets
reason=4&alias=%5BITEM_ALIAS%5D&date=%5BEXPIRY%5D&password=%5BPASSWORD%5D&checkno=123456
Again, many thanks in advance for any help you can offer on this
Phil