kirilb Posted June 22, 2023 Posted June 22, 2023 How can I reuse a custom newsletter? I have create one custom newsletter, then placed it at a certain landing page. In the next landing page I want to reuse the same custom newsletter. How to do that?
tuanphan Posted June 23, 2023 Posted June 23, 2023 Hi, To do this you will need to use custom code (require a Trial Plan or Business Plan/higher) Can you share link to your site & let me know which positions you want to add newsletter? If it is not complex, I can do a quick guide Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
kirilb Posted June 23, 2023 Author Posted June 23, 2023 In fact I decided to use only the email as input field, but still a lot of changes if I want to reuse it on multiple landing pages. Pls have look at this at the bottom: https://forum-geldpolitik.ch/arbeitslosigkeit-und-geldschoepfung Screenshot also attached. So, I would nee all three elements (text above, input field and text below) as custom Newsletter form. Also one more question, how to change the language from inside the input field. Now it is called "Email Address", how to change that?
tuanphan Posted June 25, 2023 Posted June 25, 2023 On 6/23/2023 at 5:43 PM, kirilb said: In fact I decided to use only the email as input field, but still a lot of changes if I want to reuse it on multiple landing pages. Pls have look at this at the bottom: https://forum-geldpolitik.ch/arbeitslosigkeit-und-geldschoepfung Screenshot also attached. So, I would nee all three elements (text above, input field and text below) as custom Newsletter form. Also one more question, how to change the language from inside the input field. Now it is called "Email Address", how to change that? #1. I wrote a quick guide here. You try checking This will require a custom plugin #2. Add this to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('input.newsletter-form-field-element[type="email"]').attr('placeholder','enter new email text here'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment