feat: add neutral option to recommendtation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
72f97b90bf
commit
6f6d2d83f2
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@
|
|||
<select name="will_recommend" id="will_recommend" required>
|
||||
<option value="">--Please choose an option--</option>
|
||||
<option value="0">Not likely</option>
|
||||
<option value="2">No opinion</option>
|
||||
<option value="1">Very likely</option>
|
||||
</select>
|
||||
<button type="submit">Submit</button>
|
||||
|
|
Reference in a new issue