Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c4d5440

Browse files
Update add_dynamic_form.php
added support for http url
1 parent 975fde9 commit c4d5440

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

qrcode/forms/add_dynamic_form.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
<div class="col-sm-4">
6262
<div class="form-group">
6363
<label for="link">URL *</label>
64-
<input type="url" pattern="https://.*" name="link" value="" placeholder="https://codecanyon.net" class="form-control" required="required" id="link">
65-
</div>
64+
<input type="url" pattern="http.*://.*" name="link" value="" placeholder="https://example.com" class="form-control" required="required" id="link"> </div>
6665
</div>
6766

6867

@@ -96,4 +95,4 @@
9695
</div>
9796
</div>
9897
</div>
99-
</fieldset>
98+
</fieldset>

0 commit comments

Comments
 (0)