First and Last Name code not working

I’ll reply with screen shots, just please help

What isn’t working? If you’re using the preview on the portal, it doesn’t remember the names and just comes up with Autobot. You’ll need to check it on your app.

I never use the preview on the portal, it doesn’t work on safari for me.
I always use mobile previewer

label first_name_input
input What’s Your First Name?|What’s Your First Name?|Done(FIRSTNAME)

NARRATOR
Is [FIRSTNAME] correct?
choice
“Yes”{
goto last_name_input
}
“No”{
goto first_name_input
}

label last_name_input
input What’s Your Last Name?|What’s Your Last Name?|Done(LASTNAME)

NARRATOR
Is [LASTNAME] correct?
choice
“Yes”{
NARRATOR
Okay [FIRSTNAME] [LASTNAME] lets continue the story!
goto continue_story
}
“No”{
goto last_name_input
}

label continue_story
Your script continues here

1 Like

Tysm!!!

1 Like