sgourdon Posted October 15, 2023 Posted October 15, 2023 I'm building a newsletter for where I just want "First Name" and "Email" as fields, but not Last Name. Thank you so much!!
Solution tuanphan Posted October 17, 2023 Solution Posted October 17, 2023 Add to Website Tools (under Not Linked) > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('.last-name input').attr('value','NA'); $('.last-name').attr('style','display:none;'); }); </script> If it doesn't work, please share your site url sgourdon 1 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