Advertisement
Guest User

Untitled

a guest
Jun 15th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <title>Document</title>
  7.   </head>
  8.   <body>
  9.  
  10.  
  11.     <iframe
  12.      id="JotFormIFrame-201667489502057"
  13.      title="Form"
  14.      onload="window.parent.scrollTo(0,0)"
  15.      allowtransparency="true"
  16.      allowfullscreen="true"
  17.      allow="geolocation; microphone; camera"
  18.      frameborder="0"
  19.      style="min-width: 100%; height: 539px; border: none;"
  20.      scrolling="no"
  21.    >
  22.     </iframe>
  23.  
  24.     <script>
  25.  
  26.     let firstName = "Someone";
  27.     let lastName = "Niko";
  28.    
  29.     document.getElementById("JotFormIFrame-201667489502057").src =
  30.      `https://form.jotform.com/201667489502057?name[first]=${firstName}&name[last]=${lastName}`;
  31.     </script>
  32.  
  33.  
  34.  
  35.   </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement