I have some doubts
1. How do I load a form created in chronoforms, in chronoconectivity?
2. I created a form, in the chronoforms, of sending messages. In it I have a dropdown that loads the user data from the database. I can choose which user to send the message to, but I can not get it sent to everyone, how can I do this?
1. How do I load a form created in chronoforms, in chronoconectivity?
2. I created a form, in the chronoforms, of sending messages. In it I have a dropdown that loads the user data from the database. I can choose which user to send the message to, but I can not get it sent to everyone, how can I do this?
I have some doubts
1. How do I load a form created in chronoforms, in chronoconectivity?
Check this thread:
https://www.chronoengine.com/forums/posts/t104661/display-cc6-data-in-cf6-form#373625
bye
maxx
Hi rafaelscouto,
Do you mean everyone? How many users do you have? ChronoForms can handle quite a few email copies but is not really designed for large mailings.
Bob
Do you mean everyone? How many users do you have? ChronoForms can handle quite a few email copies but is not really designed for large mailings.
Bob
There are few users. 20, 30
I just wanted a send option for everyone from the dropdown menu
I just wanted a send option for everyone from the dropdown menu
HI rafaelscouto.
That should work OK. You will need to add a Custom Code element that checks if 'everyone' is selected and if it is, add an array of email addresses to a variable that you can add to the To or CC or BCC boxes in the email.
You can get the email addresses by adding them directly to the Custom Code or looking them up from the Joomla! Users table - or some other table if that is where they are saved.
Bob
That should work OK. You will need to add a Custom Code element that checks if 'everyone' is selected and if it is, add an array of email addresses to a variable that you can add to the To or CC or BCC boxes in the email.
You can get the email addresses by adding them directly to the Custom Code or looking them up from the Joomla! Users table - or some other table if that is where they are saved.
Bob
This topic is locked and no more replies can be posted.