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