ridewithgps.com Open in urlscan Pro
2001:470:1:37f::100  Public Scan

Submitted URL: https://rgps.aplcycling.club/
Effective URL: https://ridewithgps.com/organizations/7749-apl-cycling-club/home
Submission: On June 13 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /organizations/7749-apl-cycling-club/simple_events

<form id="new-event-form" class="form-horizontal" action="/organizations/7749-apl-cycling-club/simple_events" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="nfuPxRAxKATh5nJU_08K9a27uUuuEHQBxccVbe1vhLi-2PAFLE2QtgEUmROfx5C0DsdZG5jlEDRtMWBu6jmonw" autocomplete="off">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button class="close" data-dismiss="modal" type="button">×</button>
        <h4 class="modal-title">New simple event</h4>
      </div>
      <div class="modal-body">
        <div class="form-group">
          <label class="control-label col-md-3">Name</label>
          <div class="col-md-8">
            <input class="form-control" type="text" name="simple_event[name]" id="simple_event_name">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-md-3">When</label>
          <div class="col-md-8">
            <input class="form-control datepicker event_start_date hasDatepicker" type="text" name="simple_event[start_date]" id="simple_event_start_date"><img class="ui-datepicker-trigger" src="/images/led-icons/calendar_1.png" alt="..."
              title="...">
            <input value="8:00am" class="form-control" type="text" name="simple_event[start_time]" id="simple_event_start_time">
          </div>
          <div class="col-md-offset-3 col-md-8">
            <div style="margin-top: 5px;">
              <label>
                <input name="simple_event[all_day]" type="hidden" value="0" autocomplete="off"><input class="all_day" type="checkbox" value="1" checked="checked" name="simple_event[all_day]" id="simple_event_all_day"> All day </label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-md-3">Who can see this?</label>
          <div class="col-md-8">
            <select class="form-control inline" name="simple_event[visibility]" id="simple_event_visibility">
              <option value="0">Anyone, it's public</option>
              <option value="2">Members </option>
              <option value="1">Route managers</option>
            </select>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-md-3">Description</label>
          <div class="col-md-8">
            <textarea class="form-control" rows="4" name="simple_event[description]" id="simple_event_description"></textarea>
          </div>
        </div>
      </div>
      <div class="modal-footer">
        <button class="btn btn-link" data-dismiss="modal" type="button">Cancel</button>
        <button class="btn btn-primary save-event" type="submit">Save</button>
      </div>
    </div>
  </div>
</form>

POST /events

<form class="form-horizontal" id="simple-event-form" action="/events" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="i7zY_Skj3RS9wWh98GhEK6WZ0NKjBu5cg2pbjWdBunmon6c9FV9lpl0zgzqQ4N5qBuUwgpXzimkrnC6OYBeWXg"
    autocomplete="off">
  <div class="modal-body">
    <input autocomplete="off" type="hidden" value="" name="event[route_ids]" id="event_route_ids">
    <p class="route-names" style="padding-left: 15px;"></p>
    <div class="form-group">
      <label class="control-label col-md-3">Name</label>
      <div class="col-md-8">
        <input class="form-control" type="text" value="" name="event[name]" id="event_name">
      </div>
    </div>
    <div class="form-group">
      <label class="control-label col-md-3">Starts</label>
      <div class="col-md-8">
        <input class="datepicker form-control event_start_date hasDatepicker" name="event[start_date]" type="text" id="dp1718237882823"><img class="ui-datepicker-trigger" src="/images/led-icons/calendar_1.png" alt="..." title="...">
        <input class="form-control hide" id="event_start_time" name="event[start_time]" type="text" value="8:00am">
      </div>
    </div>
    <div class="form-group">
      <label class="control-label col-md-3">Ends</label>
      <div class="col-md-8">
        <input class="datepicker form-control event_end_date hasDatepicker" name="event[end_date]" type="text" id="dp1718237882824"><img class="ui-datepicker-trigger" src="/images/led-icons/calendar_1.png" alt="..." title="...">
        <input class="form-control hide" id="event_end_time" name="event[end_time]" type="text" value="6:00pm">
      </div>
      <div class="col-md-offset-3 col-md-8">
        <div style="margin-top: 5px;">
          <label>
            <input name="event[all_day]" type="hidden" value="0" autocomplete="off"><input class="all_day" type="checkbox" value="1" checked="checked" name="event[all_day]" id="event_all_day"> All day </label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="col-md-offset-3 col-md-8">
        <label>
          <input name="auto_expire_participants" type="hidden" value="0">
          <input class="auto_expire_participants" name="auto_expire_participants" type="checkbox" value="1"> Automatically remove participants </label>
      </div>
    </div>
    <div class="hide" id="participant_duration_options">
      <div class="form-group">
        <div class="col-md-offset-3 col-md-8">
          <label style="display: inline">Once RSVP'd, remove participants after</label>
          <select class="form-control" style="width: auto; display: inline" name="event[participant_duration]" id="event_participant_duration">
            <option value="14">2 weeks</option>
            <option value="30">30 days</option>
            <option value="60">60 days</option>
          </select>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="col-md-offset-3 col-md-8">
        <label>
          <input name="event[request_email]" type="hidden" value="0" autocomplete="off"><input class="request_email" type="checkbox" value="1" name="event[request_email]" id="event_request_email"> Require name and email from participants </label>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label col-md-3">Who can see this?</label>
      <div class="col-md-8">
        <select class="form-control" name="event[visibility]" id="event_visibility">
          <option value="0">Anyone, it's public</option>
          <option value="2">Members </option>
          <option value="1">Route managers</option>
        </select>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn btn-link" data-dismiss="modal" type="button">Cancel</button>
    <button class="btn btn-primary save-event" type="submit">Save</button>
  </div>
</form>

POST /organizations/7749-apl-cycling-club/club_messages

<form class="new_club_message" id="new_club_message" style="margin: 0;" action="/organizations/7749-apl-cycling-club/club_messages" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="ZhlHOsDpEc5i3y1luMX_442wTv4Nnev_qKptAtaHXf1FOjj6_JWpfIItxiLYTWWiLsyurjtoj8oAXBgB0dFx2g" autocomplete="off">
  <div class="modal-body">
    <div class="form-group">
      <label for="club_message_Message body:">Message body:</label>
      <textarea class="form-control" name="club_message[content]" id="club_message_content"></textarea>
    </div>
    <div class="form-group">
      <label for="club_message_Who can see this">Who can see this?</label>
      <select class="form-control" name="club_message[visibility]">
        <option selected="selected" value="0">Anyone, it's public</option>
        <option value="2">Members </option>
      </select>
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn btn-primary" id="submitComment" type="submit">Save</button>
    <button class="btn btn-link" data-dismiss="modal" type="button">Cancel</button>
  </div>
</form>

POST https://ridewithgps.com/users

<form class="signup_form form-horizontal" id="new_user" autocomplete="off" action="https://ridewithgps.com/users" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="BvslVo5K5hV269c23GuhZIDqrPpYVDKvdBu_wVRfbV8l2FqWsjZep5YZPHG84zslI5ZMqm6hVprc7crCUwlBeA" autocomplete="off"><input name="redirect" type="hidden">
  <div class="form-group">
    <label class="control-label col-sm-3">Name</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" name="user[display_name]" id="user_display_name">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-sm-3">E-Mail Adresse</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" value="" name="user[email]" id="user_email">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-sm-3">Bestätigung der E-Mail Adresse</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" name="user[email_confirmation]" id="user_email_confirmation">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-sm-3">Passwort</label>
    <div class="col-sm-4">
      <input class="form-control" type="password" name="user[password]" id="user_password">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12">
      <div class="checkbox">
        <label>
          <input name="user[email_on_update]" type="hidden" value="0" autocomplete="off"><input type="checkbox" value="1" name="user[email_on_update]" id="user_email_on_update"> Dürfen wir Ihnen E-Mail-Benachrichtigungen über wichtige
          Aktualisierungen und Verbesserungen der Website schicken? </label>
      </div>
    </div>
  </div>
  <p>
    <button class="btn btn-default" id="signup-submit-button" type="submit">Sign up</button>
    <small> &nbsp;&nbsp; Durch Ihre Registrierung stimmen Sie unseren <a href="/terms" target="_blank">Nutzungsbedingungen</a> zu. </small>
  </p>
</form>

POST /share

<form action="/share" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="0XEx6jsXqb01zbj3HvQHihUInUN2bq45A0I7fSbPcQ_yUk4qB2sRD9U_U7B-fJ3LtnR9E0CbygyrtE5-IZldKA" autocomplete="off">
  <div class="modal-header">
    <button class="close" data-dismiss="modal" type="button">×</button>
    <h4 class="modal-title">Share via email</h4>
  </div>
  <div class="modal-body">
    <input class="share_email_asset_type" name="share[model]" type="hidden">
    <input class="share_email_asset_id" name="share[id]" type="hidden">
    <input class="share_email_asset_url" name="share[url]" type="hidden">
    <label class="control-label">Email address to share with</label>
    <input class="form-control share_email" name="share[email]" type="text">
  </div>
  <div class="modal-footer">
    <a class="btn btn-link" data-dismiss="modal" href="#">Abbrechen</a>
    <button class="btn btn-primary" type="submit">Senden</button>
  </div>
</form>

Text Content

FunktionenUpgradeRoutenplanerOrganisationenEntdecken
Geschichten
Deutsch
Anmelden
Registrieren
Registrieren
APL Cycling Club
https://aplcycling.club
 * Startseite
 * Ereignisse
 * Routenkarten-Ansicht
 * Routenbibliothek
 * Herausforderungen
 * Mehr

Beitritt beantragen
RIDE WITH GPS CLUB ACCOUNT

Welcome to the Ride with GPS Club Account. This is our central repository of
routes and weekly events.
ALL ACTIVE CLUB MEMBERS HAVE ACCESS TO PREMIUM NAVIGATION FEATURES ON ALL CLUB
ROUTES AND EVENTS:

 * Voice Navigation in our mobile app
 * Offline Maps in our mobile app
 * PDF Maps + Cuesheets
 * Advanced Turn Notifications with TCX files
 * Estimated time
 * Club Account Member Benefits Page

ALL ROUTE AND MEMBER MANAGERS HAVE ACCESS TO FEATURES ONLY FOUND ON THE CLUB
ACCOUNT:

 * Advanced Route Planning Feature
 * Route Changelog with edit history
 * Club Account Route Backups
 * Member list filtering & sorting
 * Club member list CSV export
 * Added ability to add routes to events with filtering and sorting options
 * Add Club logo to PDF Map and Cuesheet
 * Club Account Manager Page

CONTACT CLUBS@RIDEWITHGPS.COM WITH ANY QUESTIONS

Contact us
APL Cycling Club
aplcyclingclub@gmail.com


×

CHOOSE EVENT TYPE

Simple event

Appears on the calendar but you will not be able to add routes to this event.

Event with routes

Attach routes and members can RSVP.

Cancel
×

NEW SIMPLE EVENT

Name

When

All day
Who can see this?
Anyone, it's public Members Route managers
Description

Cancel Save
×

EVENT WITH ROUTES

Name

Starts

Ends

All day
Automatically remove participants
Once RSVP'd, remove participants after 2 weeks 30 days 60 days
Require name and email from participants
Who can see this?
Anyone, it's public Members Route managers
Cancel Save
×

INVITE MEMBERS

Use the link below to invite members to your Ride with GPS club page. This will
give them access to paid features along with members-only content.

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

https://ridewithgps.com/auto_approve/Club/7749/SvsfMHACNCLwm1DkDyHNPmIgrU3zSbcT

Anyone who clicks this link will be added to your club and automatically
approved. If you need to disable this link, click here.

Close
×

POST MESSAGE

Message body:
Who can see this? Anyone, it's public Members
Save Cancel




Close

Close
Get Inspired, Not Lost. © 2024 Ride with GPS. Nutzungsbedingungen
Datenschutzrichtlinie
 * App für Mobilgeräte
 * Mobiler Routenplaner
 * Webroutenplaner
 * Integrationen

 * Organisationen
 * Experiences
 * Radsportclubs
 * Radsportevents
 * Regionen

 * Über uns
 * Globale Botschafter
 * Daten
 * Kontakt
 * Hilfecenter

 * Facebook
 * Twitter
 * Instagram
 * YouTube

×

Anmelden

REGISTRIEREN

Erzählen Sie uns ein wenig über sich selbst

Name

E-Mail Adresse

Bestätigung der E-Mail Adresse

Passwort

Dürfen wir Ihnen E-Mail-Benachrichtigungen über wichtige Aktualisierungen und
Verbesserungen der Website schicken?

Sign up    Durch Ihre Registrierung stimmen Sie unseren Nutzungsbedingungen zu.


×

SHARE LINK

Copy the link here:
Schließen
×

SHARE VIA EMAIL

Email address to share with
Abbrechen Senden
×

EMBEDDED WIDGET

Copy the HTML code here
Schließen

Schließen

Abbrechen OK


GET THE RIDE WITH GPS MOBILE APP!

Rock solid GPS logging, helpful navigation, live logging and more are all
available when you install our app.





Don't Ask Again Remind Me Later