How can i make character move follow spline from any positon?

I want character can jump onto any position on the spline and then follow its path from that position where it landed to the end of the spline.
NOW I can use the collision box to make the player follow the spline from its origin to its end, but not from the position where he landed on it.