SweetForm6 3.6.9

dotnet add package SweetForm6 --version 3.6.9
                    
NuGet\Install-Package SweetForm6 -Version 3.6.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SweetForm6" Version="3.6.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SweetForm6" Version="3.6.9" />
                    
Directory.Packages.props
<PackageReference Include="SweetForm6" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SweetForm6 --version 3.6.9
                    
#r "nuget: SweetForm6, 3.6.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SweetForm6@3.6.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SweetForm6&version=3.6.9
                    
Install as a Cake Addin
#tool nuget:?package=SweetForm6&version=3.6.9
                    
Install as a Cake Tool

<div class="BOX2">
       <h1>Aside Information</h1>
       <form id="frm" action="process.php">
           <fieldset>
               <legend><h3>Personal Info</h3></legend>
               <div class="frm">
                   <label for="name">First Name:</label><br>
                   <input type="text" placeholder="jewel" required><br>
               </div>
               <div class="frm">
                   <label for="name">Last Name:</label><br>
                   <input type="text" placeholder="Mir">
               </div>
               <br><br><br>
               <div class="prof">
                   <label for="mail">Email</label><br>
                   <input type="email" placeholder="user@gmail.com" required>
               </div>
               <div class="prof">
                   <label for="gender">Gender:</label><br>
                   <input type="radio" id="gender" name="human" value="Male">Male
                   <input type="radio" id="gender" name="human" value="Female">Female
                   <input type="radio" id="gender" name="human" value="Others">Others
               </div>
               <br><br><br>
               <label for="dob">Date Of Birth</label>
               <input type="date" required>
               <br><br><br>
               <div class="msg">
                   <label for="msg">Address:</label>
                   <textarea name="" id="" placeholder="Address"></textarea>
               </div>
               <br>
               <div class="loca">
                   <label for="location">Location:</label><br>
                   <input type="checkbox">Dhaka <br>
                   <input type="checkbox">Chattagram
               </div>
               <div class="loca">
                   <label for="">Profession:</label>
                   <select name="profession" id="">
                       <optgroup label="Software Engineer"></optgroup>
                       <option value="engineer">Java Engineer</option>
                       <option value="engineer">.Net Engineer</option>
                       <option value="engineer">PHP Engineer</option>
                       <optgroup label="Mechanical Engineer"></optgroup>
                       <option value="engineer">Electric Engineer</option>
                       <option value="engineer">Mechanical Engineer</option>
                       <option value="engineer">Electronics Engineer</option>
                   </select>
               </div>
               <br><br><br><br>
               <div class="dg">
                   <label for="exp">Experience:</label><br>
                   <input type="number" placeholder="0" required>
               </div>
               <div class="dg">
                   <label for="exp">Degree:</label><br>
                   <input type="text" required>
               </div>
               <br><br><br>
               <div class="rang">
                   <label for="degree">Last Degree:</label>
                   <select name="" id="">
                       <option value="phd">PH.D</option>
                       <option value="msc">MS.C</option>
                       <option value="bsc">BS.C</option>
                   </select>
               </div>
               <div class="rang">
                   <label for="degree">Experience:</label>
                   <input type="range" min="30" max="100" required>
               </div>
               <br><br><br>
               <div class="button">
                   <input type="reset" id="reset" value="Reset">
               </div>
               <div class="button">
                   <input type="submit" id="submit" value="Submit">
               </div>
           </fieldset>
       </form>
   </div>

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.6.9 146 1/14/2025