Update messaging on Sandbox sign-up (#7793)

Updated Sandbox signup page messaging for improved clarity.
This commit is contained in:
Mike Thomas 2022-09-16 11:11:26 +09:00 committed by GitHub
parent 28dee0d28e
commit 2a99beb2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -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 Fleets 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">

View file

@ -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">

View file

@ -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 Fleets 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">