Versions Compared

Key

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

...

The theme can be selected dynamically via the form Url parameter _themeId. This parameter takes precedence over the theme selected at either the Application or in the Form itself as shown above.   Append _themeId can be set to name to the share link of your form/flow or space. There are two types of syntax that can be used. The first type is _themeId=" the name of the theme, "Yellow". Here is an example using the Just the Iframe share code. The theme is set to "yellow" which is a theme .  The second type of syntax is extended to use the composite ID: _themeId!userId!tenantID="the name of the theme".

Both of these Raw Link URLs in the form display with the "Yellow" theme applied. "Yellow" is the name of an application theme that was uploaded to  by the designer. 

Code Block
<script src="http://test.frevvo.com:80/frevvo/web/user/qaforms/app/_Vse0geOLEdygU8Rk-2FAeQ/ formtype/_dV9uYOOLEdygU8Rk-2FAeQ/embed?container=true&_themeId=yellow" type="text/javascript" language="Javascript"></script> 

Editing Your Customized Theme 

...