I'm wondering if it would be possible to only display the form input field if a value doesn't exist
{cname=catch({site: text; selector=div[title="Messaging User"] + div > span},"")}
{if: cname=""}
{=cname}
{else}
{formtext: name=Name}
{endif}
With this, the popup for the form will appear nomater what the results of the if statement are, when I want it to not pop up unless needed