We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0820f60 commit 6ea5d19Copy full SHA for 6ea5d19
src/main/resources/templates/subscription.html
@@ -96,6 +96,7 @@ <h3 class="modal-title text-center" id="formHeader">Subscription Form</h3>
96
<div class="form-group">
97
<label class="pl-1 control-label font-weight-bold">SubscriptionName</label>
98
<div>
99
+ <font color="red" size="2">Only numbers,letters and underscore allowed</font>
100
<input id="subscriptionNameInput" data-toggle="tooltip" title="Specify a SubsciptionName" data-bind="textInput:$data.subscriptionName"
101
name="subscriptionName" placeholder="subscriptionName" class="form-control display-inline-table" type="text"
102
/>
0 commit comments