Skip to content

Commit 6ea5d19

Browse files
ned29vasile-baluta
authored andcommitted
ADD: warning for subscription name
ADD: subscription name warning
1 parent 0820f60 commit 6ea5d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/templates/subscription.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ <h3 class="modal-title text-center" id="formHeader">Subscription Form</h3>
9696
<div class="form-group">
9797
<label class="pl-1 control-label font-weight-bold">SubscriptionName</label>
9898
<div>
99+
<font color="red" size="2">Only numbers,letters and underscore allowed</font>
99100
<input id="subscriptionNameInput" data-toggle="tooltip" title="Specify a SubsciptionName" data-bind="textInput:$data.subscriptionName"
100101
name="subscriptionName" placeholder="subscriptionName" class="form-control display-inline-table" type="text"
101102
/>

0 commit comments

Comments
 (0)