...
To apply your own styling to the Interactive Forms module, create a plugin that applies your own style. The following is a simple modification that you can add to a form step presentation, for example the Interactive Forms default presentation (formstep.jspf) in order to change the styling:
...
Code Block | ||
---|---|---|
| ||
<c:if test="${mode == 'preview'}"> <style> .wm-field { height: 75px; } .wm-field-input { float: right; } </style> </c:if> |