Richfella

Style Embedded Form

Feb 17th, 2022
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.  
  3. function fieldsStyling(){
  4. document.querySelector("input#firstname-1d867f60-129d-4291-a3df-88bfabd0be96").style.border = "2px solid #d1d1d3";
  5.  
  6. };
  7.  
  8. setTimeout(fieldsStyling, 5000);
  9.  
  10. </script>
  11.  
Advertisement
Add Comment
Please, Sign In to add comment