sellmygold.ae Open in urlscan Pro
67.205.60.131  Public Scan

Submitted URL: https://www.sellmygold.ae/
Effective URL: https://sellmygold.ae/
Submission: On June 19 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="form-horizontal" action="" id="multistep_form" enctype="multipart/form-data">
  <fieldset id="account">
    <div class="panel-body">
      <h4>Step 1: Item Details</h4><br>
      <div id="duplicatediv1"> <!----------Div 1--------------->
        <div class="form-group">
          <label class="control-label col-sm-2" for="weight">Weight (g)*</label>
          <div class="col-sm-5">
            <input type="number" class="form-control" id="Weight" name="Weight" required="">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="metal">Metal*</label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="metal" value="Gold" class="getval"><span>Gold</span></label>
              <label class="yellow"><input type="radio" name="metal" value="Silver" class="getval"><span>Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="Purity">Purity*</label>
          <div class="col-sm-10" id="gold">
            <div class="sstoggle-radio" id="gpurity">
              <label class="yellow"><input type="radio" name="purity" value="14K"><span>14K</span></label>
              <label class="yellow"><input type="radio" name="purity" value="18K"><span>18K</span></label>
              <label class="yellow"><input type="radio" name="purity" value="21K"><span>21K</span></label>
              <label class="yellow"><input type="radio" name="purity" value="22K"><span>22K</span></label>
              <label class="yellow"><input type="radio" name="purity" value="24K"><span>24K</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silver" style="display: none">
            <div class="sstoggle-radio" id="spurity">
              <label class="yellow"><input type="radio" name="purity" value="999"><span>Pure Silver</span></label>
              <label class="yellow"><input type="radio" name="purity" value="925"><span>925-Italian Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="type">Type*</label>
          <div class="col-sm-5" id="goldtype">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype" value="Gold Bullion"><span>Gold Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype" value="Gold Jewelery"><span>Gold Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype" value="Gold Coin"><span>Gold Coin</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silvertype" style="display: none">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype" value="Silver Bullion"><span>Silver Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype" value="Silver Jewelery"><span>Silver Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype" value="Silver Coin"><span>Silver Coin</span></label>
              <label class="yellow"><input type="radio" name="jtype" value="Silver Utensils"><span>Silver Utensils</span></label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="brand">Brand </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="brand" id="brand">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="place">Place of Purchase </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="place_of_purchase" id="place_of_purchase">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadmedia">Upload Item Image </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadimg" id="uploadimg">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadinvoice">I have an Invoice </label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="hasuploadinvoice" value="yes"><span>Yes</span></label>
              <label class="yellow"><input type="radio" name="hasuploadinvoice" value="no" checked=""><span>No</span></label>
              <p> Tip: Uploading Invoice gives you a better Value!</p>
            </div>
          </div>
        </div>
        <div class="form-group" id="upload_invoice" style="display: none;">
          <label class="control-label col-sm-2" for="uploadinvoice">Upload Invoice* </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadinvoice" id="uploadinv">
          </div>
        </div>
      </div>
      <div id="duplicatediv2" style="display: none"> <!----------Div 2--------------->
        <div class="newrowheading">ITEM 2 <span id="remove2"><i class="fas fa-times"></i></span></div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="weight">Weight (g)*</label>
          <div class="col-sm-5">
            <input type="number" class="form-control" id="Weight2" name="Weight2" required="">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="metal">Metal*</label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="metal2" value="Gold" class="getval"><span>Gold</span></label>
              <label class="yellow"><input type="radio" name="metal2" value="Silver" class="getval"><span>Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="Purity">Purity*</label>
          <div class="col-sm-10" id="gold2">
            <div class="sstoggle-radio" id="gpurity2">
              <label class="yellow"><input type="radio" name="purity2" value="14K"><span>14K</span></label>
              <label class="yellow"><input type="radio" name="purity2" value="18K"><span>18K</span></label>
              <label class="yellow"><input type="radio" name="purity2" value="21K"><span>21K</span></label>
              <label class="yellow"><input type="radio" name="purity2" value="22K"><span>22K</span></label>
              <label class="yellow"><input type="radio" name="purity2" value="24K"><span>24K</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silver2" style="display: none">
            <div class="sstoggle-radio" id="spurity2">
              <label class="yellow"><input type="radio" name="purity2" value="999"><span>Pure Silver</span></label>
              <label class="yellow"><input type="radio" name="purity2" value="925"><span>925-Italian Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="type">Type*</label>
          <div class="col-sm-5" id="goldtype2">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype2" value="Gold Bullion"><span>Gold Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype2" value="Gold Jewelery"><span>Gold Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype2" value="Gold Coin"><span>Gold Coin</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silvertype2" style="display: none">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype2" value="Silver Bullion"><span>Silver Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype2" value="Silver Jewelery"><span>Silver Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype2" value="Silver Coin"><span>Silver Coin</span></label>
              <label class="yellow"><input type="radio" name="jtype2" value="Silver Utensils"><span>Silver Utensils</span></label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="brand">Brand </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="brand2" id="brand2">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="place">Place of Purchase </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="place_of_purchase2" id="place_of_purchase2">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadmedia">Upload Item Image </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadimg" id="uploadimg2">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadinvoice">I have an Invoice </label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="hasuploadinvoice2" value="yes"><span>Yes</span></label>
              <label class="yellow"><input type="radio" name="hasuploadinvoice2" value="no"><span>No</span></label>
              <p> Tip: Uploading Invoice gives you a better Value!</p>
            </div>
          </div>
        </div>
        <div class="form-group" id="upload_invoice2" style="display: none;">
          <label class="control-label col-sm-2" for="uploadinvoice">Upload Invoice* </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadinvoice" id="uploadinv2">
          </div>
        </div>
      </div>
      <div id="duplicatediv3" style="display: none"> <!----------Div 3--------------->
        <div class="newrowheading">ITEM 3 <span id="remove3"><i class="fas fa-times"></i></span></div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="weight">Weight (g)*</label>
          <div class="col-sm-5">
            <input type="number" class="form-control" id="Weight3" name="Weight3" required="">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="metal">Metal*</label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="metal3" value="Gold" class="getval"><span>Gold</span></label>
              <label class="yellow"><input type="radio" name="metal3" value="Silver" class="getval"><span>Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="Purity">Purity*</label>
          <div class="col-sm-10" id="gold3">
            <div class="sstoggle-radio" id="gpurity3">
              <label class="yellow"><input type="radio" name="purity3" value="14K"><span>14K</span></label>
              <label class="yellow"><input type="radio" name="purity3" value="18K"><span>18K</span></label>
              <label class="yellow"><input type="radio" name="purity3" value="21K"><span>21K</span></label>
              <label class="yellow"><input type="radio" name="purity3" value="22K"><span>22K</span></label>
              <label class="yellow"><input type="radio" name="purity3" value="24K"><span>24K</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silver3" style="display: none">
            <div class="sstoggle-radio" id="spurity3">
              <label class="yellow"><input type="radio" name="purity3" value="999"><span>Pure Silver</span></label>
              <label class="yellow"><input type="radio" name="purity3" value="925"><span>925-Italian Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="type">Type*</label>
          <div class="col-sm-5" id="goldtype3">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype3" value="Gold Bullion"><span>Gold Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype3" value="Gold Jewelery"><span>Gold Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype3" value="Gold Coin"><span>Gold Coin</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silvertype3" style="display: none">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype3" value="Silver Bullion"><span>Silver Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype3" value="Silver Jewelery"><span>Silver Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype3" value="Silver Coin"><span>Silver Coin</span></label>
              <label class="yellow"><input type="radio" name="jtype3" value="Silver Utensils"><span>Silver Utensils</span></label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="brand">Brand </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="brand3" id="brand3">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="place">Place of Purchase</label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="place_of_purchase3" id="place_of_purchase3">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadmedia">Upload Item Image </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadimg" id="uploadimg3">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadinvoice">I have an Invoice </label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="hasuploadinvoice3" value="yes"><span>Yes</span></label>
              <label class="yellow"><input type="radio" name="hasuploadinvoice3" value="no"><span>No</span></label>
              <p> Tip: Uploading Invoice gives you a better Value!</p>
            </div>
          </div>
        </div>
        <div class="form-group" id="upload_invoice3" style="display: none;">
          <label class="control-label col-sm-2" for="uploadinvoice">Upload Invoice* </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadinvoice" id="uploadinv3">
          </div>
        </div>
      </div>
      <div id="duplicatediv4" style="display: none"> <!----------Div 4--------------->
        <div class="newrowheading">ITEM 4 <span id="remove4"><i class="fas fa-times"></i></span></div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="weight">Weight (g)*</label>
          <div class="col-sm-5">
            <input type="number" class="form-control" id="Weight4" name="Weight4" required="">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="metal">Metal*</label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="metal4" value="Gold" class="getval"><span>Gold</span></label>
              <label class="yellow"><input type="radio" name="metal4" value="Silver" class="getval"><span>Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="Purity">Purity*</label>
          <div class="col-sm-10" id="gold4">
            <div class="sstoggle-radio" id="gpurity4">
              <label class="yellow"><input type="radio" name="purity4" value="14K"><span>14K</span></label>
              <label class="yellow"><input type="radio" name="purity4" value="18K"><span>18K</span></label>
              <label class="yellow"><input type="radio" name="purity4" value="21K"><span>21K</span></label>
              <label class="yellow"><input type="radio" name="purity4" value="22K"><span>22K</span></label>
              <label class="yellow"><input type="radio" name="purity4" value="24K"><span>24K</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silver4" style="display: none">
            <div class="sstoggle-radio" id="spurity4">
              <label class="yellow"><input type="radio" name="purity4" value="999"><span>Pure Silver</span></label>
              <label class="yellow"><input type="radio" name="purity4" value="925"><span>925-Italian Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="type">Type*</label>
          <div class="col-sm-5" id="goldtype4">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype4" value="Gold Bullion"><span>Gold Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype4" value="Gold Jewelery"><span>Gold Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype4" value="Gold Coin"><span>Gold Coin</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silvertype4" style="display: none">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype4" value="Silver Bullion"><span>Silver Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype4" value="Silver Jewelery"><span>Silver Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype4" value="Silver Coin"><span>Silver Coin</span></label>
              <label class="yellow"><input type="radio" name="jtype4" value="Silver Utensils"><span>Silver Utensils</span></label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="brand">Brand </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="brand4" id="brand4">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="place">Place of Purchase </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="place_of_purchase4" id="place_of_purchase4">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadmedia">Upload Item Image </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadimg" id="uploadimg4">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadinvoice">I have an Invoice </label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="hasuploadinvoice4" value="yes"><span>Yes</span></label>
              <label class="yellow"><input type="radio" name="hasuploadinvoice4" value="no"><span>No</span></label>
              <p> Tip: Uploading Invoice gives you a better Value!</p>
            </div>
          </div>
        </div>
        <div class="form-group" id="upload_invoice4" style="display: none;">
          <label class="control-label col-sm-2" for="uploadinvoice">Upload Invoice* </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadinvoice" id="uploadinv4">
          </div>
        </div>
      </div>
      <div id="duplicatediv5" style="display: none"> <!----------Div 5-------------->
        <div class="newrowheading">ITEM 5 <span id="remove5"><i class="fas fa-times"></i></span></div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="weight">Weight (g)*</label>
          <div class="col-sm-5">
            <input type="number" class="form-control" id="Weight5" name="Weight5" required="">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="metal">Metal*</label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="metal5" value="Gold" class="getval"><span>Gold</span></label>
              <label class="yellow"><input type="radio" name="metal5" value="Silver" class="getval"><span>Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="Purity">Purity*</label>
          <div class="col-sm-10" id="gold5">
            <div class="sstoggle-radio" id="gpurity5">
              <label class="yellow"><input type="radio" name="purity5" value="14K"><span>14K</span></label>
              <label class="yellow"><input type="radio" name="purity5" value="18K"><span>18K</span></label>
              <label class="yellow"><input type="radio" name="purity5" value="21K"><span>21K</span></label>
              <label class="yellow"><input type="radio" name="purity5" value="22K"><span>22K</span></label>
              <label class="yellow"><input type="radio" name="purity5" value="24K"><span>24K</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silver5" style="display: none">
            <div class="sstoggle-radio" id="spurity5">
              <label class="yellow"><input type="radio" name="purity5" value="999"><span>Pure Silver</span></label>
              <label class="yellow"><input type="radio" name="purity5" value="925"><span>925-Italian Silver</span></label>
            </div>
          </div>
        </div>
        <div class="form-group"><!-- for gold-->
          <label class="control-label col-sm-2" for="type">Type*</label>
          <div class="col-sm-5" id="goldtype5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype5" value="Gold Bullion"><span>Gold Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype5" value="Gold Jewelery"><span>Gold Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype5" value="Gold Coin"><span>Gold Coin</span></label>
            </div>
          </div>
          <div class="col-sm-5" id="silvertype5" style="display: none">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="jtype5" value="Silver Bullion"><span>Silver Bullion</span></label>
              <label class="yellow"><input type="radio" name="jtype5" value="Silver Jewelery"><span>Silver Jewelery</span></label>
              <label class="yellow"><input type="radio" name="jtype5" value="Silver Coin"><span>Silver Coin</span></label>
              <label class="yellow"><input type="radio" name="jtype5" value="Silver Utensils"><span>Silver Utensils</span></label>
            </div>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="brand">Brand </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="brand5" id="brand5">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="place">Place of Purchase </label>
          <div class="col-sm-5">
            <input type="text" class="form-control" name="place_of_purchase5" id="place_of_purchase5">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadmedia">Upload Item Image </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadimg" id="uploadimg5">
          </div>
        </div>
        <div class="form-group">
          <label class="control-label col-sm-2" for="uploadinvoice">I have an Invoice </label>
          <div class="col-sm-5">
            <div class="sstoggle-radio">
              <label class="yellow"><input type="radio" name="hasuploadinvoice5" value="yes"><span>Yes</span></label>
              <label class="yellow"><input type="radio" name="hasuploadinvoice5" value="no"><span>No</span></label>
              <p> Tip: Uploading Invoice gives you a better Value!</p>
            </div>
          </div>
        </div>
        <div class="form-group" id="upload_invoice5" style="display: none;">
          <label class="control-label col-sm-2" for="uploadinvoice">Upload Invoice* </label>
          <div class="col-sm-5">
            <input type="file" class="form-control" name="uploadinvoice" id="uploadinv5">
          </div>
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="addmore"></label>
        <div class="col-sm-5">
          <input type="button" name="addmore" class="btn btn-warning" value="Add another Item " id="addmorebtn">
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="couponcode">Coupon Code </label>
        <div class="col-sm-5">
          <input type="text" class="form-control" name="CouponCode" id="CouponCode">
          <input type="button" id="checkcode" value="Verify" name="checkcode">
          <div id="couponvalidstatus"></div>
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="homeevaluation">Home Valuation * </label>
        <div class="col-sm-5">
          <div class="sstoggle-radio">
            <label class="yellow"><input type="radio" name="homeevaluation" value="yes"><span>Yes</span></label>
            <label class="yellow"><input type="radio" name="homeevaluation" value="no" checked=""><span>No</span></label>
            <p style="clear:both;">Home Valuation Charges: AED 40 </p>
            <p style="clear:both;">(Deducted from Final Value)</p>
          </div>
        </div>
      </div>
      <input type="button" name="password" class="next btn btn-info" value="Next" id="next1" style="margin-left:30%">
    </div>
  </fieldset>
  <fieldset id="contact">
    <div class="panel-body">
      <h4>Step 2: Contact Details</h4><br>
      <div class="form-group">
        <label class="control-label col-sm-2" for="fname">Full Name*</label>
        <div class="col-sm-5">
          <input type="text" class="form-control" id="fname" name="fname" required="true">
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="email">Email*</label>
        <div class="col-sm-5">
          <input type="email" class="form-control" id="email" name="email" required="required">
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="mobno">Contact Number*</label>
        <div class="col-sm-5">
          <input type="number" class="form-control" id="mobno" name="mobno" required="required">
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="captcha"></label>
        <div class="col-sm-3">
          <input type="checkbox" class="" name="tc" id="tc" value="1"> I agree to the <a target="_blank" href="https://www.sellmygold.ae/tnc/">Terms and Conditions</a>
        </div>
      </div>
      <div class="form-group">
        <label class="control-label col-sm-2" for="captcha"></label>
        <div class="col-sm-5">
          <div class="g-recaptcha" id="rcaptcha" data-sitekey="6Ld_sV4fAAAAAJ_-mpC34GVNh8rqCDdkzamXwVlB">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-ks6lcjtynmdb" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Ld_sV4fAAAAAJ_-mpC34GVNh8rqCDdkzamXwVlB&amp;co=aHR0cHM6Ly9zZWxsbXlnb2xkLmFlOjQ0Mw..&amp;hl=de&amp;v=TqxSU0dsOd2Q9IbI7CpFnJLD&amp;size=normal&amp;cb=6q3y21u0cfc"></iframe>
              </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
          <span id="captcha" style="color:red"></span>
        </div>
      </div>
    </div>
    <input type="button" name="previous" class="previous btn btn-warning" value="Previous" id="previous2">
    <input type="submit" name="submit" class="submit btn btn-success" value="Evaluate Now" id="next3" style="margin-left:30%">
    <div id="res_div"></div>
  </fieldset>
</form>

Text Content

 * Home
 * About
 * Evaluation
 * WhatsApp

Menu
 * Home
 * About
 * Evaluation
 * WhatsApp


CONTACT US ON

Whatsapp
GET BEST VALUE FOR YOUR GOLD AND SILVER
Get instant Cash for all your Gold and Silver valuables. Just fill out the form
and get real time valuation. We guarantee the best rate in the market.
HOME VALUATION AVAILABLE
Select this option to sell Gold from the comfort of your home. Our professional
and experienced Buyers visit your home or office and do a quick valuation. All
our Buyers are vaccinated and follow strict COVID-19 protocols.
CONTACT US FOR BULK RATE
Wholesale sellers may contact us for bulk rate. We have a huge buying capacity.
GET BEST VALUE FOR YOUR GOLD AND SILVER
Get instant Cash for all your Gold and Silver valuables. Just fill out the form
and get real time valuation. We guarantee the best rate in the market.
HOME VALUATION AVAILABLE
Select this option to sell Gold from the comfort of your home. Our professional
and experienced Buyers visit your home or office and do a quick valuation. All
our Buyers are vaccinated and follow strict COVID-19 protocols.
CONTACT US FOR BULK RATE
Wholesale sellers may contact us for bulk rate. We have a huge buying capacity.
GET BEST VALUE FOR YOUR GOLD AND SILVER
Get instant Cash for all your Gold and Silver valuables. Just fill out the form
and get real time valuation. We guarantee the best rate in the market.
HOME VALUATION AVAILABLE
Select this option to sell Gold from the comfort of your home. Our professional
and experienced Buyers visit your home or office and do a quick valuation. All
our Buyers are vaccinated and follow strict COVID-19 protocols.
CONTACT US FOR BULK RATE
Wholesale sellers may contact us for bulk rate. We have a huge buying capacity.

Previous
Next

 * Fill out the Interactive Valuation form and get the best real time rate for
   your Gold and Silver valuables. We buy all kinds of jewelry, bullion, coins,
   etc. It is our guarantee that no one else can beat our price.
 * Once your request is submitted, visit our store to get the valuables
   inspected. We also offer Home Valuation option. Purchase Invoice and ID will
   have to be shown during inspection.
 * If your inspection is approved, you can sell the valuables for instant cash.


GET REAL-TIME VALUATION NOW

Valuation Form

STEP 1: ITEM DETAILS


Weight (g)*

Metal*
Gold Silver
Purity*
14K 18K 21K 22K 24K
Pure Silver 925-Italian Silver
Type*
Gold Bullion Gold Jewelery Gold Coin
Silver Bullion Silver Jewelery Silver Coin Silver Utensils
Brand

Place of Purchase

Upload Item Image

I have an Invoice
Yes No

Tip: Uploading Invoice gives you a better Value!

Upload Invoice*

ITEM 2
Weight (g)*

Metal*
Gold Silver
Purity*
14K 18K 21K 22K 24K
Pure Silver 925-Italian Silver
Type*
Gold Bullion Gold Jewelery Gold Coin
Silver Bullion Silver Jewelery Silver Coin Silver Utensils
Brand

Place of Purchase

Upload Item Image

I have an Invoice
Yes No

Tip: Uploading Invoice gives you a better Value!

Upload Invoice*

ITEM 3
Weight (g)*

Metal*
Gold Silver
Purity*
14K 18K 21K 22K 24K
Pure Silver 925-Italian Silver
Type*
Gold Bullion Gold Jewelery Gold Coin
Silver Bullion Silver Jewelery Silver Coin Silver Utensils
Brand

Place of Purchase

Upload Item Image

I have an Invoice
Yes No

Tip: Uploading Invoice gives you a better Value!

Upload Invoice*

ITEM 4
Weight (g)*

Metal*
Gold Silver
Purity*
14K 18K 21K 22K 24K
Pure Silver 925-Italian Silver
Type*
Gold Bullion Gold Jewelery Gold Coin
Silver Bullion Silver Jewelery Silver Coin Silver Utensils
Brand

Place of Purchase

Upload Item Image

I have an Invoice
Yes No

Tip: Uploading Invoice gives you a better Value!

Upload Invoice*

ITEM 5
Weight (g)*

Metal*
Gold Silver
Purity*
14K 18K 21K 22K 24K
Pure Silver 925-Italian Silver
Type*
Gold Bullion Gold Jewelery Gold Coin
Silver Bullion Silver Jewelery Silver Coin Silver Utensils
Brand

Place of Purchase

Upload Item Image

I have an Invoice
Yes No

Tip: Uploading Invoice gives you a better Value!

Upload Invoice*


Coupon Code

Home Valuation *
Yes No

Home Valuation Charges: AED 40

(Deducted from Final Value)

STEP 2: CONTACT DETAILS


Full Name*

Email*

Contact Number*

I agree to the Terms and Conditions






 * Live Gold Rate in UAE
 * Where can I sell gold?

Menu
 * Live Gold Rate in UAE
 * Where can I sell gold?

 * Where can I sell gold?
 * Gold Buyers in UAE
 * Is it a good time to sell gold?
 * Today's Gold Rate
 * Sell Silver

 * Live Gold Rate in UAE
 * Where can I sell gold?

Menu
 * Live Gold Rate in UAE
 * Where can I sell gold?

© 2021 All rights Reserved.

 * Privacy Policy
 * |
 * Terms & Conditions

Facebook-f Instagram Whatsapp