Update annual spend +1M message

This commit is contained in:
luis cielak 2018-09-13 09:42:00 -04:00 committed by luisgov
parent 58cd6e205a
commit 74ea11a1c5

View File

@ -68,7 +68,7 @@
<transition name='slide'>
<template v-if="annualSpend > {{ annual_spend_threshold }}">
<fieldset class='form__sub-fields'>
<h3>Because the approximate annual spend is over $1,000,000, please answer a few additional questions.</h3>
<h3>Please provide additional details regarding your planned usage.</h3>
{{ TextInput(f.number_user_sessions, validation='integer', placeholder="0") }}
{{ TextInput(f.average_daily_traffic, tooltip="Requests are the client-to-server network traffic that is being transferred to your systems",validation="integer", placeholder="0") }}
{{ TextInput(f.average_daily_traffic_gb, tooltip="GB uploaded is the gigabyte amount of data traffic that is being transferred to your systems",validation="gigabytes", placeholder="0GB") }}