basware.service-now.com Open in urlscan Pro
148.139.9.12  Public Scan

URL: https://basware.service-now.com/bw?id=bw_sc_cat_item_public
Submission: On November 28 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

<form ng-submit="c.submitSearch()" class="ng-pristine ng-valid">
  <input type="hidden" name="id" value="search" autocomplete="off">
  <input type="hidden" name="t" value="kb" autocomplete="off">
  <div class="input-group input-group-"> <!-- uses ui.bootstrap.typeahead -->
    <input name="q" type="text" placeholder="Search" ng-model="c.searchTerm" autocomplete="off" uib-typeahead="item as item.primary for item in c.getResults($viewValue)" typeahead-wait-ms="250" typeahead-focus-first="false"
      typeahead-on-select="c.onSelect($item, $model, $label)" typeahead-template-url="bw-sp-typeahead.html" typeahead-popup-template-url="bw-sp-typeahead-popup.html" class="form-control input-typeahead ng-pristine ng-untouched ng-valid ng-empty"
      title="Search" role="textbox" aria-label="Search" tabindex="0" aria-haspopup="true" aria-autocomplete="list" aria-owns="typeahead-13-1637" data-aria-expanded="false">
    <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup="" id="typeahead-13-1637"
      matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate" template-url="bw-sp-typeahead.html"
      popup-template-url="bw-sp-typeahead-popup.html">
      <li role="option" aria-hidden="true" style="display: none"></li>
      <!-- ngRepeat: match in matches track by $index -->
    </ul> <span class="input-group-btn"> <button name="search" type="submit" class="btn btn-default" title="Search" aria-label="Search">
        <!-- ngIf: ::c.options.glyph --><i ng-if="::c.options.glyph" class="fa fa-search"></i><!-- end ngIf: ::c.options.glyph --> </button> </span>
  </div>
</form>

<form ng-submit="c.submitSearch()" class="ng-pristine ng-valid">
  <input type="hidden" name="id" value="search" autocomplete="off">
  <input type="hidden" name="t" value="sc" autocomplete="off">
  <div class="input-group input-group-md"> <!-- uses ui.bootstrap.typeahead -->
    <input name="q" type="text" placeholder="Search" ng-model="c.searchTerm" autocomplete="off" uib-typeahead="item as item.primary for item in c.getResults($viewValue)" typeahead-wait-ms="250" typeahead-focus-first="false"
      typeahead-on-select="c.onSelect($item, $model, $label)" typeahead-template-url="bw-sp-typeahead.html" typeahead-popup-template-url="bw-sp-typeahead-popup.html" class="form-control input-typeahead ng-pristine ng-untouched ng-valid ng-empty"
      title="Search" role="textbox" aria-label="Search" tabindex="0" aria-haspopup="true" aria-autocomplete="list" aria-owns="typeahead-38-8737" data-aria-expanded="false">
    <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup="" id="typeahead-38-8737"
      matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate" template-url="bw-sp-typeahead.html"
      popup-template-url="bw-sp-typeahead-popup.html">
      <li role="option" aria-hidden="true" style="display: none"></li>
      <!-- ngRepeat: match in matches track by $index -->
    </ul> <span class="input-group-btn"> <button name="search" type="submit" class="btn btn-default" title="Search" aria-label="Search">
        <!-- ngIf: ::c.options.glyph --><i ng-if="::c.options.glyph" class="fa fa-search"></i><!-- end ngIf: ::c.options.glyph --> </button> </span>
  </div>
</form>

Name: create_case

<form name="create_case" ng-submit="$event.preventDefault()" class="form-horizontal ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern" style="">
  <!-- ngIf: data.sys_id != '-1' && data.status == 'success' -->
  <fieldset ng-disabled="c.disableSubmit" aria-disabled="false"> <!-- First Name input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="first_name">First Name</label> <!-- ngIf: create_case.first_name.$error.required --><span style="color: red;" ng-if="create_case.first_name.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.first_name.$error.required -->
      <div class="col-sm-6">
        <input ng-model="c.first_name" id="first_name" required="" name="first_name" placeholder="" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="">
      </div>
    </div> <!-- Last Name input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="last_name">Last Name</label> <!-- ngIf: create_case.last_name.$error.required --><span style="color: red;" ng-if="create_case.last_name.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.last_name.$error.required -->
      <div class="col-sm-6">
        <input ng-model="c.last_name" required="" id="last_name" name="last_name" placeholder="" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="">
      </div>
    </div> <!-- Company input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="company">Company</label> <!-- ngIf: create_case.company.$error.required --><span style="color: red;" ng-if="create_case.company.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.company.$error.required -->
      <div class="col-sm-6">
        <input ng-model="c.company" required="" id="company" name="company" placeholder="" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="">
      </div>
    </div> <!-- Business Email input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="email">Business Email</label> <!-- ngIf: create_case.email.$error.required --><span style="color: red;" ng-if="create_case.email.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.email.$error.required --> <!-- ngIf: create_case.email.$error.email -->
      <div class="col-sm-6">
        <input ng-model="c.email" required="" id="email" type="email" name="email" placeholder="" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" role="textbox" style="">
      </div>
    </div> <!-- Business phone input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="phone">Business Phone</label> <!-- ngIf: create_case.phone.$error.required --><span style="color: red;" ng-if="create_case.phone.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.phone.$error.required --> <!-- ngIf: create_case.phone.$error.pattern -->
      <div class="col-sm-6">
        <input ng-model="c.phone" ng-pattern="/^\+\d+$/" required="" id="phone" name="phone" placeholder="" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" style="">
      </div>
    </div> <!-- how to help input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="how_help">How can we help you?</label> <!-- ngIf: create_case.how_help.$error.required --><span style="color: red;" ng-if="create_case.how_help.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.how_help.$error.required -->
      <div class="col-sm-6"> <select ng-model="c.how_help" required="" ng-init="c.how_help = ''" id="how_help" name="how_help" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-change="c.onHowHelpChange()"
          style="">
          <option value="? string: ?"></option> <!-- ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="ed75d84fdbd957c0394380ab0b96191a" class="ng-binding ng-scope" style="">I need help with Purchase to Pay</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="30a5900fdbd957c0394380ab0b961938" class="ng-binding ng-scope">I need help with the Network - Sending documents</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="63a554cbdbd957c0394380ab0b96195a" class="ng-binding ng-scope">I need help with the Network - Receiving documents</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="aab51c4fdbd957c0394380ab0b961955" class="ng-binding ng-scope">I need help with the Network - Financing Service</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="72c5d44fdbd957c0394380ab0b96194a" class="ng-binding ng-scope">I need help with using this Customer Support Portal</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="bed5584fdbd957c0394380ab0b9619d0" class="ng-binding ng-scope">I have a question for Accounts Receivable</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="83444b7ddb8a1f0087c31ded0b9619cc" class="ng-binding ng-scope">I need help with the UK Marketplace</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="7e8fa5d0877701503ed3646e8bbb351d" class="ng-binding ng-scope">I need help with the Global Marketplace</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
          <option ng-repeat="option in c.data.how_to_help | orderBy:'order'" value="93be4106db78ab4087c31ded0b961908" class="ng-binding ng-scope">I am a new supplier and need help with using the Basware Portal or setting up a new connection</option>
          <!-- end ngRepeat: option in c.data.how_to_help | orderBy:'order' -->
        </select>
      </div>
    </div> <!-- Document number input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="doc_number">Document Number</label>
      <div class="col-sm-6">
        <input ng-model="c.doc_number" id="doc_number" name="doc_number" placeholder="" class="form-control ng-pristine ng-untouched ng-valid ng-empty" style="">
      </div>
    </div> <!-- Document send input-->
    <!-- ngIf: c.how_help == c.send --> <!-- Document receive input-->
    <!-- ngIf: c.how_help == c.receive --> <!-- Category input-->
    <!-- ngIf: c.how_help --> <!-- Description input-->
    <div class="form-group"> <label class="col-sm-3 control-label" for="description">Description</label> <!-- ngIf: create_case.description.$error.required --><span style="color: red;" ng-if="create_case.description.$error.required"
        class="ng-scope">*</span><!-- end ngIf: create_case.description.$error.required -->
      <div class="col-sm-6"> <textarea rows="6" ng-model="c.description" required="" id="description" name="description" placeholder="Please describe your issue here"
          class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" role="textbox" style=""></textarea>
      </div>
    </div>
    <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" async="" defer=""> </script> <!-- Google Recaptcha -->
    <!-- ngIf: data.enableCaptcha == 'true' -->
    <div ng-if="data.enableCaptcha == 'true'" id="captcha_form_group" class="form-group ng-scope" style="">
      <input ng-model="c.captchaVerified" type="checkbox" name="captchaVerified" id="captchaVerified" style="display:none;" class="form-control ng-pristine ng-untouched ng-valid ng-empty" role="checkbox"> <label
        class="col-sm-3 control-label">Security Code</label> <span class="col-sm-9">
        <div class="g-recaptcha" id="html_element">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-4o5cac4apt67" 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=6LflR4EaAAAAAAamLRzySvM_xng-ZrPlXceJXV7B&amp;co=aHR0cHM6Ly9iYXN3YXJlLnNlcnZpY2Utbm93LmNvbTo0NDM.&amp;hl=en&amp;v=-QbJqHfGOUB8nuVRLvzFLVed&amp;theme=light&amp;size=normal&amp;cb=i1qb9zcjhc44"></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 class="help-block" id="retype_captcha"></span>
      </span>
    </div><!-- end ngIf: data.enableCaptcha == 'true' --> <!--     
          <now-attachments-list template="sp_attachment_single_line" ></now-attachments-list>
    
          <label ng-if="!submitted" style="float:right;font-weight:normal;cursor:pointer;"><sp-attachment-button></sp-attachment-button><span style="padding-left:4px;">Add attachments</span></label>
				-->
    <div> <button type="submit" ng-disabled="((!c.captchaVerified &amp;&amp; create_case.$invalid) || (!c.captchaVerified &amp;&amp; create_case.$valid) || (c.captchaVerified &amp;&amp; create_case.$invalid)) || c.disableSubmit"
        ng-click="c.createCase()" class="btn btn-primary" disabled="disabled">Submit</button>
    </div>
  </fieldset>
</form>

Text Content

Skip to page content
 *  * 
      

 * Log in

 * Home
   
   
 * Basware - Catalog Item (public)
   
   

 * 
   





BASWARE - CATALOG ITEM (PUBLIC)


CREATE CASE

First Name *

Last Name *

Company *

Business Email *

Business Phone *

How can we help you? *
I need help with Purchase to PayI need help with the Network - Sending
documentsI need help with the Network - Receiving documentsI need help with the
Network - Financing ServiceI need help with using this Customer Support PortalI
have a question for Accounts ReceivableI need help with the UK MarketplaceI need
help with the Global MarketplaceI am a new supplier and need help with using the
Basware Portal or setting up a new connection
Document Number

Description *

Security Code

Submit
Due to security reasons, attachments cannot be added to this form before you
login.
If you are a customer of Basware, please login to the Portal to be able to add
attachments when submitting your case.
If you are not a direct customer of Basware, please reply to the email you will
receive from us (confirming your case number) and attach your documents to the
communication.
Your contact data that we collect here is processed by us to follow up on your
case, in accordance with our Privacy Notice.
This is a temp info about Giosg chat, visible in DEV environment only.
Prev user: / User: guest

Hello Anonymous

Close chat


Delete attachment
Do you want to delete the attachment?
CancelOk

Chat with Basware

×


Conversations