Confirmation

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can display a confirmation page when a form has been submitted. When you want to customize the page that is shown, you should modify the translation label "ThankYouMessage". Below is an example how this can work:

 <h2>Confirmation</h2><p>Your request has been registered with id: #ticketid#</p><br /><input class="button-generic" type="button" onclick="location.href='/SSP/Common/dashboard.aspx';" value="To Dashboard" /><input class="button-generic" type="button" onclick="location.href='/SSP/Workflow/ProcessInstanceDetail.aspx?processInstanceId=#ticketid#&processInstanceGuid=#ticketguid#';" value="Open ticket #ticketid#" /><style>.button-generic a {display: none}</style)