Export row to comma-separated list
-
Hello,
At first I have to thank you for your incredible work! Your plugin is perfect for managing a clients list for a chess club.
Here’s my problem:
I’m using Elementor Pro and I want to use a row’s entries (e-mails) to send an e-mail to all of them. The list needs to be comma separated.
The “to” email field in Elementor can use shortcodes. Looks like I have to create a shortcode which grabs every line of the e-mail row and separate it with a comma.
I know how to create a shortcode, but it’s unclear for me how to grab the row’s entries. I have to say, I’m not very good with PHP xD
It would be nice if you can point me in the right direction.Code so far:
function grab_mails(…){
return ‘…’;
}
add_shortcode(‘grabbed_mails’, ‘grab_mails’);`Another question would be, if it’s possible to do a check for double entries?
Thanks and kind regards,
derlocke
The topic ‘Export row to comma-separated list’ is closed to new replies.