I am building a custom app in messenger home. It will open a form asking user input and submit. I wonder if there is any built-in method to make interaction component required (input, text area, select etc) before the user hit action component (button).
Also, my app will stay at the submit flow after the user interaction. Is anyway I can reset the UI back to initialize flow?