Atozed Forums

Full Version: Variables IWError.html template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to use the IWError.html template to customize the error page. What are all possible variables {% ..%} to use? I am having difficulty customizing the reset link and displaying error details.
{%APPID%} Session ID
{%RUNPARAMS%} Session start parameters
{%CONTENT%} Error message
{%APPADDRESS%} Address of error
{%APPNAME%} Application name
{%EXCEPTIONSPECIFIC%} some custom message for that error

{%FROMCOLOR%} HeaderBackColor1
{%TOCOLOR%} HeaderBackColor2
{%HEADERTEXTCOLOR%} HeaderTextColor
{%BODYBACKCOLOR%} BodyBackColor
{%BODYTEXTCOLOR%} BodyTextColor
(09-03-2019, 10:24 AM)Alexandre Machado Wrote: [ -> ]{%APPID%} Session ID
  {%RUNPARAMS%} Session start parameters
  {%CONTENT%} Error message
  {%APPADDRESS%} Address of error
  {%APPNAME%} Application name
  {%EXCEPTIONSPECIFIC%} some custom message for that error
 
  {%FROMCOLOR%} HeaderBackColor1
  {%TOCOLOR%}  HeaderBackColor2
  {%HEADERTEXTCOLOR%} HeaderTextColor
  {%BODYBACKCOLOR%}  BodyBackColor
  {%BODYTEXTCOLOR%}  BodyTextColor

Thank you, it worked perfectly.