mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update messaging on Sandbox sign-up (#7793)
Updated Sandbox signup page messaging for improved clarity.
This commit is contained in:
parent
28dee0d28e
commit
2a99beb2dd
3 changed files with 9 additions and 7 deletions
7
website/views/pages/try-fleet/register.ejs
vendored
7
website/views/pages/try-fleet/register.ejs
vendored
|
|
@ -5,10 +5,11 @@
|
|||
</div>
|
||||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2>Play in Fleet Sandbox</h2>
|
||||
<p>
|
||||
Sandbox lets you test Fleet’s features on your device. Watch our <a @click="clickOpenVideoModal()">Sandbox setup video</a> for instructions. Create your account to get started.
|
||||
<p class="pt-3">
|
||||
Fleet Sandbox is designed for testing Fleet features only.
|
||||
<a href="https://fleetdm.com/docs/deploying">Click here</a> for production-ready deployments.
|
||||
</p>
|
||||
<div class="pt-4">
|
||||
<div class="pt-3">
|
||||
<ajax-form :handle-submitting="handleSubmittingRegisterForm" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-errors.sync="formErrors" :form-data="formData" :form-rules="formRules" @submitted="submittedRegisterForm()">
|
||||
<div class="form-group mb-3">
|
||||
<input id="emailAddress" type="text" class="form-control d-flex w-100" :class="[formErrors.emailAddress ? 'is-invalid' : '']" v-model.trim="formData.emailAddress" placeholder="Sign up with email">
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2 class="pb-2">Thanks for trying Fleet Sandbox</h2>
|
||||
<p>
|
||||
Your trial period for Fleet Sandbox has expired.<br>
|
||||
Your trial period for Fleet Sandbox has expired. <a href="https://fleetdm.com/docs/deploying">Click here</a> for production-ready deployments.
|
||||
</p>
|
||||
<a href="https://calendly.com/fleetdm/demo?utm_source=sandbox+expired+page" style="color: #FFF" class="btn btn-info" purpose="next-steps-button">Request more time</a>
|
||||
<a href="/slack" target="_blank" style="color: #000" class="d-flex btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3" purpose="next-steps-button">
|
||||
|
|
|
|||
|
|
@ -5,10 +5,11 @@
|
|||
</div>
|
||||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2>Play in Fleet Sandbox</h2>
|
||||
<p>
|
||||
Sandbox lets you test Fleet’s features on your device. Watch our <a @click="clickOpenVideoModal()">Sandbox setup video</a> for instructions. Create your account to get started.
|
||||
<p class="pt-3">
|
||||
Fleet Sandbox is designed for testing Fleet features only.
|
||||
<a href="https://fleetdm.com/docs/deploying">Click here</a> for production-ready deployments.
|
||||
</p>
|
||||
<div class="pt-4">
|
||||
<div class="pt-3">
|
||||
<ajax-form action="login" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-errors.sync="formErrors" :form-data="formData" :form-rules="formRules" @submitted="submittedLoginForm()" >
|
||||
<div class="form-group mb-3">
|
||||
<input id="emailAddress" type="text" class="form-control d-flex w-100" :class="[formErrors.emailAddress ? 'is-invalid' : '']" v-model.trim="formData.emailAddress" placeholder="Email">
|
||||
|
|
|
|||
Loading…
Reference in a new issue