help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
basic-form
RSK World
basic-form
Basic Form Project - Modern Contact Form with Glassmorphism Design, Dark/Light Themes, Real-time Validation, Auto-save, and Complete Web Development Features
basic-form
  • css
  • js
  • LICENSE1.1 KB
  • README.md2.9 KB
  • RELEASE_NOTES.md1 KB
  • index.html5.9 KB
  • privacy.html3.7 KB
  • submit.php1.2 KB
RELEASE_NOTES.mdprivacy.html
RELEASE_NOTES.md
Raw Download

RELEASE_NOTES.md

# Release Notes - v1.0.0

## 🚀 Launch (v1.0.0)

We are excited to announce the first release of the **Basic Form** project!

### ✨ Key Features
- **Modern Glassmorphism UI**: A stunning, responsive design with frosted glass effects and animated gradients.
- **Dark/Light Mode**: Seamless theme switching with persistent user preference (LocalStorage).
- **Robust Validation**: Real-time input validation with visual feedback for Name, Email, and Message fields.
- **Auto-Save**: Never lose your draft; form data is automatically saved to your browser.
- **Simulation Mode**: Smart backend simulation for local testing without a server.

### 🛠 Technical Highlights
- Built with semantic HTML5 and vanilla CSS3 (no external frameworks).
- Pure JavaScript (ES6+) for all logic and interactions.
- PHP backend handler (`submit.php`) included for production readiness.
- Fully documented with `README.md` and MIT License.

### Contributors
- **Molla Samser**
- **Rima Khatun**
privacy.html
Raw Download
Find: Go to:
<!--
  Created by: Molla Samser & Rima Khatun
  Website: https://rskworld.in/contact.php
  Emails: help@rskworld.in, support@rskworld.in
  Phone: +91 93305 39277
  Year: 2026
-->
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Privacy Policy - Basic Form</title>
    <!-- Google Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <!-- Custom CSS -->
    <link rel="stylesheet" href="css/style.css">
    <style>
        .policy-container {
            max-width: 800px;
            margin: 0 auto;
            background: var(--surface-color);
            padding: 40px;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
            backdrop-filter: blur(10px);
        }

        h1 {
            margin-bottom: 20px;
            color: var(--primary-color);
        }

        h2 {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }

        p,
        ul {
            margin-bottom: 15px;
            line-height: 1.6;
            color: var(--text-color);
        }

        ul {
            padding-left: 20px;
        }

        .back-link {
            display: inline-block;
            margin-bottom: 20px;
            color: var(--text-light);
            text-decoration: none;
            transition: var(--transition);
        }

        .back-link:hover {
            color: var(--primary-color);
        }
    </style>
</head>

<body>
    <div class="policy-container">
        <a href="index.html" class="back-link"><i class="fas fa-arrow-left"></i> Back to Form</a>

        <h1>Privacy Policy</h1>
        <p>Last updated: January 2026</p>

        <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your
            information when You use the Service and tells You about Your privacy rights and how the law protects You.
        </p>

        <h2>Collecting and Using Your Personal Data</h2>

        <h3>Personal Data</h3>
        <p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that
            can be used to contact or identify You. Personally identifiable information may include, but is not limited
            to:</p>
        <ul>
            <li>Email address</li>
            <li>First name and last name</li>
            <li>Usage Data</li>
        </ul>

        <h3>Contact Us</h3>
        <p>If you have any questions about this Privacy Policy, You can contact us:</p>
        <ul>
            <li>By email: help@rskworld.in</li>
            <li>By email: support@rskworld.in</li>
            <li>By phone: +91 93305 39277</li>
            <li>By visiting this page on our website: <a
                    href="https://rskworld.in/contact.php">https://rskworld.in/contact.php</a></li>
        </ul>

        <div class="form-footer">
            <p>&copy; 2026 Basic Form Project. Designed by Molla Samser & Rima Khatun.</p>
        </div>
    </div>

    <!-- Theme Toggle Script (Minimal) -->
    <script>
        // Apply theme on load
        const savedTheme = localStorage.getItem('theme');
        if (savedTheme === 'dark') {
            document.body.classList.add('dark-mode');
        }
    </script>
</body>

</html>
118 lines•3.7 KB
markup

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer