Form Inputs Don't Show Up In Magic Text

I’m trying to create an app like a madlib, where a user fills out a form, and then it fills in the blanks in a text field using the form inputs, but the form fields don’t show up in as magic text.

I also tried using a list, but that’s not what I want here. I just want a text field with magic text that injects the form inputs into the text field.

You cannot reference Form Input fields in a text label.
Instead of a Form you can use separate Input fields and a single Button.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.