Update business case form with currency symbol and improved functionality
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1571,7 +1571,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label for="${id}-screen-percentage" class="block text-base font-medium text-gray-700 mb-1">Number of stores with digital screens</label>
|
||||
<input type="number" id="${id}-screen-percentage" name="${id}_screen_percentage" min="0" max="100"
|
||||
<input type="number" id="${id}-screen-percentage" name="${id}_screen_percentage" min="0"
|
||||
class="w-full p-3 border border-gray-300 bg-white rounded-md focus:outline-none focus:ring-1 focus:ring-[#eb742e] focus:border-[#eb742e]">
|
||||
</div>
|
||||
</div>
|
||||
@@ -1597,7 +1597,7 @@
|
||||
<div id="${id}-radio-questions" class="space-y-4 hidden">
|
||||
<div>
|
||||
<label for="${id}-radio-percentage" class="block text-base font-medium text-gray-700 mb-1">Number of stores with radio</label>
|
||||
<input type="number" id="${id}-radio-percentage" name="${id}_radio_percentage" min="0" max="100"
|
||||
<input type="number" id="${id}-radio-percentage" name="${id}_radio_percentage" min="0"
|
||||
class="w-full p-3 border border-gray-300 bg-white rounded-md focus:outline-none focus:ring-1 focus:ring-[#eb742e] focus:border-[#eb742e]">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user