Hi, I'm trying to subscribe users via URL on my wordpress website.
(BTW I'm trying to use URL subscription because the API doesn't seems to work at all. the acym_get function is returning false)
I have two problems:
- I specify the name of my user (&user[name]=<URL_ENCODED_UTF8_NAME>) and still the name inserted into the tables is auto generated using the email
- (this is my main problem) when I try to insert/update a subscription's custom field , I get an error and nothing is saved.
I created a date custom field names momBirthDate (format: %d%m%y)
On my url i tried:
&user[momBirthDate]=01%2F01%2F2011
&user[momBirthDate]=01/01/2011
Nothing seems to work. I just get an error.
I've tried different kind of custom fields and they don't work either.
To conclude: I need your help.
Thank you 🙂