This commit is contained in:
Devdatt Bhatt 2026-05-28 09:44:42 +00:00
parent 3b52951c65
commit 5a0cef107a
1 changed files with 4 additions and 0 deletions

View File

@ -211,6 +211,10 @@ include 'header.php';
<input type="text" name="telegram_url" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'telegram_url')); ?>">
<label>Telegram URL</label>
</div>
<div class="input-group">
<input type="text" name="instagram_url" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'instagram_url')); ?>">
<label>Instragram</label>
</div>
<div class="input-group">
<input type="text" name="linkedin_url" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'linkedin_url')); ?>">
<label>LinkedIn URL</label>