<.focus_box>
<:title>
Add website info
<.form :let={f} for={@changeset} action={@form_submit_url}>
<.input
help_text="Just the naked domain or subdomain without 'www', 'https' etc."
type="text"
placeholder="example.com"
field={f[:domain]}
label="Domain"
disabled={@site_limit_exceeded?}
/>
<.input
type="select"
help_text="To make sure we agree on what 'today' means"
field={f[:timezone]}
id="tz-select"
value="Etc/Greenwich"
disabled={@site_limit_exceeded?}
label="Reporting timezone"
options={Plausible.Timezones.options()}
/>
<.button
disabled={@site_limit_exceeded?}
type="submit"
class="w-full disabled:cursor-not-allowed"
>
Install Plausible