Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.
Users reporting for no reason may be locked out.
var input = item.Theme.ControlInputs.Find("Input1");
if (string.IsNullOrWhiteSpace(input.Text))
{
// empty
}