开发者 | atplogic |
---|---|
更新时间 | 2013年9月29日 15:21 |
PHP版本: | 3.0.0 及以上 |
WordPress版本: | 3.4.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
In any editor, add the following line at the place You want the registration form will appear: [atp-viplus-register apikey="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" title="TITLE"]test[/atp-viplus-register]
In the source code, find 'viplists' variable value (located in function atpSendData()).
Initially, it looks like this: 'viplists' => '0'
.
Change '0' to desired group value. For example: 'viplists' => '123456'
. Save changes.
In the source code, find the string: 'exists' => 'Merge',
.
Change 'Merge' value to one of possible alternatives and save changes:
[Merge]: add new contact even if such contact already exists in another group (will appear in both groups).
[Update]: add new contact even if such contact already exists in another group (will appear only in chosen group).
[Fail]: add only new contacts. don't add contact if such email already exists in any of your lists.
Example: 'exists' => 'Update',
Email us to support@viplus.com and describe a problem. Our staff will help you soon.