Step Going To Destination

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: "stepGoingToDestination=Custom title to Going To Destination step" => stepGoingToDestination=Title%20to%20going%20to%20destination%20step"

ie: "stepGoingToDestinationHelp=Custom help text to Going To Destination step" => stepGoingToDestinationHelp=Help%20text%20to%20going%20to%20destination%20step"

Specific configuration parameters

ParameterDescription
stepGoingToDestinationParameter used to change the name of the Going To Destination step

Default: Going to destination
stepGoingToDestinationHelpParameter used to change the "Help Text" of the Going To Destination step

Default: The driver is on his way to your address

Usage Example

You will see the following content

Going To Destination Step

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&stepGoingToDestination=Title%20to%20going%20to%20destination%20step&stepGoingToDestinationHelp=Help%20text%20to%20going%20to%20destination%20step