sgourdon Posted October 15 Share Posted October 15 I'm building a newsletter for where I just want "First Name" and "Email" as fields, but not Last Name. Thank you so much!! Link to comment
Solution tuanphan Posted October 17 Solution Share Posted October 17 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment