This doesn't work for me but maybe I am just doing something wrong?
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js">
$(document).ready(function() {
$(“.newsletter-form-field-element”).attr(‘placeholder’,’….Email Address..Adresse E-mail….’);
});
Devised an answer of my own and it works for me! 🙂 This is mine for having English and French.
My entire code did not paste. Here it is again. Put this in the header code injection.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js">
$(document).ready(function() {
$(“.newsletter-form-field-element”).attr(‘placeholder’,’….Email Address..Adresse E-mail….’);
});
Okay. I don’t know why my whole thing does not show. I’ll try putting it in a comment instead:
$(document).ready(function() {
$(“.newsletter-form-field-element”).attr(‘placeholder’,’….Email Address..Adresse E-mail….’);
});
Nope. Doesn’t work LOL
Wow – weird. Something is always missing!
Then:
$(document).ready(function() {
$(“.newsletter-form-field-element”).attr(‘placeholder’,’….Email Address..Adresse E-mail….’);
});
NOPE! still missed stuff!!
oh well! Dave – if you see this maybe you can help.
Can you reply with an imgur image link for a screenshot of your code? This website has stuff built in to prevent people adding javascript to comments unfortunately.
Alternatively – you could paste your code into jsfiddle then share the link to your jsfiddle:
Please login or Register to submit your answer
Devised an answer of my own and it works for me! 🙂 This is mine for having English and French.