rapidchow.rdslogic.com Open in urlscan Pro
35.174.110.134  Public Scan

URL: https://rapidchow.rdslogic.com/
Submission: On January 25 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

<form id="oauth_form">
  <input type="hidden" name="oauth_login_form_submit" value="true">
  <input type="hidden" name="source" id="oauth_source">
  <input type="hidden" name="token" id="oauth_token">
</form>

<form id="login_form">
  <div class="form-group modal_login_form">
    <input type="text" class="form-control modal_login_email" name="login_email" id="login_email" placeholder="Email" value="">
  </div>
  <div class="form-group modal_login_form">
    <input type="password" class="form-control modal_login_pass" name="login_password" id="login_password" placeholder="Password">
  </div>
  <div class="row">
    <!--
							<div class="col-md-6 pull-right">
								<a class="modal_forgot">Forgot Password?</a>
							</div>
-->
    <div class="col-md-6">
      <a href="https://rapidchow.rdslogic.com/register" class="">Create an Account</a>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <input type="hidden" name="login_form_submit" value="true">
      <a href="/login/reset" style="display: inline-block; margin-top: -22px; margin-bottom: 25px;" class="pull-right">Forgot Password?</a>
      <button class="btn btn-login btn-lg btn-primary" id="login_form_submit">Log In</button>
      <p class="login_agree">By Logging In I Agree To The<a href="/privacy"> Privacy Policy</a>.</p>
    </div>
  </div>
</form>

POST

<form method="POST" id="order_type_panel_form" class="order_type_panel_form">
  <div class="error_container">
    <div id="where-restaurant-error" class="delivery-settings-errors">This restaurant is not available for this address. Change address or click below to view available restaurants.</div>
    <div id="where-rds-error" class="delivery-settings-errors">We're sorry, but the address you entered is outside of our service area.</div>
    <div id="where-nonexisting-error" class="delivery-settings-errors">We're sorry, but we are unable to find the address you entered. Please ensure that you have entered it accurately.</div>
    <div id="no-restaurant-error" class="delivery-settings-errors">We're sorry, these restaurants are not available during the time selected but are available for future ordering.</div>
    <div id="zero-restaurant-error" class="delivery-settings-errors">We're sorry, but there are currently no restaurants available for your address.</div>
    <div id="enter-your-address-error" class="delivery-settings-errors">Enter address to search</div>
  </div>
  <div class="row">
    <div class="form-group col-xs-12" id="order_type_options">
      <input type="hidden" id="order_type" name="ORDER_WHEN[type]" value="DELIVERY">
      <div class="col-md-12" id="order_type_selector">
        <div class="row">
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form method="POST" id="where_panel--address_form" class="address-autocomplete">
  <div id="time_and_location_content">
  </div>
  <div class="row" id="enter_address_modal">
    <div class="col-sm-12">
      <div class="form-group address">
        <label for="address">Enter Your Street Address</label>
        <a id="find-me-button" class="btn-primary"><i class="fa fa-location-arrow"></i></a>
        <input type="search" name="address" value="" id="address" class="address form-control clearable" placeholder="Street Address" autocomplete="off"><a class="clearlink fa fa-times-circle" href="javascript:" title="Click to clear"></a>
      </div>
    </div>
    <div class="col-sm-6 zip-code hidden">
      <div class="form-group">
        <label for="zip_code">ZIP Code</label>
        <input type="text" name="zip_code" value="" id="zip_code" class="zip_code form-control" placeholder="ZIP Code">
      </div>
    </div>
    <input type="hidden" id="city">
    <input type="hidden" id="state">
  </div>
  <div class="row">
    <div class="col-md-12">
      <button type="submit" class="btn btn-primary btn-block" name="set_temp_address" value="true">Save</button>
    </div>
  </div>
</form>

POST

<form method="POST" id="when_panel_form" class="when_panel_form">
  <div class="row" id="when_panel_fields">
    <div class="col-md-12">
      <div class="row">
        <div class="form-group col-md-6 col-xs-12">
          <label for="order_date_modal" class="modal-label">Select Date &amp; Time</label>
          <!--<label for="order_date_modal" class="sidebar-label">Date</label>-->
          <div class="input-group date">
            <input type="text" name="ORDER_WHEN[date]" value="" readonly="readonly" id="order_date_modal" class="form-control order_date">
            <div class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span></div>
          </div>
        </div>
        <div class="form-group col-md-6 col-xs-12">
          <div id="when-restaurant-first-avail" class="delivery-settings-errors" style="margin-bottom: 5px;"> First Available Time: </div>
          <label for="order_time_modal" class="modal-label common-time">&nbsp;</label>
          <!--<label for="order_time_modal" class="sidebar-label">Time</label>-->
          <div class="input-group time">
            <select name="ORDER_WHEN[time]" id="order_time_modal" class="form-control order_time">
              <option value="UNAVAILABLE">Unavailable</option>
            </select>
            <div class="input-group-addon"><label for="order_time_modal"><i class="fa fa-clock-o"></i></label></div>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-xs-12 hidden">
          <p>
            <small class="text-danger" style="font-style: italic;"> Switching your order time may remove some items from your order if the item is not available for your selected time. </small>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST /order

<form action="/order" class="address-form address-autocomplete center-block" id="address_form" method="post">
  <input type="hidden" name="zip_code" class="zip_code" id="zip_code"> <input type="hidden" id="city"> <input type="hidden" id="state"> <input type="hidden" name="set_temp_address" value="true"> <input type="hidden" name="order_type"
    value="DELIVERY">
  <div class="inner-wrapper-form clearfix">
    <div class="search-input-wrapper"><!-- <div data-toggle="tooltip" class="tooltip-link find_tooltip" data-original-title="Find My Location">
              <div id="find-me-button" class="find_me"></div>
            </div>--> <input type="text" name="address" id="address" class="homepage_address address form-control" placeholder="Enter delivery address" autocomplete="off"></div>
    <button class="searchbutton" id="search-restaurants" type="submit"><img src="/editable/images/user/image/submit-arrow.png" alt=""></button>
    <div id="error_info" class="hidden"></div>
  </div>
</form>

Text Content

  SHOPPING CART

100% Complete





LOGIN OR CONTINUE


CREATE ACCOUNT

 * Log In
 * Create Account

Facebook
Google

or



Create an Account
Forgot Password? Log In

By Logging In I Agree To The Privacy Policy.

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



ORDER SETTINGS

This restaurant is not available for this address. Change address or click below
to view available restaurants.
We're sorry, but the address you entered is outside of our service area.
We're sorry, but we are unable to find the address you entered. Please ensure
that you have entered it accurately.
This restaurant is not available for this address. Change address or click below
to view available restaurants.
We're sorry, but the address you entered is outside of our service area.
We're sorry, but we are unable to find the address you entered. Please ensure
that you have entered it accurately.
We're sorry, these restaurants are not available during the time selected but
are available for future ordering.
We're sorry, but there are currently no restaurants available for your address.
Enter address to search


Please enter your full address so that we can be sure this restaurant is
available to you.

Enter Your Street Address
ZIP Code
Save
This restaurant is currently not available for ASAP ordering or is unavailable
at your selected time. Please see the available ordering hours below. To
schedule a future order, please select a date and time. If there are still times
available today then the earliest has already been selected for you.
Please select an available date & time below.
Although this restaurant is open during your selected date & time, it is outside
of our delivery service hours. Please select a different delivery date & time to
proceed.
This location requires you to place your order at least in advance.
You must select a time before proceeding.
Select Date & Time

First Available Time:
 
Unavailable


Switching your order time may remove some items from your order if the item is
not available for your selected time.

Log In Save View available restaurants



E-STORE


No Thanks
Checkout

RESTAURANT MENU'S





 * Order History
 * Profile
 * Addresses
 * Credit Cards
 * Group Ordering
 * Rewards Marketplace
 * Rewards History
 * Contact Us
 * Logout

Login / Register
Home
About Us
Contact Us
Group Orders
Hotel Orders
Places
Gift Certificate
My Account
Privacy Policy


Track
Login

0

Shopping Cart

Restaurants

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

Login / Register


0


Login

Places


DELIVERY IN RAPID TIME





THE BEST
RESTAURANTS

We've teamed up with your favorite local restaurants so you'll always find
something that hits the spot.

VIEW RESTAURANTS


PLACES
 

Quick and easy ordering to hotspots around town. Select your place, share the
link with friends or colleagues and order now.

PLACES


FRIENDLY
SUPPORT

The two things we understand best in this world - Food delivery and hungry
customers.

CUSTOMER SUPPORT


OWN A RESTAURANT?

We deliver new customers, and a steady stream of incremental sales straight to
your bottomline.

GET STARTED


READY TO ROLL?

Drivers at RapidChow choose when they work, get paid daily, and keep 100% of
their tips

GET STARTED

ACCOUNT

 * Login
 * My Account

NAVIGATE

 * About Us
 * Contact Us
 * Corporate

USEFUL LINKS

 * Gift Certificates
 * Catering
 * Rewards

PARTNER UP

 * Driver Jobs
 * Restaurant Owners
   

CONNECT

 * 573-279-0883
 * Facebook
 * Twitter
 * Instagram

BROWSE BY CITY

 * Jefferson
 * Columbia
 * Wentzville

BROWSE BY CUISINE

 * American
 * Breakfast
 * Brewery
 * Chinese
 * Jamaican
 * Mexican
 * Thai
 * Smoothies

 * Deli
 * Fast Food
 * Italian
 * Ice Cream
 * Steakhouse
 * Sushi
 * Seafood
 * Pizza

BROWSE BY RESTAURANT



© 2020 RAPID CHOW LLC ALL RIGHTS RESERVED

A partner of DeliverLogic's Instant Delivery Network. Delivery Software by
DeliverLogic.

 * Privacy Policy
 * FAQs

ACCOUNT VERIFICATION

PLEASE CONFIRM OR UPDATE YOUR NUMBER SO WE CAN VERIFY YOUR ACCOUNT.


Phone Number
Ext.

Save and Verify by Text Save and Verify by Call




Please enter the code:

Confirm

If you did not receive a code, you can send a new one above.