1. Goddard
  2. General
  3. Monday, March 24 2014, 08:20 PM
How can I have my registration form include a check box or something that allows my users register for my news letter?
admin Accepted Answer
Admin
Hi,
you can use the "AcyMailing : (auto)Subscribe during Joomla registration" plugin.
Only some limitation:
the parameter "Display the lists after"
- Password (work always)
- Mail (work only if have selected confirm email in Easy Profile Configurations because this is render after field confirm email)
- Custom (I don't know)
Attachments (1)
  1. more than a month ago
  2. General
  3. # 1
Goddard Accepted Answer
Thanks I found my answer after I started the search. Thanks a lot for your reply as always very helpful.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Good news!!
I do some testing, you can add to the list wherever you want.

-set "Custom" in "Display the lists after"
-set "jform\[alias_of_field\]" in Display the lists after (custom)

example if I have field with alias age:
jform\[age\]
  1. more than a month ago
  2. General
  3. # 3
nzimas Accepted Answer
What if the ACY Mailing is installed on a different Joomla instance?
I believe this would require some custom coding, correct?
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
I believe this would require some custom coding, correct?

I think yes.

You may ask to Acyba support team, Easy Profile extends Joomla User Manager but the email is stored in Joomla User DB. This feature would be useful with or without Easy Profile.

I'm sorry I can not help you. but I think it is a matter between Joomla and AcyMailing.:(
  1. more than a month ago
  2. General
  3. # 5
Peter_London Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 6
admin Accepted Answer
Admin
Hi Peter,
I know that Easy Profile pretty much relies on the native Joomla registration
Yes Easy Profile extends Joomla user management, so registration and edit profile pages are the same of Joomla (tab generated via Javascript and custom fields via user plugin)

however it turns out that I had set it to "Display the lists after" E-mail
When you select after email then Acymailing put checkboxes after "Confirm email" field, but in Easy Profile (as default configuration) "confirm email" field is disabled (you can enable from Easy Profile Option), so you can't see checkbox. If you enable "confirm email" field then acymailing will works also with "after email" option.
  1. more than a month ago
  2. General
  3. # 7
galbur Accepted Answer
Hi

Is it possible to have a checkbox "please send me the newsletter" and assigning to a specific acymailing list?
Or with conditions? When i have this value show me a checkebox to that list, when i choose another value then show me a cehckbox to another list?

Thank you
  1. more than a month ago
  2. General
  3. # 8
admin Accepted Answer
Admin
Hi Chris,
Easy Profile not do this natively, but you can do with 2 ways:
1. Build a simple plugin
2. Use Acymailing Filters

1. Build a simple plugin
You can use our triggers and create a plugin (based on our skeleton plugin) to do this, docs and skeleton plugin at http://docs.easy-profile.com/index.php/article/triggers

2. Use Acymailing Filters
Acymailing allow you to filter users and make actions (for example subscribe user to list), you can use our Acymailing filter plugin to use Easy Profile custom fields*, read docs at http://docs.easy-profile.com/index.php/article/integration-acymailing

NOTE* checkbox field type store value in a multivalue format (JSON), so for example if you have one option like
1|please send me the newsletter
then you need to set filter like: if field equal to ["1"] add to list...
or most simple: if field contain 1 add to list
  1. more than a month ago
  2. General
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.