mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
@@ -217,8 +217,9 @@
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
|
pattern="^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$&'\(\)\*\+,;=.]*$"
|
||||||
class="web-input-text w-full"
|
class="web-input-text w-full"
|
||||||
type="url"
|
type="text"
|
||||||
placeholder="https://appwrite.io"
|
placeholder="https://appwrite.io"
|
||||||
id="companyWebsite"
|
id="companyWebsite"
|
||||||
bind:value={companyWebsite}
|
bind:value={companyWebsite}
|
||||||
|
|||||||
@@ -239,8 +239,9 @@
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
|
pattern="^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$&'\(\)\*\+,;=.]*$"
|
||||||
class="web-input-text"
|
class="web-input-text"
|
||||||
type="url"
|
type="text"
|
||||||
placeholder="https://appwrite.io"
|
placeholder="https://appwrite.io"
|
||||||
id="companyWebsite"
|
id="companyWebsite"
|
||||||
bind:value={companyWebsite}
|
bind:value={companyWebsite}
|
||||||
|
|||||||
@@ -723,6 +723,7 @@
|
|||||||
required
|
required
|
||||||
class="web-input-text"
|
class="web-input-text"
|
||||||
type="text"
|
type="text"
|
||||||
|
pattern="^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$&'\(\)\*\+,;=.]*$"
|
||||||
name="company-website"
|
name="company-website"
|
||||||
placeholder="https://company.com"
|
placeholder="https://company.com"
|
||||||
aria-label="Company website"
|
aria-label="Company website"
|
||||||
|
|||||||
Reference in New Issue
Block a user