veevaswageurope.com Open in urlscan Pro
2606:4700:20::681a:b6b  Public Scan

URL: https://veevaswageurope.com/
Submission Tags: sansec.io magecart Search All
Submission: On October 15 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://veevaswageurope.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://veevaswageurope.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://veevaswageurope.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="amhideprice-form" id="amgroupcat-form" action="" method="post" style="display: none;">
  <input name="form_key" type="hidden" value="t1PhmCI3iou8mCw2">
  <input name="product_id" type="hidden" value="">
  <fieldset class="fieldset">
    <legend class="legend amhideprice-form-ledend">
      <span>Get a Quote for</span>
      <span style="font-weight: bolder;" class="product-name"></span>
    </legend>
    <br>
    <div class="amhideprice-fields-container">
      <div class="field required">
        <label for="amgroupcat-name" class="label">
          <span>Customer Name</span>
        </label>
        <div class="control">
          <input type="text" name="name" class="input-text" id="amgroupcat-name" data-validate="{required:true}">
        </div>
      </div>
      <div class="field required">
        <label for="amgroupcat-email" class="label" <span="">Customer Email </label>
        <div class="control">
          <input type="email" name="email" autocomplete="email" id="amgroupcat-email" value="" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        </div>
      </div>
      <div class="field required">
        <label for="amgroupcat-phone" class="label">
          <span>Phone Number</span>
        </label>
        <div class="control">
          <input type="text" name="phone" id="amgroupcat-phone" class="input-text " data-validate="{required:true}">
        </div>
      </div>
      <div class="field">
        <label for="amgroupcat-comment" class="label">
          <span>Comment</span>
        </label>
        <div class="control">
          <textarea title="Comment" type="textarea" id="amgroupcat-comment" name="comment" class="input-text" data-validate="{'validate-no-html-tags':true}"></textarea>
        </div>
      </div>
      <div class="actions-toolbar">
        <div class="primary">
          <button type="submit" class="action submit primary" title="Submit">
            <span>Submit</span>
          </button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST https://veevaswageurope.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://veevaswageurope.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe">
      <span>Subscribe</span>
    </button>
  </div>
  <input type="hidden" name="am-gdpr-checkboxes-from" value="subscription">
</form>

<form id="amgdprcookie-form" class="amgdprcookie-settings-form" data-amcookie-js="form-cookie">
  <div class="amgdprcookie-form-container">
    <!-- ko foreach: items --><!-- /ko -->
  </div>
  <div class="amgdprcookie-buttons-block -settings">
    <button class="amgdprcookie-done" data-role="action" type="button" data-bind="
                            text: settings.doneButtonText,
                            attr: {title: $t('Done')},
                            click: () => saveCookie($element, $parent)" title="Done">Done</button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://veevaswageurope.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
Currency
GBP - British Pound
 * CNY - Chinese Yuan
 * EUR - Euro
 * USD - US Dollar

 * Welcome to Veeva
 * Sign In
 * Create an Account

Toggle Nav
My Cart
My Cart
Close You have no items in your shopping cart.

Search
Search
Advanced Search
Search
Menu
 * Apparel
 * Drinkware
 * Desk Swag
 * Bespoke
 * Bag
 * Tech/Office
 * UK

Account
 * Welcome to Veeva
 * Sign In
 * Create an Account

Settings
Currency
GBP - British Pound
 * CNY - Chinese Yuan
 * EUR - Euro
 * USD - US Dollar

Before you proceed please choose where you will be shipping this order

 OR 



Get a Quote for

Customer Name

Customer Email

Phone Number

Comment

Submit
Newsletter
Sign Up for Our Newsletter:
Subscribe

 


INFORMATION

FAQ

Private Policy

 


CUSTOMER CARE

Contact Us

 

 

 


CONTACT US

Giftpoint Limited, Giftpoint House, Trackside Business Centre,
Unit 10 Abbots Close, West Byfleet, Surrey,
KT14 7JN 

+44 (0)1784 225900

sabrina@giftpoint.co.uk

 

 


INFORMATION

FAQ

Private Policy

 


CUSTOMER CARE

Contact Us

 

 

 


CONTACT US

Giftpoint Limited, Giftpoint House, Trackside Business Centre,
Unit 10 Abbots Close, West Byfleet, Surrey,
KT14 7JN 

+44 (0)1784 225900

sabrina@giftpoint.co.uk

 


Copyright © veevaswageurope
Close
We use cookies to help improve our services, make personal offers, and enhance
your experience. If you do not accept optional cookies below, your experience
may be affected. If you want to know more, please read the Cookie Policy -> We
use cookies to improve our services, make personal offers, and enhance your
experience. If you do not accept optional cookies below, your experience may be
affected. If you want to know more, please, read the Cookie Policy
Allow Cookies Cookies Settings

Please select and accept your Cookies Group

Close
Done

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?