0 ? min(100, round(($totalSurveys / $user['surveys_limit']) * 100)) : 0; $responsePct = $user['responses_monthly'] > 0 ? min(100, round(($thisMonthResp / $user['responses_monthly']) * 100)) : 0; require_once __DIR__ . '/includes/header.php'; ?>
Welcome back, = sanitize($user['name']) ?>! Here's your survey activity.
Create your first survey to get started with collecting responses.
Create First Survey