You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$stmt = $pdo->prepare("SELECT id, name, type, required, possible_values FROM custom_fields WHERE zone = 'tickets' AND is_active = 1 ORDER BY sort_order ASC, id ASC");