d3j3mxjmbpungd.cloudfront.net Open in urlscan Pro
2600:9000:24d3:2800:1c:23ad:cf40:21  Public Scan

Submitted URL: http://d3j3mxjmbpungd.cloudfront.net/
Effective URL: https://d3j3mxjmbpungd.cloudfront.net/
Submission: On September 28 via manual from US — Scanned from US

Form analysis 6 forms found in the DOM

POST

<form class="vh-js-login-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-username" name="vh-js-username" placeholder="Email" aria-label="Email">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-password" name="vh-js-password" placeholder="Password" aria-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group form-row">
    <!--
                                    <div class="col-6">
                                      <div class="form-group form-check">
                                         <input type="checkbox" class="form-check-input" name="remember_me" aria-label="remember_me">
                                         <label class="form-check-label">Remember me</label>
                                      </div>
                                    </div>
                                    -->
    <div class="col-12 mb-1">
      <div class="pull-right">
        <a class="vh-js-show-password vw-fw-normal vw-p-sm" href="#!">Show password</a>
      </div>
    </div>
  </div>
  <div class="form-group text-center">
    <button type="submit" class="btn third btn-block">Login</button>
  </div>
</form>

POST

<form class="vh-js-signup-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-email" name="vh-js-reg-email" placeholder="Email address" area-label="Email address">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-first-name" name="vh-js-reg-first-name" placeholder="First name" area-label="First name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-last-name" name="vh-js-reg-last-name" placeholder="Last name" area-label="Last name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-reg-password" name="vh-js-reg-password" placeholder="Create a Password" area-label="Create a Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-confirm-reg-password" name="vh-js-confirm-reg-password" placeholder="Password confirmation" area-label="Password confirmation">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <!-- Add the field if DS project-->
  <div class="vh-js-ds-fields"></div>
  <!--
                                <div class="form-group birthday-box">
                                    <p>We'll send you marketing promotions, special offers, inspiration, and policy updates via email.</p>
                                </div>
-->
  <div class="form-group text-center pt-3">
    <button type="submit" class="btn third btn-block email-form-signup-butt b-bttu">Sign up</button>
  </div>
  <!-- Add the DS Sponsor field if DS project-->
  <div class="vh-js-ds-sponsor-field"></div>
  <!--
                                <div class="form-group dont-what">
                                    <label for="sgnDWC" class="chk-wrap">
                                      I don't want to receive marketing messages. I can also opt out of these at any time in my account settings or via the link in the message.
                                      <input  id="sgnDWC" type="checkbox" value="" area-label="Don't Want">
                                      <span class="checkmark"></span>
                                    </label>
                                </div>
-->
  <div class="or-box vw-color-4">
    <div class="line-box vw-bg-color-4"></div>
  </div>
</form>

POST

<form class="vh-js-reset-password-form" method="post">
  <p>Enter the email address associated with your account, and we’ll email you a link to reset your password.</p>
  <div class="vh-success vh-js-success"></div>
  <div class="vh-errors vh-js-errors"></div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reset-email" name="vh-js-reset-email" placeholder="Your email address" area-label="Your email address">
      <div class="input-group-append input-icon">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center vw-pt-15">
    <a href="#!login" data-vh-js-switch=".vh-js-login-box" class="btn third outlined m-2">Back to Login</a>
    <button type="submit" class="btn third m-2">Send Reset Link</button>
  </div>
</form>

POST

<form class="vh-js-update-password-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password" name="vh-js-up-password" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password-confirmation" name="vh-js-up-password-confirmation" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center pt-3 mb-4">
    <button type="submit" class="btn third btn-block">Update</button>
  </div>
</form>

POST

<form method="post" class="vh-js-frm-init-guest-checkout">
  <div class="form-group">
    <input required="" type="email" class="form-control vh-g-input vh-js-gc-email" name="email" placeholder="Email" autocomplete="off" area-label="Email">
  </div>
  <div class="form-group text-center vw-pt-15">
    <button class="vh-g-btn btn third outlined m-2" type="button" data-vh-js-switch=".vh-js-guest-checkout-options-box">Cancel</button>
    <button class="vh-g-btn btn third m-2" type="submit">Continue</button>
  </div>
</form>

GET https://frogtummydev.p1.vahara.com/globalsite/search

<form class="clearfix" method="GET" action="https://frogtummydev.p1.vahara.com/globalsite/search">
  <input type="search" name="q" class="search-field" placeholder="Search..." area-label="Search...">
  <button type="submit" class="search-submit" area-label="Open Search">
    <i class="fal fa-search" aria-hidden="true" title="Search Icon"></i>
    <span class="sr-only">Search Icon</span>
  </button>
</form>

Text Content

Log In
Show password
Login

Forgot password?

Sign Up
Sign up



Already have an account? Log in

Reset Password

Enter the email address associated with your account, and we’ll email you a link
to reset your password.




Back to Login Send Reset Link
Update Your Password
Update
Choose One
Guest Checkout Login Sign up
Please enter your email address
Cancel Continue
toggle header
 * About Us
   * Blog
   * Style Guide
 * Enrollment
   * Apply Now
   * Talk to an
     Enrollment Coach
   * Attend an Open House
   * Enrollment FAQ
   * All Day Kindergarten
   * New Family Orientation
 * Widgets
   * Banners
   * Sliders
     * Short
     * Tall
     * Typing Text
   * Image + Text
     * Wide Layouts
     * Skinny Layouts
     * Image Only
   * Groupings
     * Images
     * Icons + Text
     * Galleries
     * People
     * Our Services
     * Clients + Projects
   * Text Only
     * Titles + Paragraphs
     * Buttons
     * FAQ
     * Quotes
     * Banners
     * Shapes
   * Videos
   * Testimonials
   * Forms + Maps
   * Social Media
   * Enrollment
   * Charts + Graphs
   * Events / Calendars
   * eCommerce
 * Our Team
 * Resources
 * Contact Us
   * Contact Us
   * Talk to an
     Enrollment Coach
   * Attend an Open House


Search Icon
©2024 All RIghts Reserved
 * SIS
 * Canvas
 * Lunch
 * Payments
 * Excuse Absence

School Calendar




CALENDAR

View Full Schedule
 * About Us
   * Blog
   * Style Guide
 * Enrollment
   * Apply Now
   * Talk to an
     Enrollment Coach
   * Attend an Open House
   * Enrollment FAQ
   * All Day Kindergarten
   * New Family Orientation
 * Widgets
   * Banners
   * Sliders
     * Short
     * Tall
     * Typing Text
   * Image + Text
     * Wide Layouts
     * Skinny Layouts
     * Image Only
   * Groupings
     * Images
     * Icons + Text
     * Galleries
     * People
     * Our Services
     * Clients + Projects
   * Text Only
     * Titles + Paragraphs
     * Buttons
     * FAQ
     * Quotes
     * Banners
     * Shapes
   * Videos
   * Testimonials
   * Forms + Maps
   * Social Media
   * Enrollment
   * Charts + Graphs
   * Events / Calendars
   * eCommerce
 * Our Team
 * Resources
 * Contact Us
   * Contact Us
   * Talk to an
     Enrollment Coach
   * Attend an Open House


Search Icon

Open Menu

English
 * EspañolEspañol
 * తెలుగుతెలుగు
 * தமிழ்தமிழ்
 * PortuguêsPortuguês
 * 中文 (简体)中文 (简体)
 * FrançaisFrançais
 * עבריתעברית
 * हिंदीहिंदी
 * اردواردو








GET BETTER CONVERSIONS WITH THE FROGTUMMY SUITE.

Never lose conversion data, so you know where to put your marketing dollars.


MEET MYLOTTERY—OUR NEW LOTTERY PROGRAM!

Easily convert and retain students with our powerful CRM with sales funnels.


"FROGTUMMY ENERGY IS OFF THE CHARTS AMAZING."

"I would be happy to talk with anyone interested and deciding to sign up." –
Cami Thorpe, Excelsior Academy


SCHOOL WEBSITES, POWERED BY OUR CMS.

Get a custom school website that is easy to update with our drag-and-drop
widgets.

Enroll Now for 2024-2025



WELCOME TO FROGTUMMY


GET BETTER CONVERSIONS WITH THE FROGTUMMY SUITE.

We specialize in branding schools of all shapes and sizes. We infuse your
stunning brand into a custom-designed website powered by our easy-to-use CMS. 

Learn More
Icon

#1 Charter School Website Provider

Icon

Groundbreaking New Lottery Platform


FROGTUMMY IS AN EXCITING & INNOVATIVE ECOSYSTEM.

Our suite of school software products are fully integrated to work seamlessly
together.

The Frogtummy suite includes Website Design + Brand, CMS, Lottery, Sales
Funnels, Email/Text, eCommerce and Carpool.



Learn More

A PLATINUM STEM CHARTER SCHOOL

We are a Platinum STEM school, which is the highest designation for a STEM
program in the state of Utah.

Learn More

THE ONLY INTERNATIONAL BACCALAUREATE (IB) MIDDLE SCHOOL IN UTAH

Helping children become active, caring, lifelong learners who respect themselves
and others.

Learn More

OUR MULTICULTURAL MURAL

Our mural represents unity and diversity to all that pass.

Learn More

UNIVERSAL GIFTED & TALENTED SCREENINGS

The first school in Utah to offer universal screenings in grades 2-8 for gifted
and talented students.

Learn More
Icon

Spanish begins in Kindergart'n

Icon

Rated "A" School – USBE

Icon

Niche-rated Top 10 School

Icon

Dozens of Electives

Icon

Small classes with 23:1 ratio

Icon

Only IB middle school in Utah

Icon

Cubonic

--------------------------------------------------------------------------------

myLottery was thoughtfully designed in partnership with the leading charter
school lottery expert in Utah.

Easily update your website – 24/7!

myLottery was thoughtfully designed in partnership with the leading charter
school lottery expert in Utah.

Easily update your website – 24/7!




FAQ

Read below for answers to common questions about Frogtummy Academy! If you have
further questions, email us!


WHAT COMES IN THE FROGTUMMY SUITE?


faq icon

Lorem ipsum dolor sit amet.

Lorem ipsum


CAN YOU REALLY INSTALL MYLOTTERY IN ONE DAY?


faq icon

Lorem ipsum dolor sit amet.

Lorem ipsum


WHERE DID THE NAME "FROGTUMMY" COME FROM?


faq icon

Lorem ipsum dolor sit amet.

Lorem ipsum


HOW DO I SCHEDULE A DEMO?


faq icon

Lorem ipsum dolor sit amet.

Lorem ipsum


WE ENCOURAGE YOU TO ATTEND AN OPEN HOUSE! WE CANNOT WAIT TO MEET YOU!

Attend an Open House Enroll Now

We make schools look good.

Address

123 Main Street
Salt Lake City, UT - 88888

Contact

info@frogtummy.com
Phone - (801) 709-1069
Fax - (801) 555-5555

Apply Now
Contact Us

2024 © Frogtummy. All rights reserved
Log in Log out
Website by Frogtummy
Back to Top
Search Icon

YOUR CART


Subtotal $0
Discount $0
Total $0
Checkout