On my subscribe page , the only way I can get the form to work is to add the list name and -subscribe to the fields and then it will pass the email off to EZMLM. What is shows on my site is newsletter-subscribe@mywebsite.com . Is there a way to code it , to it only shows a word ( such as Newsletter or news list ) and it hides the subscribe to email address ?
Maybe im doing something wrong, buts its the only way I can get it to work ?
See my attachment for an example.
| Comment | File | Size | Author |
|---|---|---|---|
| subscribe.jpg | 10.2 KB | signal000 |
Comments
Comment #1
hutch commentedYou will need to edit function ezmlm_subscribe_form in ezmlm.module, line 120
replace
with
This is in the current D6 dev, it is much the same in other versions but most likely on a different line.
Comment #2
signal000 commentedPerfect. I'm switching from a Paid CMS to Drupal and have found it to be an awesome experience.
Thanks so much for your quick response.
No wonder it has won so many awards and accolades.
Bryan
Comment #3
hutch commentedGlad you like it
I will be adding this feature to the next development version, due quite soon ;-)
Comment #4
signal000 commentedWorks Perfect.