You can change the default "Title" and "Help Text" used in the order steps by setting them via URL parameter on each step.
URL Params Encoding
Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".
ie: "stepDelivered=Custom title to delivered step" => stepDelivered=Custom%20title%20to%20delivered%20step"
ie: "stepDeliveredHelp=Custom help text to Delivered Help step" => stepDeliveredHelp=Custom%20help%20text%20to%20Delivered%20step"
Parameter | Description |
---|---|
stepDelivered | Parameter used to change the name of the Delivered step Default: Delivered |
stepDeliveredHelp | Parameter used to change the "Help Text" of the Delivered step Default: Your order has been successfully delivered |
Usage Example
You will see the following content
Delivered Step
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&stepDelivered=Title%20to%20delivered%20step&stepDeliveredHelp=Help%20text%20to%20delivered%20step