prepare("UPDATE users SET bio = ?, interests = ?, investment_appetite = ? WHERE id = ?"); try { $stmt->execute([$bio, $interests, $investment_appetite, $_SESSION['user_id']]); header("Location: dashboard.php"); exit; } catch (PDOException $e) { $error = "Database error: " . $e->getMessage(); } } } $platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby'; $interests_options = ['Tech', 'Sustainability', 'Healthcare', 'Fintech', 'Education', 'Consumer', 'Social Impact', 'AI', 'SaaS', 'E-commerce']; ?> Investor Onboarding — <?= htmlspecialchars($platformName) ?>

Create Your Investor Profile

Tell us about your investment preferences.