mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 23:59:35 +05:30
(refactor): disabled autocomplete in contact form
This commit is contained in:
@@ -54,7 +54,8 @@ require 'core/query_functions.php';
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightsec w-full lg:w-[40%]">
|
||||
<form id="contactForm" class="contactform w-full flex flex-col justify-center bg-bg_secondary rounded-lg p-5" method="POST" enctype="application/x-www-form-urlencoded">
|
||||
<form id="contactForm" class="contactform w-full flex flex-col justify-center bg-bg_secondary rounded-lg p-5" method="POST" enctype="application/x-www-form-urlencoded" autocomplete="off">
|
||||
<input class="hidden" autocomplete="false" name="hidden" type="text">
|
||||
<p class="self-start text-lg mb-4"><i class="fa-solid fa-bell text-accent_primary"></i> Contact Form</p>
|
||||
<div class="nameinputcont w-full relative my-4">
|
||||
<input id="contactNameInput" type="text" class="peer w-full p-2 border-[2px] bg-bg_secondary border-accent_secondary_transparent rounded outline-none focus:border-accent_primary">
|
||||
|
||||
Reference in New Issue
Block a user