aakashrajan.myinstamojo.com Open in urlscan Pro
35.154.140.252  Public Scan

Submitted URL: https://imojo.in/D0IDT
Effective URL: https://aakashrajan.myinstamojo.com/product/162395/life-is-fiction-digital-ep/
Submission: On September 03 via api from IE

Form analysis 7 forms found in the DOM

Name: search-form

<form class="prod-search-wrap search-block theme-form pos-relative ng-pristine ng-valid" name="search-form" ng-submit="mc.getFilterProds()" outside-click-remove-class="active" ng-class="{ 'active': mc.autoSuggestions.length }">
  <div class="input-group">
    <input ng-model="mc.searchData.query" add-overlay="search-overlay" remove-overlay="search-overlay" ng-change="mc.fetchAutoSuggestions()" ng-enter="mc.getFilterProds();mc.autoSuggestions = [];" type="text" placeholder="Search Products"
      class="form-control search-input no-radius ng-pristine ng-untouched ng-valid">
    <ul class="auto-suggestion-list-block custom-scroll">
      <!-- ngRepeat: autoSuggestion in mc.autoSuggestions -->
    </ul>
    <span class="input-group-btn">
      <!-- ngIf: !mc.fetchedProds -->
      <button class="btn btn-default search-btn no-radius" type="submit" ng-show="mc.fetchedProds">
        <i class="fa fa-search"></i>
      </button>
    </span>
  </div>
</form>

<form id="promo-code-form" ng-show="mc.cartProds.itemlist.length &amp;&amp; mc.cartProds.discounted_total_price < 0  &amp;&amp; !mc.hideCouponSection()" ng-submit="mc.submitPromo()" data-target="promo-code-form"
  class="pull-left form-inline ng-pristine ng-valid">
  <div class="input-group theme-form">
    <input placeholder="Apply Coupon Code" class="theme-form form-control ng-pristine ng-untouched ng-valid" ng-model="mc.cartProds.promo.promo_code" type="text">
    <span class="input-group-btn">
      <button id="promo-submit" class="btn btn-default no-radius" type="submit">Apply</button>
    </span>
  </div>
</form>

Name: enduser-registration

<form name="enduser-registration" class="enduser-registration-form clearfix material-form ng-pristine ng-valid" id="enduser_registration_modal_form" ng-submit="eac.registerSubmit('#enduser_registration_modal_form')" novalidate=""><input type="hidden"
    name="csrfmiddlewaretoken" value="XfJ0j8wmAFmrV2uEscP1xlNpM2wFSFwzOYBLq234JZkJa4D7REwrmTbrQz8p6S80">
  <div class="clearfix">
    <div class="col-sm-6 col-half-size col-xs-12 no-padding" float-label="input">
      <p class="form-group">
        <input id="id_firstname" class="form-control ng-pristine ng-untouched ng-valid" maxlength="100" ng-model="eac.registerData.firstname" name="firstname" type="text" required="" ng-class="eac.registerData.firstname.length ? 'used' : ''">
        <label class="float-label">First Name</label>
        <label class="berror" id="register-firstname-error"></label>
      </p>
    </div>
    <div class="col-sm-6 col-half-size col-xs-12 no-padding" float-label="input">
      <p class="form-group">
        <input id="id_lastname" class="form-control ng-pristine ng-untouched ng-valid" maxlength="100" ng-model="eac.registerData.lastname" name="lastname" type="text" required="" ng-class="eac.registerData.lastname.length ? 'used' : ''">
        <label class="float-label">Last Name</label>
        <label class="berror" id="register-lastname-error"></label>
      </p>
    </div>
  </div>
  <div class="form-group" float-label="input">
    <input id="register_id_email" class="form-control ng-pristine ng-untouched ng-valid" maxlength="100" ng-model="eac.registerData.email" name="email" type="email" required="" ng-class="eac.registerData.email.length ? 'used' : ''">
    <label for="register_id_email" class="float-label">Email</label>
    <label class="berror" id="register-email-error"></label>
  </div>
  <div class="form-group contact-input" float-label="input" ng-class="eac.registerData.contact.length ? 'used' : ''">
    <input id="id_contact" class="form-control ng-pristine ng-untouched ng-valid" international-phone-number="" ng-model="eac.registerData.contact" name="contact" type="text" required="" ng-class="eac.registerData.contact.length ? 'used' : ''"
      ng-focus="focus=true" ng-blur="focus=false">
    <label for="id_contact" class="float-label" ng-class="{'focus':focus===true}">Contact</label>
    <span id="valid-msg" class="text-success hide contact-valid-text"><i class="fa fa-check" aria-hidden="true"></i> Valid</span>
  </div>
  <div class="clearfix">
    <div class="col-sm-6 col-half-size col-xs-12 no-padding" float-label="input">
      <p class="form-group">
        <input id="register_id_password" class="form-control ng-pristine ng-untouched ng-valid" maxlength="50" ng-model="eac.registerData.password" name="password" type="password" required="" ng-class="eac.registerData.password.length ? 'used' : ''">
        <label class="float-label">Password</label>
        <label class="berror" id="register-password-error"></label>
      </p>
    </div>
    <div class="col-sm-6 col-half-size col-xs-12 no-padding" float-label="input">
      <p class="form-group">
        <input id="id_confirm_password" class="form-control ng-pristine ng-untouched ng-valid" ng-model="eac.registerData.confirm_password" maxlength="50" name="confirm_password" type="password" required=""
          ng-class="eac.registerData.confirm_password.length ? 'used' : ''">
        <label class="float-label">Confirm Password</label>
        <label class="berror" id="register-confirm_password-error"></label>
      </p>
    </div>
  </div>
  <div class="col-xs-12 no-padding" ng-show="eac.subscriptionTypes.length &amp;&amp; eac.subscriptionTypes.length > 3">
    <p class="form-group">
      <select class="form-control ng-pristine ng-untouched ng-valid" id="id_enduser_type" name="enduser_type" ng-model="eac.registerData.enduser_type" ng-options="subscription.pk as subscription.name for subscription in eac.subscriptionTypes"
        required="">
        <option value="" selected="">Select Subscription</option>
      </select>
      <label class="berror" id="register-subscription-type-error"></label>
    </p>
  </div>
  <div class="col-xs-12 no-padding subscription-type" ng-show="eac.subscriptionTypes.length &amp;&amp; eac.subscriptionTypes.length < 4">
    <div class="form-group">
      <label>Select Subscription :</label>
      <!-- ngRepeat: subscription in eac.subscriptionTypes track by $index -->
      <label class="berror" id="register-subscription-type-error"></label>
    </div>
  </div>
  <a class="referrer-code-link secondary-link">Have a referral code?</a>
  <div class="col-sm-12 col-xs-12 no-padding show-referral-code" float-label="input" show-on-click=".referrer-code-link">
    <p class="form-group">
      <input id="id_referrer_code" class="form-control ng-pristine ng-untouched ng-valid" maxlength="10" ng-model="eac.registerData.referrer_code" type="text" ng-class="eac.registerData.referrer_code.length ? 'used' : ''">
      <label class="float-label">Code</label>
      <label class="berror" id="register-referrer-code-error"></label>
    </p>
  </div>
  <p class="col-sm-12 col-xs-12 no-padding">
    <small>*By signing up you agree to our <a href="/terms-and-conditions/" target="_blank" class="secondary-link">T&amp;C</a></small>
  </p>
  <p class="col-sm-12 col-xs-12 no-padding">
    <button class="theme-btn theme-btn-solid signup-btn" id="user-signup-submit" type="submit">Sign Up</button>
  </p>
</form>

Name: user-login

<form name="user-login" class="enduser-login-form enduser-modal-login-form material-form ng-pristine ng-valid" id="enduser_login_modal_form" ng-submit="eac.loginSubmit('#enduser_login_modal_form')" novalidate=""><input type="hidden"
    name="csrfmiddlewaretoken" value="XfJ0j8wmAFmrV2uEscP1xlNpM2wFSFwzOYBLq234JZkJa4D7REwrmTbrQz8p6S80">
  <p class="form-group" float-label="input">
    <input id="login_id_email" class="form-control ng-pristine ng-untouched ng-valid" maxlength="50" name="email" ng-model="eac.loginFormData.email" type="email" required="" ng-class="eac.loginFormData.email.length ? 'used' : ''">
    <label for="id_email" class="float-label">Email:</label>
  </p>
  <p class="form-group" float-label="input">
    <input id="login_id_password" class="form-control ng-pristine ng-untouched ng-valid" maxlength="100" name="password" ng-model="eac.loginFormData.password" type="password" required="" ng-class="eac.loginFormData.password.length ? 'used' : ''">
    <label for="id_password" class="float-label">Password:</label>
  </p>
  <label class="berror" id="login-error"></label>
  <button class="theme-btn theme-btn-solid login-btn" type="submit">Log in</button>
  <div class="row padding-top padding-horizontal">
    <span class="pull-left text-right link-forgot-password">
      <a class="pull-right secondary-link" href="javascript:void(0)" data-dismiss="modal" data-toggle="modal" data-target="#forgot_pass_modal">Forgot password ?</a>
    </span>
    <span class="pull-right text-right link-new-account"> &nbsp;&nbsp;<a class="pull-right secondary-link" href="javascript:void(0)" data-dismiss="modal" data-toggle="modal" data-target="#enduser_auth_modal">New to Aakash Rajan ?</a>
    </span>
  </div>
</form>

Name: forgot-password

<form name="forgot-password" id="forgot_password_form" class="material-form ng-pristine ng-valid" ng-submit="eac.forgotPassSubmit()" novalidate="novalidate"><input type="hidden" name="csrfmiddlewaretoken"
    value="XfJ0j8wmAFmrV2uEscP1xlNpM2wFSFwzOYBLq234JZkJa4D7REwrmTbrQz8p6S80">
  <div class="form-group" float-label="input">
    <input id="id_email" class="form-control ng-pristine ng-untouched ng-valid" ng-model="eac.forgotPassData.email" maxlength="70" name="email" type="email" ng-class="eac.forgotPassData.email.length ? 'used' : ''" required="">
    <label for="id_email" class="float-label">Email:</label>
    <label class="berror" id="forgotPass-error"></label>
  </div>
  <div class="form-group padding-horizontal row">
    <button class="theme-btn theme-btn-solid pull-right" type="submit">Submit</button>
  </div>
</form>

<form class="clearfix ng-pristine ng-valid" ng-submit="mc.resendUserVerificationMail()">
  <div class="form-group">
    <input type="text" class="form-control" disabled="" value="{( mc.enduser.email )}" name="email">
  </div>
  <div class="form-group clearfix">
    <button type="submit" class="btn theme-btn theme-btn-solid pull-right">Submit</button>
  </div>
</form>

POST /track-order-status/

<form action="/track-order-status/" id="track_order_modal_form" method="POST" class="theme-form float-form ng-pristine ng-valid">
  <input type="hidden" name="csrfmiddlewaretoken" value="XfJ0j8wmAFmrV2uEscP1xlNpM2wFSFwzOYBLq234JZkJa4D7REwrmTbrQz8p6S80">
  <p class="form-group" float-label="input">
    <label for="track_id" class="float-label">Order ID</label>
    <input type="text" class="form-control" id="track_id" placeholder="Order ID" name="trackid" required="">
  </p>
  <p class="form-group" float-label="input">
    <label for="track_email" class="float-label">E-mail ID</label>
    <input type="email" class="form-control" id="track_email" placeholder="E-mail ID" name="trackemail" required="">
  </p>
  <p class="form-group">
    <button type="submit" class="theme-btn theme-btn-solid pull-right">Track</button>
  </p>
</form>

Text Content

 * Contact
   


 * 
 * 
 * 
   
   
 * 


Aakash Rajan
 * Contact
   

Cart ({( mc.cartProds.total_items )})
   
 * Compare Clear

Click to See Compared Products

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 


{( PC.PRODUCTDATA.ACTIVEITEM.T )}



Share: Cancel
{( pc.productData.activeItem.sl )}
Free
Select your



SKU: {( pc.productData.activeItem.sku )}
Aakash Rajan

Joined {( pc.userContext.joining_date | date:"mediumDate" )}

{( pc.userContext.products )} Products on Store
VIEW STORE

Back

Show more

×

SHOPPING CART ()


Apply
{( mc.cartProds.promo.promo_code )}


×
 * 
   
   
   
   



Add to Compare

More Details

×

First Name

Last Name

Email
Contact Valid

Password

Confirm Password

Select Subscription

Select Subscription :
Have a referral code?

Code

*By signing up you agree to our T&C

Sign Up

SIGNUP TO AAKASH RAJAN

Use your social media account:


Continue with Facebook

Continue with Google

or
Already a user?

A confirmation mail has been sent to {( eac.registerData.email )}. Kindly click
on the link to proceed further.


×

Email:

Password:

Log in
Forgot password ?   New to Aakash Rajan ?

LOGIN TO AAKASH RAJAN

Use your social media account:


Continue with Facebook

Continue with Google

or

×

FORGOT PASSWORD

*RESET PASSWORD LINK WILL BE SENT TO YOUR EMAIL.

Email:
Submit


PLEASE CONFIRM YOU EMAIL ID

Please click on the verification link sent through email on {( mc.enduser.email
)}

Submit
 * About
 * Blog
 * Developers
 * Support
 * Careers
 * Contact
 * Privacy
 * Terms
 * System Status

 * 
 * 
 * © Instamojo Technologies Private Limited.

 * About
 * Blog
 * Developers
 * Contact

 * Support
 * Careers
 * Terms
 * System Status


 * 
 * 

Privacy Policy

© Instamojo Technologies Private Limited.


×

TRACK ORDER

Order ID

E-mail ID

Track

Loading...

­

Your current web browser does not support storing settings locally. For the best
usage of website please use the normal mode or another browser. This issue
mostly caused by Safari Browser - Private mode

ShareThis Copy and Paste