Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then using the formInstanceUrl above you can generate the following script iframe tag in your html page:

Code Block
<script type="text/javascript"  <iframe   src="{formInstanceUrl}"></script>> 

This will embed the form instance in your page inside an <iframe/>. 

...