Skip to the content

Open form on page

 

Api function OpenFormTemplateOnPage can be used to load the form on the desired page and skip other pages.

function OpenLink () {
  //OpenFormTemplateOnPage(cSLRenderObjectId, templateUid, version, defaultLang, page, successHandler, view)
  OpenFormTemplateOnPage('formHolder', '16A382FF-DC26-46AF-A7BE-DA15C3B44287', null, null, 10, function() 
 {console.log('OK')}, 'Wizard')
}

<a href="OpenLink();">OPEN</a>

This example will load the form on the page number 10