www.iigroup.com.au Open in urlscan Pro
27.54.86.58  Public Scan

URL: https://www.iigroup.com.au/
Submission: On December 20 via api from US — Scanned from AU

Form analysis 3 forms found in the DOM

POST /form_mailing_lists/submit

<form action="/form_mailing_lists/submit" class="jquery-validation" novalidate="novalidate" id="FormMailingListSubmitForm" onsubmit="event.returnValue = false; return false;" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="innerBlock">
    <div id="close_button"><img src="/images/dhtml_close.png" alt="Close" class="close" onclick="closeDHTML()"> </div>
    <div id="join_mailing_list_div">
      <h2>jOIN OUR MAILING LIST:</h2>
      <div class="lebelText">First name</div>
      <div class="input text"><input name="data[FormMailingList][fname]" class="form_textfield mailing_list" data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;First name is mandatory.&quot;},&quot;required&quot;:true}" maxlength="25"
          type="text" id="FormMailingListFname"></div>
      <div class="lebelText">Last name</div>
      <div class="input text"><input name="data[FormMailingList][lname]" class="form_textfield mailing_list" data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;Last name is mandatory.&quot;},&quot;required&quot;:true}" maxlength="25"
          type="text" id="FormMailingListLname"></div>
      <div class="lebelText">Email</div>
      <div class="input email"><input name="data[FormMailingList][email]" class="form_textfield mailing_list" data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;Email is mandatory.&quot;},&quot;required&quot;:true}" maxlength="200"
          type="email" id="FormMailingListEmail"></div>
      <div class="gap20"></div>
      <div class="btn_left">
        <input class="commonBtn01" type="submit" value="Save">
      </div>
      <div class="gap10"></div>
    </div>
    <div id="dhtml_success" style="display:none">
      <h2>THANK YOU FOR YOUR SUBSCRIPTION</h2>
      <p>You have been added to our mailing list and will be notified of our latest promotions.</p>
      <p>In the mean time should you have any further queries please don't hesitate to contact our team on 1300 886 351 or at <a href="mailto:info@indulgeinstyle.com.au">info@indulgeinstyle.com.au</a></p>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    function closeDHTML() {
      $('.help-block').html('');
      $('.mailing_list').removeClass('form-error').val('');
      $('.error div').filter(':contains(\'Email already exists.\')').remove();
      $('.help-block').remove()
      $('.jqmWindow').jqmHide();
    }
    //]]>
  </script>
</form>

POST /users/saveEmail

<form action="/users/saveEmail" class="jquery-validation" novalidate="novalidate" id="formUser" onsubmit="event.returnValue = false; return false;" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div><input type="hidden" name="data[User][id]" id="UserId"><input type="hidden" name="data[User][email_hidden]" id="email_hidden">
  <div class="innerBlock">
    <div id="close_button"><img src="/images/dhtml_close.png" alt="Close" class="close" id="closeHtml"> </div>
    <div id="profile_container">
      <h2>Change Email:</h2>
      <div class="lebelText">Email</div>
      <div class="input email"><input name="data[User][email]" class="form_textfield profile_section"
          data-validate="{&quot;messages&quot;:{&quot;email&quot;:&quot;Please enter a valid email.&quot;,&quot;required&quot;:&quot;Email is mandatory.&quot;},&quot;email&quot;:true,&quot;required&quot;:true}" maxlength="200" type="email"
          id="UserEmail"></div>
      <div class="gap20"></div>
      <div class="btn_left">
        <input class="commonBtn01" type="submit" value="Save">
      </div>
      <div class="gap10"></div>
    </div>
    <div id="dhtml_profile_success" style="display:none">
      <p>Your email has been changed sucessfully.</p>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    $(document).ready(function() {
      $('#chPassword').click(function() {
        $('#password_section').show();
      });
      $('#closeHtml').click(function() {
        $('.help-block').html('');
        $('.profile_section').removeClass('form-error');
        $('.profile_section').val($('#email_hidden').val());
        $('.error div').filter(':contains(\'Email already exists.\')').remove()
        $('.jqmWindow').jqmHide();
      });
    });
    //]]>
  </script>
</form>

POST /users/changePassword

<form action="/users/changePassword" class="jquery-validation" novalidate="novalidate" id="formPasswordSave" onsubmit="event.returnValue = false; return false;" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div><input type="hidden" name="data[User][id]" id="UserId">
  <div class="innerBlock">
    <div id="close_button"><img src="/images/dhtml_close.png" alt="Close" class="close" id="closePasswordHtml"> </div>
    <div id="password_container">
      <h2>Change Password:</h2>
      <div class="gap20"></div>
      <div id="password_section">
        <div class="lebelText">Old Password</div>
        <div class="input password"><input name="data[User][oldpassword]" class="form_textfield ch_password_clss" data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;Old password is mandatory.&quot;},&quot;required&quot;:true}"
            type="password" id="UserOldpassword"></div>
        <div class="lebelText">New Password</div>
        <div class="input password"><input name="data[User][newpassword]" class="form_textfield ch_password_clss"
            data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;New Password is mandatory&quot;,&quot;minlength&quot;:&quot;Password must be minimum 4 characters long.&quot;,&quot;maxlength&quot;:&quot;Password must be maximum 10 characters long.&quot;},&quot;required&quot;:true,&quot;minlength&quot;:4,&quot;maxlength&quot;:10}"
            type="password" id="UserNewpassword"></div>
        <div class="lebelText">Confirm Password</div>
        <div class="input password"><input name="data[User][cpassword]" class="form_textfield ch_password_clss"
            data-validate="{&quot;messages&quot;:{&quot;required&quot;:&quot;Confirm password is mandatory.&quot;,&quot;minlength&quot;:&quot;Confirm password must be minimum 4 characters long.&quot;,&quot;maxlength&quot;:&quot;Confirm password must be maximum 10 characters long.&quot;},&quot;required&quot;:true,&quot;minlength&quot;:4,&quot;maxlength&quot;:10}"
            type="password" id="UserCpassword"></div>
      </div>
      <div class="gap20"></div>
      <div class="btn_left">
        <input class="commonBtn01" type="submit" value="Save">
      </div>
      <div class="gap10"></div>
    </div>
    <div id="ch_password_success" style="display:none">
      <p>Your password has been changed sucessfully.</p>
    </div>
  </div>
</form>

Text Content

 * cinematography
 * photography
 * vehicle hire
 * fondue
 * promotions
 * our group
 * contact




BOUTIQUE WEDDING SERVICE PROVIDERS



 * Cinematography
 * Photography
 * Vehicle Hire
 * Fondue
 * promotions


A BRIEF INTRODUCTION TO
CINEMATOGRAPHY WITH INDULGE INSTYLE

An exquisite cinematography service with a unique edge to creating European
style film clip memories. At iiCinematography we master a cinematic art behind
the lenses, different to that common in the industry today. With state of the
art equipment and latest shooting techniques, our team is passionate about
creating everlasting memories to last a life time.


CINEMATOGRAPHY + FILM

Cinematic productions, multi-cam operation,
European film, Story board film,
Customisable packages, 35mm camera equipment,
Creative yet unobtrusive,
Experienced team of professionals.


Enquire Now Find out more


A BRIEF INTRODUCTION TO
PHOTOGRAPHY WITH INDULGE INSTYLE

At iiGROUP we made our decision early on to excel in the field of video
production, as experts in our field we have established strong relationships
with reputable photographers within the wedding industry today. For this reason
we have chosen to recommended photography that complements our style of video
production.


PHOTOGRAPHY

Creative Photoshop & retouching Art,
Natural & candid, creative & Modern,
Fresh & artistic shooting approach,
Exclusive locations, industry leading photographers.


Enquire Now Find out more


A BRIEF INTRODUCTION TO
VEHICLE HIRE WITH INDULGE INSTYLE

iiCARS is a in-house Hire car company with a fleet of our own vehicles and a
collaboration of the most recognised cars in NSW today. We hold strict protocols
in the maintenance and presentation of our vehicles ensuring to provide the best
brands with the best service to that in the market today.


VEHICLE HIRE

BMW, Mercedes, Chrysler, Ferrari, Lamborghini,
Porsche, Exotics, Convertibles, Limousines,
Sedans, Classic, Muscle, Escorting,
Specialty Red Carpet, Experienced Chauffeurs,
Industry Leading Vehicles.


Enquire Now Find out more


A BRIEF INTRODUCTION TO
FONDUE WITH INDULGE INSTYLE

iiFONDUE, is the leader of creative styling fondue fountain hire in NSW, by only
using the best of Belvedere chocolate fountains melting in a range of different
varieties, Fresh fruit and to die for additions. Our unique styling is custom
made to suit every occasion making your fondue set up a great addition to any
occasion. Delivery, set up and cleaning services are provided complimentary with
each hire leaving nothing left for you to do but ENJOY!! In addition to Fondue
we offer iiCANDY BUFFETT, an exquisite and exciting display to wow your guests
at your event venue.


FONDUE & CANDY BUFFET

Belvedere Chocolate,
Creative Styling,
Host and Hostess options,
Hassle Free Set up and Clean up.


Enquire Now Find out more

MAIN PROMOTION




Book any three services together and recieve a $150 Myer Gift Voucher!

Enquire Now

VEHICLE HIRE BONUS




Book BMW 335i convertible with any car and get $100 off total package price
(limited time only).

Enquire Now

FONDUE PROMOTION




Book any Fondue & Candy buffet package and get 10% off the total value (limited
time only).

Enquire Now

CINEMATOGRAPHY PROMOTION




Book any Cinematography package and get a free premium DVD case upgrade (limited
time only).

Enquire Now
* All promotions are not applicable with any other offer


JOIN OUR MAILING LIST:

First name

Last name

Email






THANK YOU FOR YOUR SUBSCRIPTION

You have been added to our mailing list and will be notified of our latest
promotions.

In the mean time should you have any further queries please don't hesitate to
contact our team on 1300 886 351 or at info@indulgeinstyle.com.au


CHANGE EMAIL:

Email





Your email has been changed sucessfully.


CHANGE PASSWORD:


Old Password

New Password

Confirm Password





Your password has been changed sucessfully.

NAVIGATE

 * Cinematography
 * Photography
 * Vehicle Hire
 * Fondue

 * Promotions
 * Our Group
 * Enquire
 * Contact

CONTACT

 * 433 Darling st
 * Balmain NSW 2041
 * 1300 886 351
 * info@indulgeinstyle.com.au



© Indulge In Style Group 2024 | Developed by RANDEM

JOIN OUR MAILING LIST

Keep up to date with our latest offers by signing up today.

Join Our Mailing List

Online




Thank you for your patience when waiting for Live Help, we apologize for any
delays that you may experience.


Welcome to Live Help! Please continue to start chatting.
Please enter your details below to continue.
Your chat session has been blocked by the customer representative.
Invalid Email Address.
Name


Email


Department


Question


Other


Connect
Connecting
Access Denied
Blocked Chat Session
Close Chat
or



Copyright © 2012 Live Chat Software All Rights Reserved
Send




Are you sure that you wish to disconnect from Live Chat?

Disconnecting from Live Chat will close the current chat session. You can
request a new chat from the Online / Offline chat button if you have further
questions at a later time.
Disconnect
Cancel