Input Settings
Label Setting
```handlebars
<label for="name" class="text-[#1A1236] dark:text-gray-100">Name</label>
```

Placeholder Setting

Last updated
```handlebars
<label for="name" class="text-[#1A1236] dark:text-gray-100">Name</label>
```


Last updated
```handlebars
<input type="text" name="name" id="name" placeholder="First and Last Name" required class="mt-[10px] bg-gray-200 dark:bg-white rounded-[4px] w-full">
```