Versions Compared

Key

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

...

You can embed emakin forms in a basic HTML IFrame tag like below;

Example:

Code Block
<html>
	<body>
       
Hello!
		<iframe src="https://ertan.emakin.com/app/?/initiate/55..c8&apiKey=58ea0f3d.....90b984be905a" width="100%" height="600" frameborder="0"></iframe>
	</body>
</html>


Return Address

You can specify "returnUrl" parameter in the query string, to redirect user the another address after the form is completed. 

Example:

Code Block
<html>
	<body>
       
Hello!
		<iframe src="https://ertan.emakin.com/app/?/initiate/55..c8&apiKey=58ea0f3d.....90b984be905a&returnUrl=http://localhost" width="100%" height="600" frameborder="0"></iframe>
	</body>
</html>