الوصف
Email Capture & Lead Generation plugin helps to collect emails with first name and last name and get list of subscriber in your WordPress dashboard. It is light weight handy to use newsletter plugin. It’s main objective is to collect subscribers by simply putting a newsletter signup or email subscribe form onto your website with the help of short code. Get all the subscribed user in a list and download list in CSV formate.
Main Features
- Export subscribers list as a csv
- Stand alone no third party dependency
- Admin view for subscribers
- Simple Subscription form with manageable fields
- Get first name, last name , email id directly to your wordpress backend
- Light weight plugin
Shortcode
You can use the shorcode with arguments:
[eclg_capture lastname="yes" firstname="yes" button_text="Send"]
- firstname: Accept yes or no, use no if you don’t want to show firstname field in form. Default: yes
- lastname: Accept yes or no, use no if you don’t want to show lastname field in form. Default: yes
- button_text: Enter text that you want to show in button.
PHP Code
You can use the php code to your theme, child theme or plugin files:
<?php echo do_shortcode('[eclg_capture lastname="yes" firstname="yes" button_text="Send"]'); ?>
Need Help
If you’re stuck or ever have any questions or need any help regarding the use of this plugin, you can email us on wishfulthemes@gmail.com.
الأسئلة المتكررّة
-
Q. I have a question?
-
A. Contact us at: wishfulthemes@gmail.com
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
“Email Capture & Lead Generation” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Email Capture & Lead Generation“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
V1.0.2
- Add MailChimp and ActiveCampaign support.
V1.0.1
- Minor fixes.
V1.0.0
- initial release.