www.secureparking.com.au Open in urlscan Pro
13.107.246.70  Public Scan

Submitted URL: https://www.secureparking.com.au/en-au/car-parks/australia/western-australia/fremantle/fremantle-city/queensgate-car-park
Effective URL: https://www.secureparking.com.au/en-au/car-parks/australia/wa/fomo-fremantle-car-park/
Submission: On June 14 via api from US — Scanned from AU

Form analysis 4 forms found in the DOM

<form class="account-form">
  <div class="account-form__item">
    <label for="firstName" class="required">First name</label>
    <input type="text" id="firstName" name="firstName" placeholder="Frank" autocomplete="given-name">
    <span class="error" data-error-for="firstName"></span>
  </div>
  <div class="account-form__item">
    <label for="lastName" class="required">Last name</label>
    <input type="text" id="lastName" name="lastName" placeholder="Smith" autocomplete="family-name">
    <span class="error" data-error-for="lastName"></span>
  </div>
  <div class="account-form__item">
    <label for="email" class="required">Email address</label>
    <input type="email" id="email" name="email" placeholder="frankie@gmail.com" autocomplete="email">
    <span class="error" data-error-for="email"></span>
  </div>
  <div class="account-form__item">
    <label for="mobileNumber" class="required">Mobile number</label>
    <input type="text" id="mobileNumber" name="mobileNumber" placeholder="0401 234 567" autocomplete="tel">
    <span class="error" data-error-for="mobileNumber"></span>
  </div>
  <div class="account-form__item">
    <label for="countries" class="required">Country</label>
    <select name="countries" id="countries" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="Australia">Australia</option>
      <option value="NewZealand">New Zealand</option>
    </select>
    <span class="error" data-error-for="countries"></span>
  </div>
  <div class="hidden" name="statesDiv" id="statesDiv">
    <label class="required" for="states">State</label>
    <select name="states" id="states" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="NSW">NSW</option>
      <option value="VIC">VIC</option>
      <option value="QLD">QLD</option>
      <option value="SA">SA</option>
      <option value="WA">WA</option>
      <option value="NT">NT</option>
      <option value="ACT">ACT</option>
      <option value="TAS">TAS</option>
    </select>
    <span class="error" data-error-for="states"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine1">Address Line 1</label>
    <input type="text" id="addressLine1" name="addressLine1" placeholder="Address" autocomplete="address-line1">
    <span class="error" data-error-for="addressLine1"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine2">Address Line 2</label>
    <input type="text" id="addressLine2" name="addressLine2" placeholder="Address" autocomplete="address-line2">
    <span class="error" data-error-for="addressLine2"></span>
  </div>
  <div class="account-form__item">
    <label for="city">Suburb/City</label>
    <input type="text" id="city" name="city" placeholder="Suburb/City" autocomplete="city">
    <span class="error" data-error-for="city"></span>
  </div>
  <div class="account-form__item">
    <label for="postCode">Postcode</label>
    <input type="text" id="postCode" name="postCode" placeholder="Postcode" autocomplete="postal-code">
    <span class="error" data-error-for="postCode"></span>
  </div>
  <div class="account-form__item">
    <label for="licenseNumber" class="required">License Plate Number</label>
    <input type="text" id="licenseNumber" name="licenseNumber" placeholder="523 NL7">
    <span class="error" data-error-for="licenseNumber"></span>
  </div>
  <div class="checkboxes-group">
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am 18+ and agree to the <a href="/en-au/about/stuff-to-know/">terms and conditions</a>
        <input id="terms" type="checkbox" name="terms">
        <span class="checkmark"></span>
      </label>
      <span class="error" data-error-for="terms"></span>
    </div>
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am happy to receive deals, discounts and other marketing and event related information. You can unsubscribe at any time by opting out in Account Preferences <input id="offers" type="checkbox" name="offers">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div class="account-form__loader-wrapper">
    <div class="lds-ripple loader" style="display: none;">
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="account-form__booking-wrapper">
    <div class="car-park-detail__book">
      <div class="wrapper">
        <button data-action="submit" class="account-form__cta disabled" type="submit"> Save Changes </button>
      </div>
    </div>
  </div>
</form>

<form class="account-form">
  <div class="account-form__item">
    <label for="firstName" class="required">First name</label>
    <input type="text" id="firstName" name="firstName" placeholder="Frank" autocomplete="given-name">
    <span class="error" data-error-for="firstName"></span>
  </div>
  <div class="account-form__item">
    <label for="lastName" class="required">Last name</label>
    <input type="text" id="lastName" name="lastName" placeholder="Smith" autocomplete="family-name">
    <span class="error" data-error-for="lastName"></span>
  </div>
  <div class="account-form__item">
    <label for="email" class="required">Email address</label>
    <input type="email" id="email" name="email" placeholder="frankie@gmail.com" autocomplete="email">
    <span class="error" data-error-for="email"></span>
  </div>
  <div class="account-form__item">
    <label for="mobileNumber" class="required">Mobile number</label>
    <input type="text" id="mobileNumber" name="mobileNumber" placeholder="0401 234 567" autocomplete="tel">
    <span class="error" data-error-for="mobileNumber"></span>
  </div>
  <div class="account-form__item">
    <label for="countries" class="required">Country</label>
    <select name="countries" id="countries" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="Australia">Australia</option>
      <option value="NewZealand">New Zealand</option>
    </select>
    <span class="error" data-error-for="countries"></span>
  </div>
  <div class="hidden" name="statesDiv" id="statesDiv">
    <label class="required" for="states">State</label>
    <select name="states" id="states" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="NSW">NSW</option>
      <option value="VIC">VIC</option>
      <option value="QLD">QLD</option>
      <option value="SA">SA</option>
      <option value="WA">WA</option>
      <option value="NT">NT</option>
      <option value="ACT">ACT</option>
      <option value="TAS">TAS</option>
    </select>
    <span class="error" data-error-for="states"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine1">Address Line 1</label>
    <input type="text" id="addressLine1" name="addressLine1" placeholder="Address" autocomplete="address-line1">
    <span class="error" data-error-for="addressLine1"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine2">Address Line 2</label>
    <input type="text" id="addressLine2" name="addressLine2" placeholder="Address" autocomplete="address-line2">
    <span class="error" data-error-for="addressLine2"></span>
  </div>
  <div class="account-form__item">
    <label for="city">Suburb/City</label>
    <input type="text" id="city" name="city" placeholder="Suburb/City" autocomplete="city">
    <span class="error" data-error-for="city"></span>
  </div>
  <div class="account-form__item">
    <label for="postCode">Postcode</label>
    <input type="text" id="postCode" name="postCode" placeholder="Postcode" autocomplete="postal-code">
    <span class="error" data-error-for="postCode"></span>
  </div>
  <div class="account-form__item">
    <label for="licenseNumber" class="required">License Plate Number</label>
    <input type="text" id="licenseNumber" name="licenseNumber" placeholder="523 NL7">
    <span class="error" data-error-for="licenseNumber"></span>
  </div>
  <div class="checkboxes-group">
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am 18+ and agree to the <a href="/en-au/about/stuff-to-know/">terms and conditions</a>
        <input id="terms" type="checkbox" name="terms">
        <span class="checkmark"></span>
      </label>
      <span class="error" data-error-for="terms"></span>
    </div>
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am happy to receive deals, discounts and other marketing and event related information. You can unsubscribe at any time by opting out in Account Preferences <input id="offers" type="checkbox" name="offers">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div class="account-form__loader-wrapper">
    <div class="lds-ripple loader" style="display: none;">
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="account-form__booking-wrapper">
    <div class="car-park-detail__book">
      <div class="wrapper">
        <button data-action="submit" class="account-form__cta disabled" type="submit"> Save Changes </button>
      </div>
    </div>
  </div>
</form>

<form class="account-form">
  <div class="account-form__item">
    <label for="firstName" class="required">First name</label>
    <input type="text" id="firstName" name="firstName" placeholder="Frank" autocomplete="given-name">
    <span class="error" data-error-for="firstName"></span>
  </div>
  <div class="account-form__item">
    <label for="lastName" class="required">Last name</label>
    <input type="text" id="lastName" name="lastName" placeholder="Smith" autocomplete="family-name">
    <span class="error" data-error-for="lastName"></span>
  </div>
  <div class="account-form__item">
    <label for="email" class="required">Email address</label>
    <input type="email" id="email" name="email" placeholder="frankie@gmail.com" autocomplete="email">
    <span class="error" data-error-for="email"></span>
  </div>
  <div class="account-form__item">
    <label for="mobileNumber" class="required">Mobile number</label>
    <input type="text" id="mobileNumber" name="mobileNumber" placeholder="0401 234 567" autocomplete="tel">
    <span class="error" data-error-for="mobileNumber"></span>
  </div>
  <div class="account-form__item">
    <label for="countries" class="required">Country</label>
    <select name="countries" id="countries" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="Australia">Australia</option>
      <option value="NewZealand">New Zealand</option>
    </select>
    <span class="error" data-error-for="countries"></span>
  </div>
  <div class="hidden" name="statesDiv" id="statesDiv">
    <label class="required" for="states">State</label>
    <select name="states" id="states" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="NSW">NSW</option>
      <option value="VIC">VIC</option>
      <option value="QLD">QLD</option>
      <option value="SA">SA</option>
      <option value="WA">WA</option>
      <option value="NT">NT</option>
      <option value="ACT">ACT</option>
      <option value="TAS">TAS</option>
    </select>
    <span class="error" data-error-for="states"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine1">Address Line 1</label>
    <input type="text" id="addressLine1" name="addressLine1" placeholder="Address" autocomplete="address-line1">
    <span class="error" data-error-for="addressLine1"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine2">Address Line 2</label>
    <input type="text" id="addressLine2" name="addressLine2" placeholder="Address" autocomplete="address-line2">
    <span class="error" data-error-for="addressLine2"></span>
  </div>
  <div class="account-form__item">
    <label for="city">Suburb/City</label>
    <input type="text" id="city" name="city" placeholder="Suburb/City" autocomplete="city">
    <span class="error" data-error-for="city"></span>
  </div>
  <div class="account-form__item">
    <label for="postCode">Postcode</label>
    <input type="text" id="postCode" name="postCode" placeholder="Postcode" autocomplete="postal-code">
    <span class="error" data-error-for="postCode"></span>
  </div>
  <div class="account-form__item">
    <label for="licenseNumber" class="required">License Plate Number</label>
    <input type="text" id="licenseNumber" name="licenseNumber" placeholder="523 NL7">
    <span class="error" data-error-for="licenseNumber"></span>
  </div>
  <div class="checkboxes-group">
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am 18+ and agree to the <a href="/en-au/about/stuff-to-know/">terms and conditions</a>
        <input id="terms" type="checkbox" name="terms">
        <span class="checkmark"></span>
      </label>
      <span class="error" data-error-for="terms"></span>
    </div>
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am happy to receive deals, discounts and other marketing and event related information. You can unsubscribe at any time by opting out in Account Preferences <input id="offers" type="checkbox" name="offers">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div class="account-form__loader-wrapper">
    <div class="lds-ripple loader" style="display: none;">
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="account-form__booking-wrapper">
    <div class="car-park-detail__book">
      <div class="wrapper">
        <button data-action="submit" class="account-form__cta disabled" type="submit"> Save Changes </button>
      </div>
    </div>
  </div>
</form>

<form class="account-form">
  <div class="account-form__item">
    <label for="firstName" class="required">First name</label>
    <input type="text" id="firstName" name="firstName" placeholder="Frank" autocomplete="given-name">
    <span class="error" data-error-for="firstName"></span>
  </div>
  <div class="account-form__item">
    <label for="lastName" class="required">Last name</label>
    <input type="text" id="lastName" name="lastName" placeholder="Smith" autocomplete="family-name">
    <span class="error" data-error-for="lastName"></span>
  </div>
  <div class="account-form__item">
    <label for="email" class="required">Email address</label>
    <input type="email" id="email" name="email" placeholder="frankie@gmail.com" autocomplete="email">
    <span class="error" data-error-for="email"></span>
  </div>
  <div class="account-form__item">
    <label for="mobileNumber" class="required">Mobile number</label>
    <input type="text" id="mobileNumber" name="mobileNumber" placeholder="0401 234 567" autocomplete="tel">
    <span class="error" data-error-for="mobileNumber"></span>
  </div>
  <div class="account-form__item">
    <label for="countries" class="required">Country</label>
    <select name="countries" id="countries" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="Australia">Australia</option>
      <option value="NewZealand">New Zealand</option>
    </select>
    <span class="error" data-error-for="countries"></span>
  </div>
  <div class="hidden" name="statesDiv" id="statesDiv">
    <label class="required" for="states">State</label>
    <select name="states" id="states" class="empty">
      <option value="" disabled="" selected="" hidden="">Select</option>
      <option value="NSW">NSW</option>
      <option value="VIC">VIC</option>
      <option value="QLD">QLD</option>
      <option value="SA">SA</option>
      <option value="WA">WA</option>
      <option value="NT">NT</option>
      <option value="ACT">ACT</option>
      <option value="TAS">TAS</option>
    </select>
    <span class="error" data-error-for="states"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine1">Address Line 1</label>
    <input type="text" id="addressLine1" name="addressLine1" placeholder="Address" autocomplete="address-line1">
    <span class="error" data-error-for="addressLine1"></span>
  </div>
  <div class="account-form__item">
    <label for="addressLine2">Address Line 2</label>
    <input type="text" id="addressLine2" name="addressLine2" placeholder="Address" autocomplete="address-line2">
    <span class="error" data-error-for="addressLine2"></span>
  </div>
  <div class="account-form__item">
    <label for="city">Suburb/City</label>
    <input type="text" id="city" name="city" placeholder="Suburb/City" autocomplete="city">
    <span class="error" data-error-for="city"></span>
  </div>
  <div class="account-form__item">
    <label for="postCode">Postcode</label>
    <input type="text" id="postCode" name="postCode" placeholder="Postcode" autocomplete="postal-code">
    <span class="error" data-error-for="postCode"></span>
  </div>
  <div class="account-form__item">
    <label for="licenseNumber" class="required">License Plate Number</label>
    <input type="text" id="licenseNumber" name="licenseNumber" placeholder="523 NL7">
    <span class="error" data-error-for="licenseNumber"></span>
  </div>
  <div class="checkboxes-group">
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am 18+ and agree to the <a href="/en-au/about/stuff-to-know/">terms and conditions</a>
        <input id="terms" type="checkbox" name="terms">
        <span class="checkmark"></span>
      </label>
      <span class="error" data-error-for="terms"></span>
    </div>
    <div class="account-form__item account-form__item--checkbox">
      <label class="custom-checkbox-sp">I am happy to receive deals, discounts and other marketing and event related information. You can unsubscribe at any time by opting out in Account Preferences <input id="offers" type="checkbox" name="offers">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div class="account-form__loader-wrapper">
    <div class="lds-ripple loader" style="display: none;">
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="account-form__booking-wrapper">
    <div class="car-park-detail__book">
      <div class="wrapper">
        <button data-action="submit" class="account-form__cta disabled" type="submit"> Save Changes </button>
      </div>
    </div>
  </div>
</form>

Text Content

 * Corporate Services
 * Legal
 * Help

 * About Us
   * About Secure Parking
   * The Team
   * People and Culture
   * Employment
   * Vision, Purpose, Values
   * Corporate Services
 * Offers & Events
 * Parking Solutions
   * Early Bird Parking
   * Hourly Parking
   * Multi-Day & Overnight Parking
   * Monthly Parking
   * Flexi Parking
   * Night Parking
   * Weekend Parking
   * Advantage Parker
   * Business Portal
   * Corporate Services
 * News
 * Contact Us
   * Call or Email
   * Corporate Services

 * 
 * 
 * 
 * 
 * 



Back

Search Secure Parking

FAQ's
Offers & Events
Find a Park
Clear


Back

Find a park





CAR PARKS


Back
Back
Back
Back
Back
Back


Back


PREFERENCES

Opt-out
By setting the toggle to green you are opting-out from receiving marketing
communications from Secure Parking. This includes deals, offers and discounts.
You cannot resubscribe with the same email address after opting-out and will be
unable to receive any discounts or offers.



SEARCH FILTERS

Night Parking
Evening Parking is available at this car park

Electric Vehicle Charging
Electric Vehicle Charging is available at this car park

Event Parking
Event Parking is available at this car park

Bicycle Parking
Bicycle Parking is available at this car park

Early Bird Parking
Early Bird Parking is available at this car park

Disability Access
Disability Access is available at this car park

Shopping Nearby
There is Shopping Nearby

Valet Parking
Valet Parking is available at this car park

Motorcycle Parking
Motorcycle Parking is available at this car park

Monthly Parking
Monthly Parking is available at this car park

Advantage Parker
Advantage Parker is available at this car park

Update preferences

Back


PERSONAL DETAILS

First name
Last name
Email address
Mobile number
Country Select Australia New Zealand
State Select NSW VIC QLD SA WA NT ACT TAS
Address Line 1
Address Line 2
Suburb/City
Postcode
License Plate Number
I am 18+ and agree to the terms and conditions
I am happy to receive deals, discounts and other marketing and event related
information. You can unsubscribe at any time by opting out in Account
Preferences

Save Changes

Back

First name
Last name
Email address
Mobile number
Country Select Australia New Zealand
State Select NSW VIC QLD SA WA NT ACT TAS
Address Line 1
Address Line 2
Suburb/City
Postcode
License Plate Number
I am 18+ and agree to the terms and conditions
I am happy to receive deals, discounts and other marketing and event related
information. You can unsubscribe at any time by opting out in Account
Preferences

Save Changes


MANAGE PAYMENT METHODS


Your payment methods list is empty - add a new one below.
Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.

Add new payment method
Sign in or Register
You have reached the maximum number of cards that can be added to your profile,
if you wish to add a different card you will need to remove or edit the cards
above

Edit card
Delete card
Make default

Are you sure you want to delete this payment method?

Cancel
Confirm
Back

Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.


Account


VEHICLES

Vehicles listed here will be billed to your selected primary method.


Your vehicle list is empty - add a new one below.

Add new vehicle

Back

License plate number


Remove vehicle
Edit vehicle
Remove vehicle
Edit vehicle
Back


ADD NEW VEHICLE

Add another vehicle to your account for easier billing and lot access.

License Plate Number

Vehicle type
Sedan (1.8 metres or less)
Most small and family cars
Large 4WD (2 metres)
4WD and some Utes
Van (over 2.2 metres)
Van (over 2.2 metres)
Vehicle Nickname
Primary Vehicle
Set as your primary vehicle for fast booking

Add vehicle
Update vehicle



ACCOUNT


Register or sign in
Personal Details
Name, saved addresses, password
Vehicles
Bookings
Payment Methods
Activity Statement
Preferences


GENERAL

Help
Legal
Sign Out

Back

Back

Back


Your current booking

Enter after


Exit before


Enter after
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM
Exit before
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM



LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information


LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information

Your current booking

Enter after


Exit before


Cancel change
Confirm change
Cancel change
Cancel booking
Your current booking

Enter after


Exit before



Add gift card

Select
Apply

About your updated booking
Original Cost
Booking Fee
Surcharge blh
New cost

Total change cost
Your booking changes mean that you are entitled to a credit. A giftcard will be
created for you to use towards a future booking.
Your refund will be applied to the card that was first used to make your
booking.
Note: If using Pre-paid debit cards, where refunds are not permitted, please
contact us on 02 8000 8790 for support
Cancel change
Proceed to payment
Cancel booking now
Your current booking

Enter after


Exit before


About your updated booking
Original Cost
Booking Fee
Surcharge
New cost

Total change cost
Your booking changes mean that you are entitled to a credit. A giftcard will be
created for you to use towards a future booking.
Your refund will be applied to the card that was first used to make your
booking.
Note: If using Pre-paid debit cards, where refunds are not permitted, please
contact us on 02 8000 8790 for support



MANAGE PAYMENT METHODS


Your payment methods list is empty - add a new one below.
Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.

Add new payment method
Sign in or Register
You have reached the maximum number of cards that can be added to your profile,
if you wish to add a different card you will need to remove or edit the cards
above
Back

Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.


Cancel change
Change booking now

Cancel change
Cancel booking now
Cancel change
Cancel booking now
About your updated booking
Original Cost
Booking Fee
New cost
Surcharge
Total change cost
Your booking changes mean that you are entitled to a credit. A giftcard will be
created for you to use towards a future booking.
Your refund will be applied to the card that was first used to make your
booking.
Note: If using Pre-paid debit cards, where refunds are not permitted, please
contact us on 02 8000 8790 for support
Cancel change
Proceed to payment
Cancel booking


BOOKINGS

Upcoming
Past
No upcoming bookings found
Find a park
No past bookings found
Find a park
Create an account or sign in to book a park
Sign in or register


Cancelled



Access car park with code
PIN
Get directions
Photo
Map
Your current booking

Enter after


Exit before




IMPORTANT INFORMATION



About your booking
Bays1
Parking cost
Booking fee
Surcharge


Total
Need Help


TERMS & CONDITIONS

Click here for full term and conditions


DOWNLOAD RECEIPT

Back

Scan QR to enter


Or access with PIN

Cancel booking
Change booking
Changes to your booking at CarParkName must be made X hours before your booking
is due to start.

Back

Back

Back


CART

Remove all


Add promotional code

Finalise Details to add a Promotional Code
Apply
Remove

Add gift card

Select
Apply


Parking costamount
Booking Feeamount
Surchargeamount


Finalise Details & Pay


CART

Your cart is empty
Find a park


CART

Please log in or register to book parking
Sign in or Register


CART

There was an error fetching your cart, please try again or contact us for
assistance
Contact Us


CART

Loading...
$ERR
$ERR


EARLY BIRD

Entry and exit conditions apply, see car park for more information


EARLY BIRD

Entry and exit conditions apply, see car park for more information

Enter after
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM
Exit before
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM



LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information


LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information

Save
Cancel
$ERR
$ERR


EARLY BIRD

Entry and exit conditions apply, see car park for more information


EARLY BIRD

Entry and exit conditions apply, see car park for more information

Enter after
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM
Exit before
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM



LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information


LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information

Save
Cancel



PAYMENT



Total $ERR


TERMS & CONDITIONS

Click here for full term and conditions





MANAGE PAYMENT METHODS


Your payment methods list is empty - add a new one below.
Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.

Add new payment method
Sign in or Register
You have reached the maximum number of cards that can be added to your profile,
if you wish to add a different card you will need to remove or edit the cards
above
Back

Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.


First name
Last name
Email address
Mobile number
Country Select Australia New Zealand
State Select NSW VIC QLD SA WA NT ACT TAS
Address Line 1
Address Line 2
Suburb/City
Postcode
License Plate Number
I am 18+ and agree to the terms and conditions
I am happy to receive deals, discounts and other marketing and event related
information. You can unsubscribe at any time by opting out in Account
Preferences

Save Changes

Back

Go to Bookings


Search Term
Clear

 * About Us
   * About Us
   * About Secure Parking
   * The Team
   * People and Culture
   * Employment
   * Vision, Purpose, Values
   * Corporate Services
 * Offers & Events
 * Parking Solutions
   * Parking Solutions
   * Early Bird Parking
   * Hourly Parking
   * Multi-Day & Overnight Parking
   * Monthly Parking
   * Flexi Parking
   * Night Parking
   * Weekend Parking
   * Advantage Parker
   * Business Portal
   * Corporate Services
 * News
 * Contact Us
   * Contact Us
   * Call or Email
   * Corporate Services

 * Corporate Services
 * Legal
 * Help


Find a park

Bookings

Account

Back


CART

Remove all


Add promotional code

Finalise Details to add a Promotional Code
Apply
Remove

Add gift card

Select
Apply


Parking costamount
Booking Feeamount
Surchargeamount


Finalise Details & Pay


CART

Your cart is empty
Find a park


CART

Please log in or register to book parking
Sign in or Register


CART

There was an error fetching your cart, please try again or contact us for
assistance
Contact Us


CART

Loading...
$ERR
$ERR


EARLY BIRD

Entry and exit conditions apply, see car park for more information


EARLY BIRD

Entry and exit conditions apply, see car park for more information

Enter after
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM
Exit before
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM



LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information


LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information

Save
Cancel
$ERR
$ERR


EARLY BIRD

Entry and exit conditions apply, see car park for more information


EARLY BIRD

Entry and exit conditions apply, see car park for more information

Enter after
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM
Exit before
01
02
03
04
05
06
07
08
09
10
11
12

:
00
15
30
45

AM
PM



LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information


LEAVE NEXT DAY

Entry and exit conditions apply, see car park for more information

Save
Cancel



PAYMENT



Total $ERR


TERMS & CONDITIONS

Click here for full term and conditions





MANAGE PAYMENT METHODS


Your payment methods list is empty - add a new one below.
Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.

Add new payment method
Sign in or Register
You have reached the maximum number of cards that can be added to your profile,
if you wish to add a different card you will need to remove or edit the cards
above
Back

Note: Pre-paid debit cards should not be used as they have limitations that
include not permitting refunds.


First name
Last name
Email address
Mobile number
Country Select Australia New Zealand
State Select NSW VIC QLD SA WA NT ACT TAS
Address Line 1
Address Line 2
Suburb/City
Postcode
License Plate Number
I am 18+ and agree to the terms and conditions
I am happy to receive deals, discounts and other marketing and event related
information. You can unsubscribe at any time by opting out in Account
Preferences

Save Changes

Back

Go to Bookings



Find a car park


Main Entry - Lane 1 - Henderson Street
 * Main Entry - Lane 1 - Henderson Street
 * Main Entry - Lane 2 - Henderson Street
 * Main Exit - Lane 1 - Henderson Street
 * Main Exit - Lane 2 - Henderson Street
 * Main Exit - Lane 3 - Henderson Street

Photo
Map


FOMO, FREMANTLE CAR PARK

22 Henderson Street, Fremantle WA 6160
2.10m

This car park has had a couple of name changes this is the same car park as
'Queensgate' and 'Kings Square'.

Ideal parking location if searching for parking in the Fremantle area or:

 * Kings Square Car Park
 * Queensgate Car Park
 * Fremantle Market Parking
 * Henderson Street Parking
 * Queen Street Parking
 * Overnight Parking Fremantle
 * Cappuccino Strip Parking


CAR PARK FEATURES

 * Night Parking
 * Early Bird Parking
 * Shopping Nearby
 * Weekend Parking
 * Monthly Parking
 * 4WD Parking
 * Advantage Parker

Entry information
Entry via Henderson Street.
Exit information
Exit to Henderson Street.


OPENING HOURS

Monday05:00 AM - 11:00 PM
Tuesday05:00 AM - 11:00 PM
Wednesday05:00 AM - 11:00 PM
Thursday05:00 AM - 11:00 PM
Friday05:00 AM - 02:00 AM
Saturday05:00 AM - 02:00 AM
Sunday05:00 AM - 02:00 AM
Public Holidays05:00 AM - 11:00 PM


PARKING SERVICES

Weekend Parking
From $13.00
Parking that makes a weekend outing stress-free
Available PublicHoliday
Enter after 05:00 AM
Exit before 11:00 AM
Flat Rate
Online $13.00
Book
Available Weekends
Enter after 05:00 AM
Exit before 02:00 AM the next day
Flat Rate
Online $13.00
Book
Early Bird Parking
From $11.00
Cheaper parking that’s perfect for workers
Available Weekdays
Enter between 05:00 AM - 09:30 AM
Exit between 02:30 PM - 09:00 PM
Flat Rate
Online $11.00
Drive-up $14.00
Book
Night Parking
From $3.50
Parking that makes a night special
Available Weekdays, Weekends and Public Holidays
Enter after 06:00 PM
Exit before 05:59 AM the next day
0 Min - 1 Hour
Online $3.50
Drive-up $5.00
Book
1 Hour - 2 Hours
Online $7.50
Drive-up $9.00
Book
2 Hours +
Online $11.50
Drive-up $13.00
Book
Hourly Parking
From $4.50
The best choice for short-stays or last minute parking
Available Friday,Saturday,Sunday,PublicHoliday
Enter after 05:00 AM
Exit before 02:00 AM the next day
0 Hour - 1 Hour
Online $4.50
Drive-up $6.00
Book
1 Hour - 2 Hours
Online $8.50
Drive-up $10.00
Book
2 Hours - 3 Hours
Online $11.50
Drive-up $13.00
Book
3 Hours - 4 Hours
Online $13.50
Drive-up $16.00
Book
4 Hours - 5 Hours
Online $17.50
Drive-up $19.00
Book
5 Hours - 6 Hours
Online $19.50
Drive-up $22.00
Book
6 Hours +
Online $21.50
Drive-up $24.00
Book
Available Mon-Thu
Enter after 05:00 AM
Exit before 11:00 PM
0 Hour - 1 Hour
Online $4.50
Drive-up $6.00
Book
1 Hour - 2 Hours
Online $8.50
Drive-up $10.00
Book
2 Hours - 3 Hours
Online $11.50
Drive-up $13.00
Book
3 Hours - 4 Hours
Online $13.50
Drive-up $16.00
Book
4 Hours - 5 Hours
Online $17.50
Drive-up $19.00
Book
5 Hours - 6 Hours
Online $19.50
Drive-up $22.00
Book
6 Hours +
Online $21.50
Drive-up $24.00
Book
Subscription Parking

Get in touch to find out about our subscription parking offerings

Flexi-Parking
Prepaid blocks of parking to use as and when you need
Enquire Now
Monthly Parking
The best parking deals when you rent a bay by the month
Enquire Now
Monthly Motorcycle Parking
Great deals for 2 wheels
Enquire Now


IMPORTANT INFORMATION

Entry via Henderson Street.

Exit to Henderson Street.

Pay Stations for drive up parkers are located at pedestrian exits on Queen
Street and William Street. When booking online, customers should park on level 1
& above. There is no exit PIN pad on ground level. Ideal parking for FOMO FREO
Shopping Centre, Holey Moley and Strike Bowling. Parking rates are current for
today but may vary if booking for a future date or time. Special event dynamic
pricing applies at this car park when there is an event at Fremantle due to high
demand. Please review your booking before confirming.


TERMS & CONDITIONS

Click here for full term and conditions


Book this car park
© 2023 Copyright Secure Parking Pty Ltd
Privacy Policy Business Portal Contact Us