Loop forms multiple times

I have a scenario like i need to ask input from user multiple times in a story . The problem is i need to exit the form and start another story. Kindly help me resolve this

Try re-implementing it using forms instead of stories. In general, you should avoid stories and always try to implement a dialogue with rules & forms first.