Versions Compared

Key

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

Anchor
top
top

Note
  • This topic is intended for developers with experience in XperienCentral plugin development.
  • The information in this topic applies to XperienCentral versions 10.20.0 and higher.

...

In a new installation, the presentation styling used for Interactive Forms in the Interactive Forms module is the XperienCentral default presentationstyling. You can apply your own presentation styling to the Interactive Forms module in order to allow your designers to see how forms will be rendered on the front-end while creating them. This mirrors the way that the look and feel of content items are rendered in the Editor using your own presentationstyling. You can override the default presentation styling for form steps as well as form elements themselves.

To apply your own presentation styling to the Interactive Forms module, create a plugin that applies your own style. The following is a simple modification of the default XperienCentral JSPF (formstep.jspf) in order to change the styling:

...

Deploy the plugin in XperienCentral.


Back to top