Hi @Anonymous,
Could you explain more clearly about “a rectangle shape highlighting fields behind a form” and “the form dissapears and displays the Submitted text nitification”?
It will be better if you can show me some pictures,formulas,or anything related which can help me solve the problem.
According to my understanding,do you want to hide an icon after submitting the form?
I made a similar test as follows:
Set the button’s on select: SubmitForm(Form1);ClearCollect(context1,{name:"context1"})
Set the icon’s Visible: If(IsEmpty(context1),true,false)
After these configurations , the icon will hide after submitting the form.
Best regards,
Community Support Team _ Phoebe Liu