www.helenmillerbridal.com Open in urlscan Pro
2606:4700:3031::ac43:8a35  Public Scan

Submitted URL: http://www.helenmillerbridal.com/
Effective URL: https://www.helenmillerbridal.com/
Submission: On August 20 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="signin-form ng-pristine ng-valid" id="loginForm">
  <div class="form-groupr" ng-class="{'has-error': loginFail}">
    <label class="control-label" for="loginEmail" id="labelForEmail">Email</label>
    <input type="email" placeholder="Email" class="form-control" id="loginEmail">
    <!-- ngIf: loginFail -->
  </div>
  <div class="form-group" ng-class="{'has-error': loginFail}">
    <label for="loginPassword" class="control-label">Password</label>
    <input id="loginPassword" class="form-control" placeholder="Password" type="password">
  </div>
  <div class="row">
    <div class="form-btn col-sm-8 col-sm-push-4 text-right">
      <button id="signInBtn" class="btn btn-primary" type="submit" ng-click="login()">Sign In</button>
      <p class="hint"><a data-page="#pageForgotPass" drop-down-window="">Forgot your password?</a></p>
    </div>
    <div class="form-group col-sm-4 col-sm-pull-8">
      <a drop-down-window="" data-page="#pageRegister" class="btn btn-default" href="#pageRegister">Register for an account</a>
    </div>
  </div>
</form>

<form id="forgotPasswordForm" class="signin-form ng-pristine ng-valid">
  <!-- ngIf: forgotPassEmailSent -->
  <div class="form-group">
    <label for="forgotPassEmail" class="control-label">Email</label>
    <input id="forgotPassEmail" class="form-control" placeholder="Email" type="email">
    <span class="help-block"> Please provide email address that you used when you signed up for your account. We will send you an email that will allow you to reset your password. </span>
  </div>
  <div class="row">
    <div class="form-btn col-sm-8 col-sm-push-4 text-right">
      <button class="btn btn-primary" type="button" ng-click="forgotPassEmail()">Send verification email</button>
    </div>
  </div>
</form>

Name: registerForm

<form id="registerForm" name="registerForm" class="signin-form ng-pristine ng-invalid ng-invalid-required">
  <div class="row">
    <div class="form-group col-sm-4" ng-class="{'has-error': errors.logged}" modera-input="">
      <label for="userRegisterEmail" class="control-label">Email</label>
      <input id="userRegisterEmail" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-email" placeholder="Email" type="email" field="customer.emails.0.address" ng-model="customer.emails[0].address" user-email="" required="">
      <span class="help-block ng-hide" ng-show="errors.emailFormat">Please, enter correct email address</span>
      <span class="help-block ng-hide" ng-show="errors.emailExist">Email already used</span>
      <span class="help-block ng-hide" ng-show="errors.logged">You're already logged on backend</span>
    </div>
    <div class="form-group col-sm-4" modera-input="">
      <label for="userRegisterName" class="control-label">First Name</label>
      <input id="userRegisterName" class="form-control ng-pristine ng-invalid ng-invalid-required" placeholder="First Name" type="text" field="customer.firstName" required="" ng-model="customer.firstName">
    </div>
    <div class="form-group col-sm-4" modera-input="">
      <label for="userRegisterSurname" class="control-label">Last Name</label>
      <input id="userRegisterSurname" class="form-control ng-pristine ng-invalid ng-invalid-required" placeholder="Last Name" type="text" field="customer.lastName" required="" ng-model="customer.lastName">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-sm-4" ng-class="{'has-error': errors.birthday}" modera-input="">
      <label for="userRegisterBirth" class="control-label">Birthday</label>
      <input id="userRegisterBirth" class="form-control ng-pristine ng-invalid ng-invalid-required hasDatepicker" placeholder="DOB" type="text" ng-model="dirtyBirthday" required="">
      <span class="help-block ng-hide" ng-show="errors.birthday">Wrong format. </span>
      <span class="help-block">Format dd/mm/yyyy</span>
    </div>
    <div class="form-group col-sm-4" ng-class="{'has-error': errors.password}" modera-input="">
      <label for="userRegisterPass" class="control-label">Password</label>
      <input id="userRegisterPass" class="form-control ng-pristine ng-invalid ng-invalid-required" placeholder="Password" type="password" field="customer.plainPassword.password" required="" ng-model="customer.plainPassword.password">
      <span class="help-block ng-hide" ng-show="errors.password">This value is not valid.</span>
    </div>
    <div class="form-group col-sm-4" ng-class="{'has-error': errors.passwordConfirm}" modera-input="">
      <label for="userRegisterPassConfirm" class="control-label">Confirm Password</label>
      <input id="userRegisterPassConfirm" class="form-control ng-pristine ng-invalid ng-invalid-required" placeholder="Confirm Password" type="password" field="customer.plainPassword.confirm" match="customer.plainPassword.password" required=""
        ng-model="customer.plainPassword.confirm">
      <span class="help-block ng-hide" ng-show="errors.passwordConfirm">This value is not valid.</span>
    </div>
  </div>
  <div class="row">
    <div class="form-group col-sm-6">
      <label class="checkbox">
        <span class="check-item filled"><input id="userRegisterAccept" class="form-control" type="checkbox"><span class="check-icon"></span></span>
        <span class="check-label"> By clicking "REGISTER", you accept HELEN MILLER <a href="/terms-and-conditions">terms &amp; conditions</a>
        </span>
      </label>
    </div>
    <div class="form-btn col-sm-6 text-right">
      <button id="registerBtn" class="btn btn-primary" type="submit" ng-click="register()" disabled="">Register</button>
      <p class="hint"> Have an account? <a data-page="#pageLogin" drop-down-window="">Sign in</a>
      </p>
    </div>
  </div>
</form>

Text Content

Close
Email
Password
Sign In

Forgot your password?

Register for an account
Close
Email Please provide email address that you used when you signed up for your
account. We will send you an email that will allow you to reset your password.
Send verification email
Close
Email Please, enter correct email address Email already used You're already
logged on backend
First Name
Last Name
Birthday Wrong format. Format dd/mm/yyyy
Password This value is not valid.
Confirm Password This value is not valid.
By clicking "REGISTER", you accept HELEN MILLER terms & conditions
Register

Have an account? Sign in

Close


MY FAVORITES

items



email print


Helen Miller Toggle navigation Appointment  +1 415 409 0217
   
 * Wedding dresses
      
    * New collection 2024
      
    * Vanilla
      
    * Couture
      
    * Contemporary
      
    * Alternative
      
    * Last Call
      
   
   
   HELEN MILLER
   
   
   

   
 * Accessories
      
    * Bridal Bolero
      
    * Hair Accessories
      
    * Bridal Garters
      
    * Bridal Belts
      
    * Bridal Veils
      
   
   
   HELEN MILLER
   
   
   

   

   
 * About
 * Our Stores
 * Articles

 * My Favourites (0)

Make an appointment
0 0
+1 415 409 0217
Couture collection
Show more
California Dream
book now
Contemporary Collection
Make an appointment
 1. 
 2. 
 3. 


OUR CHOICE


 * ANABELLA
   
   Helen Miller New collection 2024


 * JAKI
   
   Helen Miller Contemporary


 * BJORK
   
   Helen Miller Contemporary

Show more


INSTAGRAM

helenmillerbridal


SERVICES

 * DESIGNER PERSONALLY
   
   You have a chance to discuss your dream dress with designer and get unique
   dress. Helen will give you advice.

 * Alteration
   
   We have a professional team of seamstress. When Dress arrive, we check all
   fittings, the dress will fits like a glove.

 * Travel with us
   
   This is your moment — and we won't let the Golden Gate Bridge outshine you!
   Come find a team of dedicated bridal Stylists here at Helen Miller Bridal
   Boutique.


ARTICLES

First appointment. How to get it all!
Love story "Hinging the Two Together".
Veils! Headpieces! Hair accessories!
YOUR CUSTOM DREAM DRESS
First appointment. How to get it all!
Love story "Hinging the Two Together".
Veils! Headpieces! Hair accessories!
YOUR CUSTOM DREAM DRESS
All articles


FAQ

 * Fitting
 * Purchase
 * Product range

 * Fitting
 * Purchase
 * Product range

Do I need to make an appointment?

Helen Miller does work by appointments. However, we never turn our customers
away and if you come in without an appointment, we would be happy to meet with
you when there is a stylist available. We feel that every bride deserves her own
special moment, so we do encourage you to make an appointment to ensure that you
have our undivided attention.

How long should I expect my appointment to last?

Once you walk into the dressing room, expect to spend around 1 - 1 1/2 hours
with your personal bridal consultant. We understand how important this moment
is, and would be happy to give you additional time if possible.

How many people am I allowed to bring?

Helen Miller recommends that you keep your entourage as small as possible. We
feel the bride has a better experience in a more intimate setting.  Ideally,
only 2-3 people would accompany you to the appointment, so as not to overwhelm
you. But if you do have a big party just let us know ahead of time, so that we
can be sure to accommodate all your guests comfortably.

Do you do alterations?

Yes! We offer all alterations at our boutique with our trusted and professional
seamstress, including any custom detailing.

*Alterations are done by appointment only.

*Alterations are not included in the price of the dress, as it is the custom in
most bridal shops. However, our talented staff seamstress’ has very competitive
rates and we would be happy to work within your budget as much as possible.



Am I allowed to take pictures?

Оf course! All of our dresses love to have their photos taken!

What are your hours of operation?

We are open from 10 am till 6 pm tuesday through sunday. We are closed on
mondays. However, if you have an urgent need or any schedule restrictions, we
would be happy to work with you to find a time that works best for you.

Do you have to order your dresses or can you buy off the rack?

Аny dress in the store can be purchased off the rack! However, if you didn’t
find your size, we can then order the dress for you.

How long does it take to have a dress ordered?

It can take up to 6 - 8 months depending on the season and model you choose.
Once the dress arrives, we only need 1-2 months for final alterations, and then
it’s all yours!

What is the price range for your wedding gowns?

Our wedding dresses can vary depending on style and fabrics. The prices range
from $1750 to $5000, with an average of $2500 – $3000.

What is the process of purchasing a dress?

First, we cheer! You’ve found your dress! Then, we take your measurements to
place an order for the correctly sized dress. When ordering a gown, we require a
deposit of 50% the purchase price. If you purchase one off the rack, payment in
full is required before you take the gown or begin alterations.

Which sizes do you carry?

We carry a range of the sizes between 2 and 20, with the average dress size of
8-14. During your appointment, your personal stylist will work magic in making
sure you can tell what the dress will look like when it’s tailored to fit you
perfectly.

Are all sales final? Can i return or exchange an item?

All sales, whether for an order or off the rack, are final sale with no
exceptions. This is standard practice for all bridal stores. When we order your
gown, we are putting your deposit towards that order, having it made especially
for you. Once we place the order the production will not cancel it, so if you
change your mind and want a refund, we will be unable to get your deposit back
and we will receive the item regardless. That is why we insure that you are
confident in your purchase before buying with us (we know you will be!) before
you sign the final sale contract. If you buy something off the rack, it is now
your item and we take it out of the show room, putting it aside for you. If you
need to discuss options for an item you no longer want/need please come to the
store or call us directly.

Do you have wedding accessories?

Yes, we do! We carry a range of beautiful, sparkly things: you’ll find an
assortment of veils, boleros, jewelry pieces, hair adornments, and even
undergarments!
Helen Miller’s main objective is to create a complete look for your special day,
so we can even custom make an accessory for you!

Do you have bridesmaid’s dresses?

Yes, we carry bridesmaid dresses! We can even take custom orders for your
bridesmaids in all colors, styles, and sizes.

Can i meet the designer?

Absolutely! Originally from Russia, Helen is now based here, in San Francisco.
If Helen is not in the shop and you would like to meet with her personally, let
us know! Helen is always thrilled to make time in her schedule for a beautiful
bride.

Any of our dresses can we altered to be fit for a debutante. Whether that means
a smaller train, a higher neckline, or less sparkle – we would be thrilled to
make your debutante’s dreams come true.

We want you to remember this day only with positive emotions and happily share
those feelings and memories with your friends. So we are very picky to all
details, we think that everything should be perfect. We help to create the
entire look of our brides from top to toe, not just a dress. We have a lot of
hand-made accessories that will match our dresses. And our professional bride
consultants will find the best for your dress and appropriate to the venue and
your style. We have boleros, veils, petticoats, garters, jewelry, hand-made
flowers for the head, arms, and a lot of other nice things.

We want to make you happy and your shopping experience unforgettable.




OUR STORY

You've been dreaming about it all your life, and now it's arrived, your wedding
day.
We help bring those dreams to life in true European style - with beautiful gowns
made for every bride and every taste.


We believe that what you wear on one of the most important days of your life
should be as unique as you are. This is why we work closely with you to create
your own bridal style. And as an added personal touch, all of our dresses come
with a tiny blue bow for good luck at your wedding.

We are an award winning boutique with seven years of experience custom fitting
ladies with exquisite dresses of every style imaginable and are known for our
excellent customer service. It's our passion. Let's talk about what you're aisle
perfect dress will look like.

The Best Wedding Dress Shopping Experience of Your Dreams in SF Bay Area:

At Helen Miller Bridal Boutique in SF, we strive to give the bride the most
wonderful experience possible in best bridal shop in Sf bay area. We feel that
when shopping for her best wedding dress, a bride should feel the absolute best
she can! We cater to a bride's every need - every dress is completely
customizable. All a bride has to do on a day of wedding dress shopping is arrive
to Helen Miller best Bridal shop and we will handle the rest! Your dream best
wedding dress awaits you at Helen Miller Bridal!

At Helen Miller Bridal, we absolutely love our brides - and they love us in
return! An exclusive best bridal shop is located in the heart of San Francisco,
Helen Miller Bridal is known for its' completely unique and stunning designer
wedding dresses. The designer, Helen Miller, lives in San Francisco and is able
to work one on one with brides as they shop for their best dream wedding dress.

Not only are Helen's Miller's wedding dresses fit for a princess, but the
experience in the best bridal shop in SF bay area is that of the best! Our
bridal stylists treat each bride with the care and love they deserve, taking
time to make sure that the bride has the best wedding dress shopping experience
she can! Here at Helen Miller, our brides come first!

A European Designer Makes Waves in San Francisco:

At Helen Miller Bridal, the designs are completely unique, unlike anything
you've ever seen before. Originally from Europe, Helen Miller made her name
across the sea, and finally decided it was time to share her talent and she
opened best bridal shop in SF Bay area.

These one-of-a-kind best wedding dresses are something out of a dream - not only
does Helen have the ability to design unique best wedding dresses in SF fit for
a queen, but she is also able to customize! Once a bride has arrived in the
Helen Miller best bridal store, she is in the very trust worthy hands of the
Helen Miller bridal stylists, and Helen herself.

Our brides travel from all over the world to find their dream wedding dress at
Helen Miller Bridal Boutique - our wedding dresses are not only so well known
all over the bay area, but they're known world-wide as well. Helen Miller's
designer wedding dresses work for many different brides, body types, and styles.

Find your European Designer Wedding Gown right here in San Francisco, at Helen
Miller best Bridal Boutique in SF Bay area!

Helen Miller Make an appointment
   
 * Wedding dresses
   
 * Accessories
   
   
 * 

   
 * Jobs
   
 * Our Stores
   
 * About
   
   

Helen Miller

Facebook Pinterest Instagram

   
 * Privacy policy
   
 * Terms of use