• {f:if(condition:form.renderingOptions.prevButtonLabel, then:form.renderingOptions.prevButtonLabel, else: 'Previous')}
  • {f:if(condition:form.renderingOptions.nextButtonLabel, then:form.renderingOptions.nextButtonLabel, else: 'Next')}
  • {f:if(condition:form.renderingOptions.submitButtonLabel, then:form.renderingOptions.submitButtonLabel, else: 'Submit')}