Skip to content

Instantly share code, notes, and snippets.

@dxtr026
Last active July 23, 2018 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dxtr026/e1c14f6def6a63a91f7b2f938939c6ab to your computer and use it in GitHub Desktop.
Save dxtr026/e1c14f6def6a63a91f7b2f938939c6ab to your computer and use it in GitHub Desktop.
Integration of Anarock JavaScript Form SDK
<!DOCTYPE html>
  <html lang="en-us">
  <head>
  <script type="text/javascript" src="https://s3.ap-south-1.amazonaws.com/anarock.misc/form.js"></script></head>
<body>
  <div id="anarock-form"></div>
  <script>
    var form_container = document.getElementById('anarock-form')
    window.createForm(form_container, '833f8c4988e47bf2', 'wisecowconsultants', 'nyati-evara-wisecow', 'staging')
  </script>
  </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment