Changes

Jump to: navigation, search

Template Page - Confirmation Template

264 bytes added, 20:16, 4 June 2019
no edit summary
{{UnderConstruction}}
 
The Confirmation Template will be displayed after the [[Template Page]] is submitted by the end user.
==Examples==
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><html><head>@STYLELINK@</head><body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>The following is an example of a simple confirmation page.
<centerpre style="white-space: -o-pre-wrap; word-wrap: break-word;">@STYLELINK@<h2/pre><center>==Thank you...</h2>==</center></body></html></pre>
After submission, the text "Thank you..." will be displayed to the end user. The end user can be provided here with next steps after the submission process.
<pre style="white-spaceThe following is an example of a confirmation template that uses [[sslogic|conditional logic]] to determine to which page the user should be redirected after submission: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><html><head>@STYLELINK@</head><body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>
<pre style="white-space: -o-pre-wrap; word-wrap: break-word;">@STYLELINK@
<!--@sslogic("@Q1@"="Yes" and "@Q2@"="Yes" and "@Q3@"="Yes" and "@Q4@"="Yes")-->
<script>// <![CDATA[
location.href="/ex/ex_Apppage.jsp?token=HwwISRgGZ15RSxde&appid=102587&oppid=@opportunityid@";
// ]]></script>
<!--@else-->
<script>// <![CDATA[
location.href ="/simpleface/sm_home.jsp";
// ]]></script>
end</pre>
</script></body>  <!--@end-->In the above example, if the answer to all four fields named ''Q1'', ''Q2'', ''Q3'' and ''Q4'' are answered "Yes," the user will be redirected to another [[Template Page]] after submission. If the answer is anything other than four "yes"es, the user will be redirected to their home page.
</html>==See Also==</pre>* [[Template Page]]* [[Template Page Variables]]
2,299
edits

Navigation menu