Advertisement
TitusN

Untitled

Mar 11th, 2014
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>MathJax Demo</title>
  5. <script src="http://support.jotform.com/static/jotform.js?3.2.849" type="text/javascript"></script>
  6. <script type="text/javascript">
  7.    JotForm.init(function(){
  8.       $('input_4').hint('ex: myname@example.com');
  9.    });
  10. </script>
  11. <script type="text/x-mathjax-config">
  12.   MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
  13. </script>
  14. <script type="text/javascript"
  15.  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
  16. </script>
  17.  
  18. <link href="http://support.jotform.com/static/formCss.css?3.2.849" rel="stylesheet" type="text/css" />
  19. <link type="text/css" rel="stylesheet" href="http://support.jotform.com/css/styles/nova.css?3.2.849" />
  20. <link type="text/css" media="print" rel="stylesheet" href="http://support.jotform.com/css/printForm.css?3.2.849" />
  21. <style type="text/css">
  22.     .form-label{
  23.         width:150px !important;
  24.     }
  25.     .form-label-left{
  26.         width:150px !important;
  27.     }
  28.     .form-line{
  29.         padding-top:12px;
  30.         padding-bottom:12px;
  31.     }
  32.     .form-label-right{
  33.         width:150px !important;
  34.     }
  35.     .form-all{
  36.         width:690px;
  37.         color:#555 !important;
  38.         font-family:'Lucida Grande';
  39.         font-size:14px;
  40.     }
  41. </style>
  42. </head>
  43. <body>
  44. <form class="jotform-form" action="http://support.jotform.com/submit.php" method="post" name="form_40693458810964" id="40693458810964" accept-charset="utf-8">
  45.   <input type="hidden" name="formID" value="40693458810964" />
  46.   <div class="form-all">
  47.     <ul class="form-section">
  48.       <li class="form-line" id="id_3">
  49.         <label class="form-label-left" id="label_3" for="input_3"> Full Name </label>
  50.         <div id="cid_3" class="form-input"><span class="form-sub-label-container"><input class="form-textbox" type="text" size="10" name="q3_fullName3[first]" id="first_3" />
  51.             <label class="form-sub-label" for="first_3" id="sublabel_first"> First Name </label></span><span class="form-sub-label-container"><input class="form-textbox" type="text" size="15" name="q3_fullName3[last]" id="last_3" />
  52.             <label class="form-sub-label" for="last_3" id="sublabel_last"> Last Name </label></span>
  53.         </div>
  54.       </li>
  55.       <li class="form-line" id="id_4">
  56.         <label class="form-label-left" id="label_4" for="input_4"> E-mail </label>
  57.         <div id="cid_4" class="form-input">
  58.           <input type="email" class=" form-textbox validate[Email]" id="input_4" name="q4_email4" size="30" value="" />
  59.         </div>
  60.       </li>
  61.       <li class="form-line" id="id_6">
  62.         <label class="form-label-left" id="label_6" for="input_6"> Selection </label>
  63.         <div id="cid_6" class="form-input">
  64.           <select class="form-dropdown" style="width:150px" id="input_6" name="q6_selection">
  65.             <option value="">  </option>
  66.             <option value="Option 1"> Option 1 </option>
  67.             <option value="Option 2"> Option 2 </option>
  68.             <option value="Option 3"> Option 3 </option>
  69.           </select>
  70.         </div>
  71.       </li>
  72.       <p>When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
  73. $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$</p>
  74.             <li class="form-line" id="id_2">
  75.         <div id="cid_2" class="form-input-wide">
  76.           <div style="margin-left:156px" class="form-buttons-wrapper">
  77.             <button id="input_2" type="submit" class="form-submit-button">
  78.               Submit
  79.             </button>
  80.           </div>
  81.         </div>
  82.       </li>
  83.       <li style="display:none">
  84.         Should be Empty:
  85.         <input type="text" name="website" value="" />
  86.       </li>
  87.     </ul>
  88.   </div>
  89.   <input type="hidden" id="simple_spc" name="simple_spc" value="40693458810964" />
  90.   <script type="text/javascript">
  91.   document.getElementById("si" + "mple" + "_spc").value = "40693458810964-40693458810964";
  92.   </script>
  93. </form>
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement