www.foreverunique.com Open in urlscan Pro
51.140.87.39  Public Scan

Submitted URL: http://foreverunique.com/
Effective URL: https://www.foreverunique.com/
Submission: On April 04 via api from GB — Scanned from GB

Form analysis 5 forms found in the DOM

POST

<form method="post" action="" class="ng-pristine ng-valid ng-valid-maxlength">
  <div class="autocomplete-holder">
    <div class="autocomplete-search-box-container">
      <div class="mobile-search-back-btn visible-xs" ng-click="closeSearchDialog()"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="18">
          <path fill="#1D1258" fill-rule="evenodd" d="M.213 8.486a.712.712 0 000 1.016l8.35 8.255a.842.842 0 00.595.243.844.844 0 00.595-.243.823.823 0 000-1.176L2.08 8.994l7.673-7.582a.822.822 0 000-1.176.868.868 0 00-1.19 0l-8.35 8.25z"></path>
        </svg></div>
      <div class="input-group-btn-search visible-xs" ng-click="headerSearch()"><i class="site-sprite search-icon-desktop active-search-icon hidden-xs"></i></div>
      <div class="desktop-search-input"><input title="Search"
          ng-class="{'bottom-border-radius-none': ((searching &amp;&amp; searchStr.length >= minLength) || (!searching &amp;&amp; (results.length == 0 &amp;&amp; searchStr.length >= minLength) &amp;&amp; showDropdown) || results.length > 0)}"
          name="txtAutoSearch1649088119246" maxlength="60" autocomplete="false" ng-keyup="$event.keyCode == 13 &amp;&amp; headerSearch()" ng-model="searchStr" type="search" placeholder="Search"
          class="typeAheadSearchInput search-textbox search-textbox-mobile ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" ng-focus="resetHideResults()" ng-blur="hideResults()"><!-- ngIf: searchStr.length > 0 -->
        <div class="input-group-btn-search hidden-xs tfs-btn-disabled" ng-class="{'tfs-btn-disabled': (searchStr === null || searchStr.length === 0)}" ng-click="headerSearch()">
          <i class="active-search-icon top-header-icon search-header-icon sprite-icon sprite-search"></i></div>
      </div>
      <div ng-style="dropdownHeight" class="autocomplete-dropdown"
        ng-class="{'show-block': ((searching &amp;&amp; searchStr.length >= minLength) || (!searching &amp;&amp; (results.length == 0 &amp;&amp; searchStr.length >= minLength) &amp;&amp; showDropdown) || results.length > 0)}"
        style="height: calc(100vh - 66px);">
        <div class="autocompleting ng-hide" ng-show="searching &amp;&amp; searchStr.length >= minLength"><span class="searching-result">Searching...</span></div>
        <div class="autocomplete-searching ng-hide" ng-show="!searching &amp;&amp; (results.length == 0 &amp;&amp; searchStr.length >= minLength) &amp;&amp; showDropdown">
          <div class="no-results-header ng-binding">No results found for ""</div>
          <div class="no-results-header-info">Please check for spelling errors, or try a more general term.</div>
        </div>
        <!-- ngIf: brands.length > 0 && results.length > 0 && !searching --><a class="animate btn-primary width-full shop-all-search-btn ng-hide" ng-click="headerSearch()" ng-keyup="$event.keyCode == 13 &amp;&amp; headerSearch()" ng-show="results.length != 0">Shop all</a>
        <ul class="searchresult-section"><!-- ngRepeat: result in results --></ul><!-- ngIf: bestSellers.length > 0 && !searching && (results.length == 0 && searchStr.length >= minLength) --><!-- ngRepeat: bestResult in bestSellers -->
      </div>
    </div>
  </div>
</form>

<form ng-init="gm.sourceSection='Footer'" class="ng-pristine ng-valid ng-valid-email">
  <label for="newslettersubscription" class="label-0">Subscribe</label>
  <input id="newslettersubscription" type="email" ng-model="gm.customerEmail" name="subscription" class="form-control enter-email ng-pristine ng-untouched ng-valid ng-empty ng-valid-email" placeholder="ENTER YOUR EMAIL">
  <input type="hidden" name="currentPage" value="1">
  <button onclick="OmetriaIdentify();" ng-click="gm.newsLetterSubscription(gm.customerEmail)" class="footer-signup-btn"><span>Subscribe</span><i class="fa fa-chevron-right" aria-hidden="true"></i></button>
</form>

<form class="ng-pristine ng-valid">
  <div class="text-danger newsletteralert nwsalert-info ng-hide" ng-show="gm.emailinvalid">
    <p>Please enter a valid email address.</p>
  </div>
  <div class="text-success newslettersuccess nwsalert-info ng-hide" ng-show="gm.subssuccess">
    <p>You're almost there! We've sent you a confirmation email.</p>
  </div>
  <div class="text-danger newsletteralready nwsalert-info ng-hide" ng-show="gm.alreadySubscribed">
    <h5> That email address is already registered to receive emails.</h5>
    <p> If you have not received an email, don’t worry, just opt back in and you will start to receive promotions, deals and information about our new in launches</p>
  </div>
</form>

Name: registrationFormPOST

<form name="registrationForm" role="form" novalidate="" ng-submit="gm.registration(gm.model.registerViewModel)" method="post" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="row" ng-init="gm.model.registerViewModel.sourceSection='Register'">
    <div class="col-sm-12 col-xs-12 alertBlock">
      <div ng-show="gm.errorMessage != null" class="ng-hide">
        <!-- ngRepeat: err in gm.errorMessage track by $index -->
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12" ng-init="gm.model.registerViewModel.email=''">
      <div class="form-group has-feedback has-feedback ng-isolate-scope" ng-class="vm.getValidationClass()" form-group-validation="gm.model.registerViewModel.email"><ng-transclude><label for="gm.model.registerViewModel.email"
            class="control-label ng-scope">Email</label><input ng-model="gm.model.registerViewModel.email" id="gm.model.registerViewModel.email" name="gm.model.registerViewModel.email" type="email" placeholder="Email..."
            ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,20}$/" required="" class="form-control ng-pristine ng-untouched ng-scope ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern"></ng-transclude><input-validation-icons
          field="vm.field"></input-validation-icons></div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <div class="form-group has-feedback has-feedback ng-isolate-scope" ng-class="vm.getValidationClass()" form-group-validation="gm.model.registerViewModel.password"><ng-transclude><label for="gm.model.registerViewModel.password"
            class="control-label ng-scope">Password</label><input ng-model="gm.model.registerViewModel.password" id="gm.model.registerViewModel.password" name="gm.model.registerViewModel.password" type="password" placeholder="Password..."
            ng-keyup="gm.isPasswordValid=gm.checkPassword(registrationForm,'gm.model.registerViewModel.password','gm.model.registerViewModel.confirmPassword')" input.autocomplete="off" required="" autocomplete="off"
            class="form-control ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required"></ng-transclude><input-validation-icons field="vm.field"></input-validation-icons></div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <div class="form-group has-feedback has-feedback ng-isolate-scope" ng-class="vm.getValidationClass()" form-group-validation="gm.model.registerViewModel.confirmPassword"><ng-transclude><label for="gm.model.registerViewModel.confirmPassword"
            class="control-label ng-scope">Confirm password</label><input ng-model="gm.model.registerViewModel.confirmPassword" id="gm.model.registerViewModel.confirmPassword" name="gm.model.registerViewModel.confirmPassword" type="password"
            placeholder="Confirm password..." input.autocomplete="off" ng-keyup="gm.isPasswordValid=gm.checkPassword(registrationForm,'gm.model.registerViewModel.password','gm.model.registerViewModel.confirmPassword')" required="" autocomplete="off"
            class="form-control ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required"></ng-transclude><input-validation-icons field="vm.field"></input-validation-icons></div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <p class="checkout-text">Tell us how you'd like to receive offers</p>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-xs-6">
      <label class="control control--checkbox ">
        <input type="checkbox" ng-click="gm.model.registerViewModel.notifyNone = false" class="ng-pristine ng-valid ng-untouched ng-empty" ng-model="gm.model.registerViewModel.notifyByEmail">
        <label for="NewsLetterSubscribe">Email</label>
        <div class="control__indicator"></div>
      </label>
    </div>
    <div class="col-sm-6 col-xs-6">
      <label class="control control--checkbox ">
        <input type="checkbox" ng-click="gm.model.registerViewModel.notifyNone = false" class="ng-pristine ng-valid ng-untouched ng-empty" ng-model="gm.model.registerViewModel.notifyBySMS">
        <label for="NewsLetterSubscribe">SMS</label>
        <div class="control__indicator"></div>
      </label>
    </div>
    <div class="col-sm-6 col-xs-6 margin-top-md">
      <label class="control control--checkbox ">
        <input type="checkbox" ng-click="gm.model.registerViewModel.notifyNone = false" class="ng-pristine ng-valid ng-untouched ng-empty" ng-model="gm.model.registerViewModel.notifyByPost">
        <label for="NewsLetterSubscribe">Post</label>
        <div class="control__indicator"></div>
      </label>
    </div>
    <div class="col-sm-6 col-xs-6 margin-top-md">
      <label class="control control--checkbox ">
        <input type="checkbox" ng-click="gm.model.registerViewModel.notifyByEmail = gm.model.registerViewModel.notifyBySMS = gm.model.registerViewModel.notifyByPost = false" class="ng-pristine ng-valid ng-untouched ng-empty"
          ng-model="gm.model.registerViewModel.notifyNone">
        <label for="NewsLetterSubscribe">I don't want to receive offers</label>
        <div class="control__indicator"></div>
      </label>
    </div>
  </div>
  <div class="row margin-top-lg">
    <div class="col-sm-12 col-xs-12">
      <button type="submit" class="animate btn-primary width-full">Register</button>
    </div>
    <div class="col-sm-12 col-xs-12">
      <a class="animate btn-link width-full" ng-click="gm.loginAccount=true;gm.createAccount=false;gm.errorMessage=null;gm.showLoginModal();">Login Here</a>
    </div>
  </div>
</form>

POST

<form role="form" ng-submit="gm.login(gm.model.loginViewModel)" method="post" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="row">
    <div class="col-sm-12 col-xs-12 alertBlock">
      <!-- ngRepeat: err in gm.errorMessage track by $index -->
      <div class="alert alert-danger ng-hide" ng-show="gm.isValiduser">
        <i class="fa fa-exclamation"></i> <span>Invalid User!</span> <i class="fa fa-times right-square-danger"></i>
      </div>
      <div class="alert alert-success ng-hide" ng-show="gm.isValid">
        <i class="fa fa-check"></i> <span>Link to reset your password sent</span> <i class="fa fa-times right-square-success"></i>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <div class="form-group has-feedback has-feedback ng-isolate-scope" ng-class="vm.getValidationClass()" form-group-validation="gm.model.loginViewModel.username"><ng-transclude><label for="gm.model.loginViewModel.username"
            class="control-label ng-scope">Email</label><input ng-model="gm.model.loginViewModel.username" id="gm.model.loginViewModel.username" name="gm.model.loginViewModel.username" type="email" placeholder="Email"
            ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,20}$/" required="" class="form-control ng-pristine ng-untouched ng-scope ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern"></ng-transclude><input-validation-icons
          field="vm.field"></input-validation-icons></div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <div class="form-group has-feedback has-feedback ng-isolate-scope" ng-class="vm.getValidationClass()" form-group-validation="gm.model.loginViewModel.password"><ng-transclude><label for="gm.model.loginViewModel.password"
            class="control-label ng-scope">Password</label><input ng-model="gm.model.loginViewModel.password" id="gm.model.loginViewModel.password" name="gm.model.loginViewModel.password" type="password" placeholder="Password..."
            input.autocomplete="off" required="" autocomplete="off" class="form-control ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required"></ng-transclude><input-validation-icons field="vm.field"></input-validation-icons>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-xs-12">
      <label class="checkout-label">
        <input type="checkbox" name="keep" value="1"> <span>Keep me signed in</span>
      </label>
    </div>
    <div class="col-sm-6 col-xs-12 text-right">
      <a href="/Account/forgotpassword" class="checkout-link">Forgot Password</a>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-xs-12">
      <button type="submit" class="animate btn-primary width-full">Login</button>
    </div>
    <div class="col-sm-12 col-xs-12 text-right">
      <a class="animate btn-link width-full" ng-click="gm.showRegistration()">Create an Account</a>
    </div>
  </div>
</form>

Text Content

NEED HELP?




GET FREE STANDARD DELIVERY WHEN YOU SPEND OVER £100

SIGN UP FOR 10% OFF YOUR FIRST ORDER

ORDER BEFORE 2PM FOR NEXT DAY DELIVERY

GET FREE STANDARD DELIVERY WHEN YOU SPEND OVER £100

SIGN UP FOR 10% OFF YOUR FIRST ORDER

SIGN UP FOR 10% OFF YOUR FIRST ORDER

Searching...
No results found for ""
Please check for spelling errors, or try a more general term.
Shop all

 *  * 0 0
      
      * * MY BAG
        
          
      * 
      
      * ORDER SUMMARY
        
        
        CHECKOUT
        VIEW FULL BAG

 * 
 *  * Sign in Join
    * My Account
    * Order Status
    * Track Order
   
   
   
 * 
 * 

Search
 * WHAT'S NEW
 * SHOP
 * Occasion
 * sale
 * Lookbooks
 * Seema's Style
 * As Seen On
 * BLOG

What's New
 * New This Week
 * New This Month
 * Back In Stock
 * Coming Soon!



Shop Clothing
 * All Clothing
 * Bestsellers
 * Dresses
 * Co-ords
 * Tops
 * Trousers
 * Shirts & Blouses
 * Blazers
 * Coats & Jackets
 * Jeans
 * Pyjamas
 * Skirts & Shorts
 * Jumpsuits & Playsuits


Shop By Edit
 * Holiday Shop
 * Spring
 * Suit Up
 * Little Black Dresses
 * Desk To Drinks
 * Maxi Dresses
 * Jeans & a Nice Top
 * Wardrobe Essentials
 * Animal Instinct
 * Cheshire Style
 * Tara Maynard X Forever Unique



Shop by Occasion
 * Hen Party
 * Bridesmaid Dresses
 * Wedding Guest
 * The White Edit
 * Races
 * Graduation
 * Prom Dresses
 * Birthday Outfits
 * Black Tie
 * Partywear



Shop by category
 * Sale Dresses
 * Sale Tops
 * Sale Trousers
 * Sale Accessories



Browse Lookbooks
 * The Bridal Edit
 * Spring Renaissance
 * Forever Love
 * Spring Feels
 * Desert Ombre
 * Into the Blue
 * Fashion Week Edit





OTHER COUNTRY SITES

×
UK BF
Australia
Belgium
Cyprus
Denmark
France
Germany
Greece
Ireland
Italy
Netherlands
Poland
Portugal
Romania
Russia
Spain
Sweden
Switzerland
United States


WHICH SITE WOULD YOU LIKE TO VISIT?

×
Continue to







WOMEN'S FASHION CLOTHING

 1. 
 2. 
 3. 


Prev Next

 * NEW ARRIVALS
   
   Dresses

 * SHIRT & BLOUSES
   
   Cosy & Casual

 * DRESSES
   
   Tailoring

 * OCCASION
   
   Seema's style


SHARE YOUR LOOKS

TAG US @FOREVERUNIQUEOFFICIAL FOR A CHANCE TO BE FEATURED ON OUR INSTAGRAM

 * @AMELIA0LIVIA

 * @BIANCAGASCOIGNE1

 * @EIRINNMOLLOY

 * @LARAGIII

 * @MISSAMANDAHARRINGTON

 * @TILLYPEG_


SHOP NEW SEASON


SUB TITLE

paragraph here


 * WHITE BANDEAU FISH TAIL MAXI DRESS WITH ZIP OFF TIERED HEM
   
   
   £99.99


 * WHITE FLORAL DROP HEM ORGANZA MINI DRESS WITH TIE WAIST
   
   
   £99.99


 * WHITE MIDI DRESS WITH FEATHER BODICE
   
   
   £129.99


 * WHITE SATIN PYJAMA SET WITH FLUFF DETAIL
   
   
   £49.99


 * WHITE SMOCK MINI DRESS WITH VOLUME SLEEVE AND TULLE HEM
   
   
   £79.99


 * WHITE TAILORED ONE SHOULDER PUFF SLEEVE PLAYSUIT
   
   
   £69.99


 * WHITE SLIP DRESS WITH DIAMANTE STUD DETAIL
   
   
   £79.99


 * WHITE TAILORED JUMPSUIT WITH DETACHABLE SKIRT AND BOW BELT
   
   
   £119.99


 * WHITE SEQUIN CUT OUT MAXI DRESS WITH SIDE SPLIT
   
   
   £89.99


 * WHITE TAILORED BLAZER DRESS WITH SATIN PUFF SLEEVE AND DIAMANTE BUTTONS
   
   
   £99.99


 * WHITE HIGH NECK CHIFFON SHIFT DRESS WITH DIAMANTE STUD DETAIL
   
   
   £59.99


 * WHITE TIERED TULLE MINI DRESS
   
   
   £79.99


 * CHAMPAGNE SATIN DRAPED MIDI DRESS WITH CORSET BODICE
   
   
   £89.99


 * ORANGE TIGER PRINT SATIN SLIP DRESS
   
   
   £39.99


 * CHOCOLATE SATIN ZIP FRONT CORSET WITH PUFF SLEEVE
   
   
   WAS: £49.99 NOW £24.99


 * LEOPARD OMBRE WIDE LEG TROUSER WITH SIDE STRIPE
   
   
   WAS: £49.99 NOW £22.99


 * YELLOW AND ORANGE OMBRE MESH MINI DRESS WITH CUT OUT RING DETAIL
   
   
   £59.99


 * RUST SATIN WRAP DRESS WITH GOLD CHAIN DETAIL
   
   
   £59.99


 * ABSTRACT PRINT ONE SHOULDER MAXI DRESS WITH SIDE SPLIT
   
   
   WAS: £69.99 NOW £29.99


 * BLACK OFF THE SHOULDER RUFFLE MINI DRESS
   
   
   £69.99


 * BLUE RENAISSANCE MESH MIDI DRESS WITH LONG SLEEVES
   
   
   £49.99


 * BLUE AND PINK RENAISSANCE CORSET TOP WITH LACE UP BACK
   
   
   £49.99


 * PINK AND BLUE OMBRE RUCHED MIDI DRESS
   
   
   £69.99


 * BLUE SEQUIN MINI DRESS WITH LACE TRIM
   
   
   £49.99


 * NUDE SEQUIN MAXI DRESS WITH WAIST DETAIL AND SIDE SPLIT
   
   
   £99.99


 * BLUSH SATIN OFF SHOULDER RUFFLE MIDI DRESS
   
   
   £99.99


 * NUDE LUREX ONE SHOULDER GATHERED MINI DRESS WITH DRAPE DETAIL
   
   
   £59.99


 * PINK OFF THE SHOULDER MINI DRESS WITH PUFF SLEEVE DETAIL
   
   
   £79.99


 * CORAL LUREX ONE SHOULDER GATHERED MINI DRESS WITH DRAPE DETAIL
   
   
   £59.99


 * NUDE MINI DRESS WITH PUFF SLEEVE AND DIAMANTE TRIM
   
   
   £129.99


 * PINK RUFFLE BANDEAU MIDI DRESS WITH BELT
   
   
   £109.99


 * PINK TULLE ONE SHOULDER MINI DRESS WITH SASH DETAIL
   
   
   £69.99


 * PINK AND BLUE OMBRE OVERSIZED SHIRT DRESS WITH BELTED TIE
   
   
   £59.99


 * BLUE LACE MINI DRESS WITH CORSET BODICE
   
   
   £89.99


 * FOREVER LOVE PRINT MINI DRESS WITH CORSET BODICE AND CONTRAST LACE TRIM
   
   
   £79.99


 * AQUA SATIN OFF THE SHOULDER RUFFLE MINI DRESS
   
   
   £69.99


 * FOREVER LOVE PRINT MESH CORSET TOP
   
   
   £39.99


 * FOREVER LOVE PRINT SATIN SHIRT DRESS WITH TIE FRONT
   
   
   £69.99


 * MINT TIERED RUFFLED MIDI DRESS WITH HALTER NECK TIE AND NUDE LINING
   
   
   £69.99


 * AQUA DOUBLE BREASTED LINED BLAZER
   
   
   £79.99


 * AQUA WIDE LEG TAILORED TROUSER
   
   
   £59.99


 * BLUE METALLIC BANDEAU CORSET TOP
   
   
   £39.99


 * BLUE METALLIC CORSET MINI DRESS WITH RUCHED SKIRT
   
   
   £89.99


 * BLUE METALLIC BOYFRIEND FIT LINED BLAZER
   
   
   £69.99


 * BLUE METALLIC WIDE LEG TAILORED TROUSERS
   
   
   £69.99


 * AQUA SEQUIN ONE SHOULDER MINI DRESS WITH DRAPED SLEEVE
   
   
   £99.99


 * AQUA SEQUIN COWL NECK JUMPSUIT
   
   
   £124.99


 * AQUA METALLIC DRAPED MIDI DRESS WITH CORSET BODICE
   
   
   £89.99


 * FOREVER LOVE PRINT RUCHED MESH MIDI DRESS
   
   
   £69.99


 * BLUE AND PINK RENAISSANCE STRAPLESS CORSET DRESS WITH DRAPE DETAIL
   
   
   £89.99




TRENDING NOW

Floral Print Ruffle Maxi Dress with Side Split

£109.99

Aqua Double Breasted Lined Blazer

£79.99

Red and White Abstract Mesh Midi Dress with Long Sleeves

£49.99

Aqua Wide Leg Tailored Trouser

£59.99




We use cookies for a variety of reasons including the required functioning of
the website, for analytics and for marketing purposes. You can read more about
our cookie policy

Accept
×

SIZE GUIDE

Please note this is for reference only.

Please refer to the product description for a more accurate size guidance.

CONVERSION CHART

UK Size 6 8 10 12 14 16 18 20 22 24 EU Size 34 36 38 40 42 44 46 48 50 52 US
Size 2 4 6 8 10 12 14 16 18 20

UK SIZE GUIDE

UK size bust waist hips Body measurements cm inches cm inches cm inches 6 84 33
66 26 91.5 36 8 86.5 34 68.5 27 94 37 10 91.5 36 73.5 29 99 39 12 96.5 38 78.5
31 104 41 14 101.5 40 83.5 33 109 43 16 106.5 42 88.5 35 114 45 18 111.5 44 93.5
37 119 47 20 118.5 47 100.5 39.5 126 49.5 22 124.5 49 106.5 42 132 52 24 130.5
51.5 112.5 44.5 138 54.5

S, M, L SIZES

Size XS Will fit size 6-8 Size S Will fit size 8-10 Size M Will fit size 10-12 Size
L Will fit size 12-14 Size XL Will fit size 14-16 Size XXL Will fit size 16-18 Size
XXXL Will fit size 18-20 One Size Will fit size 8-14

TOP TOPS

Top tips for measuring up: Use a fabric tape measure. Make sure you are relaxed
and stood straight and not stooping. Use a mirror to make sure you are measuring
the correct points. Ask someone to help if possible for a more accurate
measurement.

Bust: Relax you arms by your sides and measure around the whole of your bosom at
the fullest part.

Waist: Measure the narrowest part of your waist.

Hips: Stand with your feet together and measure the widest part of your hips.

Dress Lengths: Our dress lengths are measured from the underarm along the side
seam to the hem. On styles that are without armholes, these are measured from
the top of the dress to the hem, again, along the side seam.

Belts: Measure the area where the waistband of your trousers will sit. Our belts
are measured end to end (excludingthe buckle). Please keep in mind that belt
length can vary with each style. Some are made in a stretch fabric, some are to
be worn around your natural waistline and others wrap around your hips.

If you are unsure of what size to buy please contact a member of our team: 0845
121 3000 (Mon-Fri 10:00-18:00).


SIGN UP FOR 10% OFF YOUR FIRST ORDER

KEEP UP TO DATE WITH THE LATEST TRENDS, FASHION & OFFERS.

Subscribe Subscribe
×

Please enter a valid email address.

You're almost there! We've sent you a confirmation email.

THAT EMAIL ADDRESS IS ALREADY REGISTERED TO RECEIVE EMAILS.

If you have not received an email, don’t worry, just opt back in and you will
start to receive promotions, deals and information about our new in launches



Your personal details are safe with us. For more info, read our Privacy Policy.

INFORMATION

Home

My Account

About Us

Customer Reviews

Careers

HELP

Contact

FAQ's

Delivery

Returns

Size Guides

Terms and Conditions

Cookie Policy

Privacy Policy

Klarna

Promotion Terms

 

FOLLOW US

 * 
 * 
 * 
 * 
 * 

Forever Unique

 * 
 * 
 * 
 * 
 * 
 * 
 * 

Dress Me Online Ltd, 98 Cheetham Hill Road, Manchester, M4 4EX, UK. 07545413

×

REGISTRATION

Email
Password
Confirm password

Tell us how you'd like to receive offers

Email

SMS

Post

I don't want to receive offers

Register
Login Here

×

LOGIN

Invalid User!
Link to reset your password sent
Email
Password
Keep me signed in
Forgot Password
Login
Create an Account

Your browser does not support JavaScript!
Saving changes...




WANT TO RECEIVE 10% OFF YOUR FIRST ORDER?

SIGN UP TO OUR NEWSLETTER NOW

SIGN ME UP
No Thanks