diff --git a/packages/Webkul/WebForm/src/Resources/views/settings/web-forms/controls.blade.php b/packages/Webkul/WebForm/src/Resources/views/settings/web-forms/controls.blade.php index 77c4cc1de..62c2cb373 100644 --- a/packages/Webkul/WebForm/src/Resources/views/settings/web-forms/controls.blade.php +++ b/packages/Webkul/WebForm/src/Resources/views/settings/web-forms/controls.blade.php @@ -24,6 +24,7 @@ class="{{ $validations }}" :id="$fieldName" :rules="$validations" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" /> @@ -37,6 +38,7 @@ class="{{ $validations }}" :id="$fieldName" :rules="$validations.'|numeric'" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" /> @@ -50,6 +52,7 @@ class="{{ $validations }}" id="{{ $fieldName }}[0][value]" rules="{{ $validations }}|email" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" /> @@ -111,6 +115,7 @@ class="cursor-pointer text-xs font-medium text-gray-600 dark:text-gray-300" id="{{ $fieldName }}[0][value]" rules="{{ $validations }}|numeric" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" /> @@ -145,6 +151,7 @@ class="cursor-pointer text-xs font-medium text-gray-600 dark:text-gray-300" :id="$fieldName" :rules="$validations" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" /> @@ -165,6 +172,7 @@ class="cursor-pointer text-xs font-medium text-gray-600 dark:text-gray-300" :id="$fieldName" :rules="$validations" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" > @foreach ($options as $option) @@ -188,6 +196,7 @@ class="cursor-pointer text-xs font-medium text-gray-600 dark:text-gray-300" name="{{ $fieldName }}[]" :rules="$validations" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" > @foreach ($options as $option) @@ -234,6 +243,7 @@ class="error-message mt-1 text-xs italic text-red-600" :id="$fieldName" :rules="$validations" :label="$parentAttribute->name" + :placeholder="$attribute->placeholder" >