Versions Compared

Key

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

...

Updated address link should be similar like to following address with "auth" parameter is added.

https://mydomain.emakin.com/app/?/report/55....c8&auth=41A....114

Sending the Culture Parameter

When embedding forms, you may sometimes need them to display in a specific culture or locale, which determines the language, date formats, and other region-specific settings. This can be particularly useful in applications serving a global audience or in situations where the user’s culture is known and you want to provide a seamless experience.

How to Send the Culture Parameter

To specify a culture when embedding a form, you can include the culture parameter in the embedding URL. The culture parameter should be a valid IETF language tag, such as en-US for English (United States) or fr-FR for French (France).

Code Block
languagehtml
<iframe src="https://mydomain.emakin.com/app/?/initiate/55..c8&apiKey=58ea0f3d.....90b984be905a&culture=en-US" width="100%" height="600px"></iframe>

In this example, the form will be displayed in the English (United States) culture.

Embedding Form

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

...