Versions Compared

Key

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

...

To apply your own presentation 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:

 


Code Block
themeEclipse
<c:if test="${mode == 'preview'}">
<style>
.wm-field
{ height: 75px; }
.wm-field-input
{ float: right; }
</style>

...