filipstad.actorsmartbook.se Open in urlscan Pro
194.103.129.158  Public Scan

URL: https://filipstad.actorsmartbook.se/
Submission: On February 16 via api from US — Scanned from US

Form analysis 21 forms found in the DOM

POST /Send.aspx

<form class="payment-form ng-pristine ng-valid" method="post" action="/Send.aspx"></form>

POST /Send.aspx

<form class="payment-form ng-pristine ng-valid" method="post" action="/Send.aspx"></form>

Name: form-interest

<form name="form-interest" id="form-interest" ng-submit="on_interest_queue_clicked()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="modal-dialog">
    <!-- Modal content intrestQoeue-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close float-end" data-dismiss="modal" style="margin-right: -60px;">×</button>
        <h4 class="modal-title"><strong>Intresseanmälan</strong></h4>
      </div>
      <div class="modal-body">
        <div class="modal-body">
          <table class="table-bordered">
            <thead>
              <tr>
                <td>
                  <h4 class="modal-booking"><strong>Vald aktivitet:</strong></h4>
                </td>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td></td>
                <td class="ng-binding">-</td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding"></td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16">
                    <path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"></path>
                  </svg>
                </td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="currentColor" class="bi bi-clock" viewBox="0 0 16 16">
                    <path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"></path>
                    <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"></path>
                  </svg>
                </td>
              </tr>
            </tbody>
          </table>
          <div class="col-lg-12" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking" style="margin-bottom: 20px;"><strong>Bokningsuppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 39px;">
            <table class="table interest-queue-information">
              <tbody>
                <tr scope="row">
                  <td>
                    <label class="ng-binding control-label" style="font-weight: normal;"> Förnamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerFirstName" id="CustomerFirstName" name="CustomerFirstName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;"
                      required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Efternamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerLastName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> E-post </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerEmail" type="email" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-email" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Telefonnummer </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerPhoneNumber" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="text" style="font-size: 14px;" required="">
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div data-ng-show="interest.th != null" class="col-lg-12 ng-hide" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking ng-hide" data-ng-show="interest.th != null" style="margin-bottom: 20px;"><strong>Deltagaruppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 103px;">
            <table class="table interest-queue-participant">
              <tbody><!-- ngRepeat: x in interest.th -->
              </tbody>
            </table>
          </div>
          <div>
            <label for="" class="" style="font-weight: normal; margin-top: 20px; margin-bottom: 20px; margin-left: 10px;">
              <input id="" type="checkbox" class="ng-pristine ng-untouched ng-empty" required=""> Jag godkänner registrering av uppgifter samt <button type="button" class="btn-link" data-ng-click="show_user_terms($event)"><span
                  style="font-size: smaller;">användarvillkoren.</span></button>
            </label>
          </div>
          <div class="modal-footer">
            <div class="row" style="margin-top: 20px; margin-bottom: 10px;">
              <div class="col text-center" style="margin-bottom: -20px;">
                <button type="submit" class="btn" style="margin-right: 30px;" tabindex="1">Bekräfta</button>
                <button type="button" class="Cancel" data-dismiss="modal" tabindex="1">Avbryt</button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: form-interest

<form name="form-interest" id="form-interest" ng-submit="on_interest_queue_clicked()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="modal-dialog">
    <!-- Modal content intrestQoeue-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close float-end" data-dismiss="modal" style="margin-right: -60px;">×</button>
        <h4 class="modal-title"><strong>Intresseanmälan</strong></h4>
      </div>
      <div class="modal-body">
        <div class="modal-body">
          <table class="table-bordered">
            <thead>
              <tr>
                <td>
                  <h4 class="modal-booking"><strong>Vald aktivitet:</strong></h4>
                </td>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td></td>
                <td class="ng-binding">-</td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding"></td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16">
                    <path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"></path>
                  </svg>
                </td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="currentColor" class="bi bi-clock" viewBox="0 0 16 16">
                    <path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"></path>
                    <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"></path>
                  </svg>
                </td>
              </tr>
            </tbody>
          </table>
          <div class="col-lg-12" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking" style="margin-bottom: 20px;"><strong>Bokningsuppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 39px;">
            <table class="table interest-queue-information">
              <tbody>
                <tr scope="row">
                  <td>
                    <label class="ng-binding control-label" style="font-weight: normal;"> Förnamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerFirstName" id="CustomerFirstName" name="CustomerFirstName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;"
                      required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Efternamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerLastName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> E-post </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerEmail" type="email" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-email" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Telefonnummer </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerPhoneNumber" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="text" style="font-size: 14px;" required="">
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div data-ng-show="interest.th != null" class="col-lg-12 ng-hide" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking ng-hide" data-ng-show="interest.th != null" style="margin-bottom: 20px;"><strong>Deltagaruppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 103px;">
            <table class="table interest-queue-participant">
              <tbody><!-- ngRepeat: x in interest.th -->
              </tbody>
            </table>
          </div>
          <div>
            <label for="" class="" style="font-weight: normal; margin-top: 20px; margin-bottom: 20px; margin-left: 10px;">
              <input id="" type="checkbox" class="ng-pristine ng-untouched ng-empty" required=""> Jag godkänner registrering av uppgifter samt <button type="button" class="btn-link" data-ng-click="show_user_terms($event)"><span
                  style="font-size: smaller;">användarvillkoren.</span></button>
            </label>
          </div>
          <div class="modal-footer">
            <div class="row" style="margin-top: 20px; margin-bottom: 10px;">
              <div class="col text-center" style="margin-bottom: -20px;">
                <button type="submit" class="btn" style="margin-right: 30px;" tabindex="1">Bekräfta</button>
                <button type="button" class="Cancel" data-dismiss="modal" tabindex="1">Avbryt</button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: form-interest

<form name="form-interest" id="form-interest" ng-submit="on_interest_queue_clicked()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="modal-dialog">
    <!-- Modal content intrestQoeue-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close float-end" data-dismiss="modal" style="margin-right: -60px;">×</button>
        <h4 class="modal-title"><strong>Intresseanmälan</strong></h4>
      </div>
      <div class="modal-body">
        <div class="modal-body">
          <table class="table-bordered">
            <thead>
              <tr>
                <td>
                  <h4 class="modal-booking"><strong>Vald aktivitet:</strong></h4>
                </td>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td></td>
                <td class="ng-binding">-</td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding"></td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16">
                    <path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"></path>
                  </svg>
                </td>
              </tr>
              <tr>
                <td></td>
                <td class="ng-binding">
                  <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="currentColor" class="bi bi-clock" viewBox="0 0 16 16">
                    <path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"></path>
                    <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"></path>
                  </svg>
                </td>
              </tr>
            </tbody>
          </table>
          <div class="col-lg-12" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking" style="margin-bottom: 20px;"><strong>Bokningsuppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 39px;">
            <table class="table interest-queue-information">
              <tbody>
                <tr scope="row">
                  <td>
                    <label class="ng-binding control-label" style="font-weight: normal;"> Förnamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerFirstName" id="CustomerFirstName" name="CustomerFirstName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;"
                      required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Efternamn </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerLastName" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> E-post </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerEmail" type="email" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-email" style="font-size: 14px;" required="">
                  </td>
                </tr>
                <tr scope="row">
                  <td>
                    <label class="ng-binding" style="font-weight: normal;"> Telefonnummer </label>
                  </td>
                  <td>
                    <input data-ng-model="interest.CustomerPhoneNumber" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="text" style="font-size: 14px;" required="">
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div data-ng-show="interest.th != null" class="col-lg-12 ng-hide" style="margin-top: 20px; margin-bottom: 20px;">
            <hr>
          </div>
          <h4 class="modal-booking ng-hide" data-ng-show="interest.th != null" style="margin-bottom: 20px;"><strong>Deltagaruppgifter:</strong></h4>
          <div class="form-group" style="margin-bottom: 10px; margin-left: 103px;">
            <table class="table interest-queue-participant">
              <tbody><!-- ngRepeat: x in interest.th -->
              </tbody>
            </table>
          </div>
          <div>
            <label for="" class="" style="font-weight: normal; margin-top: 20px; margin-bottom: 20px; margin-left: 10px;">
              <input id="" type="checkbox" class="ng-pristine ng-untouched ng-empty" required=""> Jag godkänner registrering av uppgifter samt <button type="button" class="btn-link" data-ng-click="show_user_terms($event)"><span
                  style="font-size: smaller;">användarvillkoren.</span></button>
            </label>
          </div>
          <div class="modal-footer">
            <div class="row" style="margin-top: 20px; margin-bottom: 10px;">
              <div class="col text-center" style="margin-bottom: -20px;">
                <button type="submit" class="btn" style="margin-right: 30px;" tabindex="1">Bekräfta</button>
                <button type="button" class="Cancel" data-dismiss="modal" tabindex="1">Avbryt</button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: email_login_form

<form name="email_login_form" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px">
    <input placeholder="E-post" type="email" required="" data-ng-model="login_email" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <input placeholder="Lösenord" data-ng-model="login_password" type="password" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <button data-ng-click="handleEmailLogin()" class="btn ng-binding"> Logga in </button>
  </div>
  <div style="margin-bottom: 30px;">
    <div style="float: left">
      <label data-toggle="tooltip" data-placement="bottom" for="rememberPpLogin" title="" class="ng-binding" data-original-title="Om du inte loggar ut så förblir du inloggad nästa gång du öppnar webbläsaren">
        <input id="rememberPpLogin" data-ng-model="login_remember" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Kom ihåg mig </label>
    </div>
    <div style="float: right; text-align: right">
      <br>
      <a tabindex="0" role="button" class="register ng-binding" data-ng-click="loginFlowPosition = loginFlow.forgotPassword" data-ng-keyup="$event.keyCode == 13 ? loginFlowPosition = loginFlow.forgotPassword : null">Glömt lösenord
                                </a>
      <br>
    </div>
    <div style="clear: both"></div>
  </div>
  <img src="Images/webbiljett_logo.png" alt="Logotyp för www.webbiljett.se" style="margin-left: auto; margin-right: auto; margin-bottom: 10px;">
  <div class="ng-binding"> Om du redan är kund så kan inloggningen användas på alla webbiljett.se sidor </div>
</form>

Name: frm-register

<form name="frm-register" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div data-ng-show="register_login_method=='bankid'" style="margin-bottom: 20px" class="ng-binding ng-hide"> Det finns inte någon användare med detta personnummer.<br> Registrera en ny användare! </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input data-ng-model="newuser.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Bekräfta epost<br>
      <input data-ng-show="register_login_method!='bankid'" data-ng-model="newuser2.email" type="email" class="validate-same ng-pristine ng-untouched ng-valid ng-empty ng-valid-email">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align:left;" data-ng-show="$parent.session == null || $parent.session.ValidationType != PlutoLoginMethodTypes.BankId" class="">
    <label class="ng-binding"> Lösenord<br>
      <input data-ng-model="newuser.password" type="password" class="validate-password ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align:left;" data-ng-show="$parent.session == null || $parent.session.ValidationType != PlutoLoginMethodTypes.BankId" class="">
    <label class="ng-binding"> Bekräfta lösenord<br>
      <input data-ng-model="newuser2.password" type="password" class="validate-same ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <table style="width: 100%">
      <tbody>
        <tr>
          <td style="text-align: left;">
            <label class="ng-binding"> Förnamn<br>
              <input data-ng-model="newuser.FirstName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
          <td style="width: 10px"></td>
          <td style="text-align: left;">
            <label class="ng-binding"> Efternamn<br>
              <input data-ng-model="newuser.LastName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil<br>
      <input class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Adress<br>
      <input data-ng-model="newuser.address" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <table style="width: 100%">
      <tbody>
        <tr>
          <td style="width: 35%; text-align: left;">
            <label class="ng-binding"> Postnr<br>
              <input class="validate-zipcode ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.Postnummer" type="text" required="">
            </label>
          </td>
          <td style="width: 10px"></td>
          <td style="text-align: left;">
            <label class="ng-binding"> Ort<br>
              <input data-ng-model="newuser.city" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label for="cbxApproveUserTerms" class="ng-binding">
      <input id="cbxApproveUserTerms" data-ng-model="newuser.approvedUserTerms" type="checkbox" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"> Jag har läst och godkänner
      <a href="/Subscribe/UserTerms.aspx" target="_blank" class="ng-binding">användarvillkoren</a>
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">
      <input data-ng-model="newuser.acceptMailAds" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Jag vill ha mer information och erbjudanden </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button type="button" data-ng-click="loginFlowPosition=loginFlow.selectprofile" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button type="button" data-ng-click="createUser()" class="btn ng-binding"> Skapa användare </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: frm-register-assn

<form name="frm-register-assn" id="frm-register-assn" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Föreningsnamn<br>
      <input data-ng-model="newassn.groupname" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input data-ng-model="newassn.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Org.nr<br>
      <input data-ng-model="newassn.orgnr" placeholder="NNNNNN-NNNN" type="text" required="" class="validate-orgnr ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil/telefon<br>
      <input class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newassn.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Besöksadress<br>
      <input data-ng-model="newassn.street_address" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Postnr<br>
      <input class="validate-zipcode ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newassn.Postnummer" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Ort<br>
      <input data-ng-model="newassn.city" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <h3>Kontaktperson</h3>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Förnamn<br>
      <input data-ng-model="newassn.GroupContact.firstName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Efternamn<br>
      <input data-ng-model="newassn.GroupContact.lastName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input data-ng-model="newassn.GroupContact.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Personnr<br>
      <input data-ng-model="newassn.GroupContact.orgnr" placeholder="ÅÅÅÅMMDDXXXX" type="text" required="" class="validate-ssn ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil/telefon<br>
      <input class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newassn.GroupContact.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">
      <input data-ng-model="newassn.approvedUserTerms" type="checkbox" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"> Jag har läst och godkänner
      <a href="/Subscribe/UserTerms.aspx" target="_blank" class="ng-binding">användarvillkoren</a>
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">
      <input data-ng-model="newassn.acceptMailAds" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Jag vill ha mer information och erbjudanden </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button type="button" data-ng-click="loginFlowPosition=loginFlow.selectprofile" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button type="button" class="btn ng-binding" data-ng-click="createAssn()">Skapa</button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: frm-register-company

<form name="frm-register-company" id="frm-register-company" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Företagsnamn<br>
      <input data-ng-model="newcompany.groupname" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input data-ng-model="newcompany.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Org.nr<br>
      <input data-ng-model="newcompany.orgnr" placeholder="NNNNNN-NNNN" type="text" required="" class="validate-orgnr ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil/telefon<br>
      <input class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newcompany.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Besöksadress<br>
      <input data-ng-model="newcompany.street_address" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Postnr<br>
      <input class="validate-zipcode ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newcompany.Postnummer" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Ort<br>
      <input data-ng-model="newcompany.city" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <h3>Kontaktperson</h3>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Förnamn<br>
      <input data-ng-model="newcompany.GroupContact.firstName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Efternamn<br>
      <input data-ng-model="newcompany.GroupContact.lastName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input data-ng-model="newcompany.GroupContact.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Personnr<br>
      <input data-ng-model="newcompany.GroupContact.orgnr" type="text" placeholder="ÅÅÅÅMMDDXXXX" required="" class="validate-ssn ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil/telefon<br>
      <input class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newcompany.GroupContact.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">
      <input data-ng-model="newcompany.approvedUserTerms" type="checkbox" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"> Jag har läst och godkänner
      <a href="/Subscribe/UserTerms.aspx" target="_blank" class="ng-binding">användarvillkoren</a>
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">
      <input data-ng-model="newcompany.acceptMailAds" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Jag vill ha mer information och erbjudanden </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button type="button" data-ng-click="loginFlowPosition=loginFlow.selectprofile" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button type="button" class="btn ng-binding" data-ng-click="createCompany()">Skapa</button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: forgot_password

<form name="forgot_password" class="ng-pristine ng-valid">
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Din epost<br>
      <input type="text" data-ng-model="forgot_password_email" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <button class="btn ng-binding" data-ng-click="on_forgot_password_ok_clicked()"> Skicka länk </button>
</form>

Name: pp_login

<form name="pp_login" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px">
    <input placeholder="E-post" type="email" required="" data-ng-model="login_email" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <input placeholder="Lösenord" data-ng-model="login_pp_password" type="password" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <button data-ng-click="on_pp_login_ok_clicked()" class="btn ng-binding"> Logga in </button>
  </div>
  <div style="margin-bottom: 30px;">
    <div style="float: left">
      <label data-toggle="tooltip" data-placement="bottom" for="rememberInloggning" title="" class="ng-binding" data-original-title="Om du inte loggar ut så förblir du inloggad nästa gång du öppnar webbläsaren">
        <input id="rememberInloggning" data-ng-model="login_remember_pp" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Kom ihåg mig </label>
    </div>
    <div style="float: right; text-align: right">
      <a tabindex="0" role="button" class="register ng-binding" data-ng-click="on_register_pp_clicked()" data-ng-keyup="$event.keyCode == 13 ? on_register_pp_clicked() : null">
                                                    Ny användare
                                                </a><br>
      <a tabindex="0" role="button" class="register ng-binding" data-ng-click="on_forgot_password_clicked()" data-ng-keyup="$event.keyCode == 13 ? on_forgot_password_clicked() : null">
                                                    Glömt lösenord
                                                </a><br>
    </div>
    <div style="clear: both"></div>
  </div>
  <img src="Images/webbiljett_logo.png" alt="Logotyp för www.webbiljett.se" style="margin-left: auto; margin-right: auto; height: auto; margin-bottom: 10px;">
  <div class="ng-binding"> Om du redan är kund så kan inloggningen användas på alla webbiljett.se sidor </div>
</form>

Name: forgot_password

<form name="forgot_password" class="ng-pristine ng-valid">
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Din epost<br>
      <input id="txtForgotPasswordEmail" type="text" data-ng-model="forgot_password_email" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <button class="btn ng-binding" data-ng-click="on_forgot_password_ok_clicked()"> Skicka länk </button>
</form>

Name: private_reg1

<form name="private_reg1" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div data-ng-show="register_login_method=='bankid'" style="margin-bottom: 20px" class="ng-binding ng-hide"> Det finns inte någon användare med detta personnummer.<br> Registrera en ny användare! </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input id="txtEmailRegisterPrivate" data-ng-model="newuser.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Bekräfta epost<br>
      <input id="txtConfirmEmailRegisterPrivate" data-ng-show="register_login_method!='bankid'" data-ng-model="newuser2.email" type="email" class="validate-same ng-pristine ng-untouched ng-valid ng-empty ng-valid-email">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;" data-ng-show="register_login_method!='bankid'" class="">
    <label class="ng-binding"> Lösenord<br>
      <input id="txtPasswordRegisterPrivate" data-ng-model="newuser.password" type="password" class="validate-password ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;" data-ng-show="register_login_method!='bankid'" class="">
    <label class="ng-binding"> Bekräfta lösenord<br>
      <input id="txtConfirmPasswordRegisterPrivate" data-ng-model="newuser2.password" type="password" class="validate-same ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button data-ng-click="on_back_to_login_clicked()" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button data-ng-click="on_register_private_page_two_clicked()" class="next btn ng-binding"> Nästa sida </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: private_reg2

<form name="private_reg2" class="ng-pristine ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px">
    <table style="width: 100%">
      <tbody>
        <tr>
          <td style="text-align: left;">
            <label class="ng-binding"> Förnamn<br>
              <input id="txtFirstNameRegisterPrivate" data-ng-model="newuser.FirstName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
          <td style="width: 10px"></td>
          <td style="text-align:left;">
            <label class="ng-binding"> Efternamn<br>
              <input id="txtLastNameRegisterPrivate" data-ng-model="newuser.LastName" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil<br>
      <input id="txtPhoneRegisterPrivate" class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.TelefonMobil" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Adress<br>
      <input id="txtAdressRegisterPrivate" data-ng-model="newuser.address" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <table style="width: 100%">
      <tbody>
        <tr>
          <td style="width: 35%; text-align: left;">
            <label class="ng-binding"> Postnr<br>
              <input id="txtPostnrRegisterPrivate" class="validate-zipcode ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.Postnummer" type="text" required="">
            </label>
          </td>
          <td style="width: 10px"></td>
          <td style="text-align: left;">
            <label class="ng-binding"> Ort<br>
              <input id="txtOrtRegisterPrivate" data-ng-model="newuser.city" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
            </label>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button data-ng-click="on_register_private_page_one_clicked()" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button data-ng-click="on_register_private_page_three_clicked()" class="next btn ng-binding"> Nästa sida </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: private_reg3

<form name="private_reg3" class="ng-pristine ng-invalid ng-invalid-recaptcha" style="">
  <div style="text-align: left">
    <strong class="ng-binding">Sammanfattning</strong><br>
    <table class="registration-summary" style="width: 100%">
      <tbody>
        <tr>
          <td>
            <table role="presentation" class="column">
              <tbody>
                <tr>
                  <td class="ng-binding">E-post:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Förnamn:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Efternamn:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Mobil:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Adress:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Postnr:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Ort:</td>
                  <td class="ng-binding"></td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
    <div on-create="set_private_registration_captcha_widget_id(widgetId)" vc-recaptcha="" key="'6LcW5R0TAAAAADCdezw2ow593sjuzKBDcwD5ONQg'" data-ng-model="newuser.recaptcha_response" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-o2uklcxspc76" 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=6LcW5R0TAAAAADCdezw2ow593sjuzKBDcwD5ONQg&amp;co=aHR0cHM6Ly9maWxpcHN0YWQuYWN0b3JzbWFydGJvb2suc2U6NDQz&amp;hl=en&amp;v=yiNW3R9jkyLVP5-EEZLDzUtA&amp;size=normal&amp;cb=39irwzqowotd"></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>
    </div>
  </div>
</form>

Name: assn_login

<form name="assn_login" class="ng-pristine ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px">
    <input placeholder="Org.nr" type="text" required="" data-ng-model="login_orgnr" class="validate-orgnr ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <input placeholder="Lösenord" data-ng-model="login_assn_password" type="password" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
  </div>
  <div style="margin-bottom: 10px">
    <button data-ng-click="on_assn_login_ok_clicked()" class="btn ng-binding"> Logga in </button>
  </div>
  <div style="margin-bottom: 30px;">
    <div style="float: left">
      <label data-toggle="tooltip" data-placement="bottom" for="rememberAdmin" title="" class="ng-binding" data-original-title="Om du inte loggar ut så förblir du inloggad nästa gång du öppnar webbläsaren">
        <input id="rememberAdmin" data-ng-model="login_remember_assn" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty"> Kom ihåg mig </label>
    </div>
  </div>
</form>

Name: group_reg1

<form name="group_reg1" class="ng-pristine ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Föreningsnamn<br>
      <input data-ng-model="newuser.groupname" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">Lösenord<br>
      <input id="txtPasswordRegisterGroup" data-ng-model="newuser.password" type="password" class="validate-password ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding">Bekräfta lösenord<br>
      <input id="txtConfirmPasswordRegisterGroup" data-ng-model="newuser2.password" type="password" class="validate-same ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button data-ng-click="on_back_to_login_clicked()" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button data-ng-click="on_register_group_page_two_clicked()" class="next btn ng-binding"> Nästa sida </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: group_reg2

<form name="group_reg2" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Kontaktperson<br>
      <input id="txtContactPersonRegisterGroup" data-ng-model="newuser.Kontaktperson" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> E-post<br>
      <input id="txtEmailRegisterGroup" data-ng-model="newuser.Email" type="email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Org.nr<br>
      <input id="txtOrgnumberRegisterGroup" data-ng-model="newuser.Orgnr" type="text" required="" class="validate-orgnr ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Mobil/telefon<br>
      <input id="txtMobilNumberRegisterGroup" class="validate-phone ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.TelefonMobil" type="text" required="">
    </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button data-ng-click="on_register_group_page_one_clicked()" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button data-ng-click="on_register_group_page_three_clicked()" class="next btn ng-binding"> Nästa sida </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: group_reg3

<form name="group_reg3" class="ng-pristine ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Besöksadress<br>
      <input id="txtVisitAdressRegisterGroup" data-ng-model="newuser.street_address" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Postnr<br>
      <input id="txtZipCodeRegisterGroup" class="validate-zipcode ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="newuser.Postnummer" type="text" required="">
    </label>
  </div>
  <div style="margin-bottom: 10px; text-align: left;">
    <label class="ng-binding"> Ort<br>
      <input id="txtCityRegisterGroup" data-ng-model="newuser.city" type="text" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    </label>
  </div>
  <table style="width: 100%">
    <tbody>
      <tr>
        <td style="width: 16%">
          <button data-ng-click="on_register_group_page_two_clicked()" class="back btn"> « </button>
        </td>
        <td style="width: 10px"></td>
        <td>
          <button data-ng-click="on_register_group_page_four_clicked()" class="next btn ng-binding"> Nästa sida </button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: group_reg4

<form name="group_reg4" class="ng-pristine ng-invalid ng-invalid-recaptcha" style="">
  <div style="text-align: left">
    <strong class="ng-binding">Sammanfattning</strong><br>
    <table class="registration-summary" style="width: 100%">
      <tbody>
        <tr>
          <td>
            <table role="presentation" class="column">
              <tbody>
                <tr>
                  <td class="ng-binding">Föreningsnamn:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Kontaktperson:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">E-post:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Org.nr:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Mobil/telefon:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Besöksadress:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Postnr:</td>
                  <td class="ng-binding"></td>
                </tr>
                <tr>
                  <td class="ng-binding">Ort:</td>
                  <td class="ng-binding"></td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
    <div on-create="set_group_registration_captcha_widget_id(widgetId)" vc-recaptcha="" key="'6LcW5R0TAAAAADCdezw2ow593sjuzKBDcwD5ONQg'" data-ng-model="newuser.recaptcha_response" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-hvsm4tfy34sm" 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=6LcW5R0TAAAAADCdezw2ow593sjuzKBDcwD5ONQg&amp;co=aHR0cHM6Ly9maWxpcHN0YWQuYWN0b3JzbWFydGJvb2suc2U6NDQz&amp;hl=en&amp;v=yiNW3R9jkyLVP5-EEZLDzUtA&amp;size=normal&amp;cb=mw4ma57sa3kl"></iframe>
        </div><textarea id="g-recaptcha-response-1" 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>
  </div>
</form>

Name: frmAskSupport

<form name="frmAskSupport" class="ng-pristine ng-invalid ng-invalid-required">
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Ämnesrad<br>
      <input type="text" data-ng-model="feedback.subject" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Förnamn<br>
      <input type="text" data-ng-model="feedback.firstname" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Efternamn<br>
      <input type="text" data-ng-model="feedback.lastname" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Din epost<br>
      <input id="txtFeedbackEmail" type="text" data-ng-model="feedback.email" class="ng-pristine ng-untouched ng-valid ng-empty">
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <label class="ng-binding"> Fråga/synpunkt<br>
      <textarea id="txtFeedbackMessage" data-ng-model="feedback.message" class="ng-pristine ng-untouched ng-valid ng-empty"></textarea>
    </label>
  </div>
  <div style="margin-bottom: 10px">
    <label class="ng-binding">
      <input type="checkbox" id="chbIAccept" data-ng-model="feedback.accept" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"> Jag godkänner att mina lämnade uppgifter lagras och får skickas till
      systemleverantören, Vitec ActorSmartbook. </label>
  </div>
  <button data-ng-click="on_send_feedback_ok_clicked()" class="btn ng-binding" style="margin-top: 10px"> Skicka</button>
</form>

Text Content

Startsida - Filipstad

 * Aktiviteter
 * Hämta reservation
 * Aktivera årskort
 * Logga in
 * Logga ut

Varukorg

Antal artiklar Summa 0,00 SEK

Varukorgen Betala/Boka


Varukorg

Antal artiklar Summa 0,00 SEK

Varukorgen Betala/Boka


Välkommen till Spångbergshallen Bad!

Här kan du simma, leka, bada bastu och njuta i varmpoolen. Blir du sugen på
något gott erbjuder caféet både varma och kalla drycker, fikabröd, glass och
enklare mat.

I relaxavdelningen gäller 18-årsgräns, men barn får följa med in i målsmans
sällskap. Du hittar övriga ordningsregler och mer information i menyn uppe till
vänster.

Boka pass
Laddar kalenderhändelser


FÖRKÖPSLÄNK AKTIV!


Visa ordinarie utbud Visa kampanjutbud

Inga kalenderhändelser!
Visa Dölj
Välj antal:



Lägg till


lördag
17
februari
Fullbokat
08:30-
Hyr relaxavdelningen!
Uthyrning bassänger
Spångbergshallen Filipstad Relaxavdelning, Spångbergshallen Filipstad

60 min
0 tillfällen

Visa Dölj
Intresseanmälan
×

INTRESSEANMÄLAN

VALD AKTIVITET:

-

--------------------------------------------------------------------------------

BOKNINGSUPPGIFTER:

Förnamn Efternamn E-post Telefonnummer

--------------------------------------------------------------------------------

DELTAGARUPPGIFTER:



Jag godkänner registrering av uppgifter samt användarvillkoren.
Bekräfta Avbryt
×


ANVÄNDARVILLKOR


Stäng
×

Din intresseanmälan är registrerad!

Bekräftelse skickas till din e-post.

Stäng
×

Någonting gick fel och vi kunde inte genomföra

din intresseanmälan. Vänligen försök igen!

Stäng
There are no prices, please contact the arena



Klicka på lediga platser för att boka. Pris väljs i nästa steg!
Fortsätt


Ledig 

Vald 

Upptagen
Fortsätt
Välj antal:



Lägg till
Välj antal:



Lägg till


lördag
17
februari
1 ledig
15:00-
Hyr relaxavdelningen!
Uthyrning bassänger
Spångbergshallen Filipstad Relaxavdelning, Spångbergshallen Filipstad

150 min
0 tillfällen

Visa Dölj
Intresseanmälan
×

INTRESSEANMÄLAN

VALD AKTIVITET:

-

--------------------------------------------------------------------------------

BOKNINGSUPPGIFTER:

Förnamn Efternamn E-post Telefonnummer

--------------------------------------------------------------------------------

DELTAGARUPPGIFTER:



Jag godkänner registrering av uppgifter samt användarvillkoren.
Bekräfta Avbryt
×


ANVÄNDARVILLKOR


Stäng
×

Din intresseanmälan är registrerad!

Bekräftelse skickas till din e-post.

Stäng
×

Någonting gick fel och vi kunde inte genomföra

din intresseanmälan. Vänligen försök igen!

Stäng
There are no prices, please contact the arena



Klicka på lediga platser för att boka. Pris väljs i nästa steg!
Fortsätt


Ledig 

Vald 

Upptagen
Fortsätt
Välj antal:



Lägg till
Välj antal:



Lägg till


söndag
18
februari
Bokat
14:00-
Hyr relaxavdelningen!
Uthyrning bassänger
Spångbergshallen Filipstad Relaxavdelning, Spångbergshallen Filipstad

120 min
0 tillfällen

Visa Dölj
Intresseanmälan
×

INTRESSEANMÄLAN

VALD AKTIVITET:

-

--------------------------------------------------------------------------------

BOKNINGSUPPGIFTER:

Förnamn Efternamn E-post Telefonnummer

--------------------------------------------------------------------------------

DELTAGARUPPGIFTER:



Jag godkänner registrering av uppgifter samt användarvillkoren.
Bekräfta Avbryt
×


ANVÄNDARVILLKOR


Stäng
×

Din intresseanmälan är registrerad!

Bekräftelse skickas till din e-post.

Stäng
×

Någonting gick fel och vi kunde inte genomföra

din intresseanmälan. Vänligen försök igen!

Stäng
There are no prices, please contact the arena



Klicka på lediga platser för att boka. Pris väljs i nästa steg!
Fortsätt


Ledig 

Vald 

Upptagen
Fortsätt
Välj antal:



Lägg till
Välj antal:



Lägg till


Var god dröj
Hämta senare händelser


×


VÄLJ INLOGGNINGSMETOD


< ×


INLOGGNING MED ANVÄNDARNAMN OCH LÖSENORD

Logga in
Kom ihåg mig

Glömt lösenord


Om du redan är kund så kan inloggningen användas på alla webbiljett.se sidor
< ×


LOGGA IN MED MOBILT BANKID

Ange ditt personnummer

12 siffror (ÅÅÅÅMMDD-XXXX)

Ok

Personnumret skall anges med 12 siffror,
med eller utan bindestreck!

Använd Mobilt BankID för att verifiera din identitet.

Starta BankID-appen för att logga in!


Avbryt
< ×


LOGGA IN MED MOBILT BANKID

 1. Starta BankID-appen
 2. Klicka på QR-ikonen i BankID-appen
 3. Tillåt att BankID-appen får använda din kamera
 4. Rikta kameran mot QR-koden som visas här på skärmen


Använd Personnummer för att logga in
Avbryt
Kontaktar portalen...
×


VÄLJ INLOGGNINGSPROFIL

PRIVATPERSON

Inloggningsprofil saknas. Använd länken nedan för att skapa en ny.


Lägg till privatperson

FÖRENING

Inloggningsprofil saknas. Använd länken nedan för att skapa en ny.


Lägg till förening

FÖRETAG

Inloggningsprofil saknas. Använd länken nedan för att skapa en ny.


Lägg till företag
Logga ut


LÄGG TILL PROFIL

Det finns inte någon användare med detta personnummer.
Registrera en ny användare!
E-post

Bekräfta epost

Lösenord

Bekräfta lösenord


Förnamn
Efternamn


Mobil

Adress


Postnr
Ort


Jag har läst och godkänner användarvillkoren
Jag vill ha mer information och erbjudanden

« Skapa användare


LÄGG TILL FÖRENING

Föreningsnamn

E-post

Org.nr

Mobil/telefon

Besöksadress

Postnr

Ort



KONTAKTPERSON

Förnamn

Efternamn

E-post

Personnr

Mobil/telefon

Jag har läst och godkänner användarvillkoren
Jag vill ha mer information och erbjudanden

« Skapa


LÄGG TILL FÖRETAG

Företagsnamn

E-post

Org.nr

Mobil/telefon

Besöksadress

Postnr

Ort



KONTAKTPERSON

Förnamn

Efternamn

E-post

Personnr

Mobil/telefon

Jag har läst och godkänner användarvillkoren
Jag vill ha mer information och erbjudanden

« Skapa

×


ÅTERSTÄLLNING AV LÖSENORD

Skriv in din epost-adress för att få en återställningslänk!
Din epost

Skicka länk
Inloggning med BankID

Du behöver komplettera din användarprofil med personnummer för att kunna gå
vidare


Ange ditt personnummer

12 siffror (ÅÅÅÅMMDD-XXXX)

Ok

Personnumret skall anges med 12 siffror,
med eller utan bindestreck!

Använd Mobilt BankID för att verifiera din identitet.

Starta BankID-appen för att logga in!



NY ANVÄNDARE

Sidan 1/3
×


INLOGGNING

Logga in
Kom ihåg mig
Ny användare
Glömt lösenord


Om du redan är kund så kan inloggningen användas på alla webbiljett.se sidor
Logga in med mobilt BankID!

Mobilt bankid på samma enhet Mobilt bankid på annan enhet
←
Ange ditt personnummer!
Ok

Starta BankID-appen för att logga in!



GLÖMT LÖSENORD

Skriv in din epost-adress för att få en återställningslänk!
Din epost

Skicka länk


NY ANVÄNDARE

Sidan 1/3


Det finns inte någon användare med detta personnummer.
Registrera en ny användare!
E-post

Bekräfta epost

Lösenord

Bekräfta lösenord


« Nästa sida


NY ANVÄNDARE

Sidan 2/3



Förnamn
Efternamn


Mobil

Adress


Postnr
Ort


« Nästa sida


NY ANVÄNDARE

Sidan 3/3


Sammanfattning


E-post: Förnamn: Efternamn: Mobil: Adress: Postnr: Ort:





« Skapa användare

×


FÖRENINGSINLOGGNING


ADMINISTRATÖR

Logga in med orgnr och lösenord!

Logga in
Kom ihåg mig


LOGGA IN

Logga in med mobilt BankID!
Ange ditt personnummer!


Ok

Starta BankID-appen för att logga in!

Logga in som



Ny förening



NY FÖRENING

Sidan 1/4


Föreningsnamn

Lösenord

Bekräfta lösenord


« Nästa sida


NY FÖRENING

Sidan 2/4


Kontaktperson

E-post

Org.nr

Mobil/telefon


« Nästa sida


NY FÖRENING

Sidan 3/4


Besöksadress

Postnr

Ort


« Nästa sida


NY FÖRENING

Sidan 4/4


Sammanfattning


Föreningsnamn: Kontaktperson: E-post: Org.nr: Mobil/telefon: Besöksadress:
Postnr: Ort:





« Skapa föreningsanvändare

×


FÖRETAGSINLOGGNING


LOGGA IN

Logga in med mobilt BankID!
Ange ditt personnummer!

Ok
Starta BankID-appen för att logga in!

Logga in som




×


INLOGGNING

Privatperson

Förening

Företag

×


VARUKORGEN

tillkommer s.avg.
0,00 SEK

Summa
0,00 SEK
varav s.avg.
0,00 SEK

Lägg till fler varor Betala/Boka
×


FRÅGA SUPPORTEN

Välkommen att skriva en fråga till vår support!
Ämnesrad

Förnamn

Efternamn

Din epost

Fråga/synpunkt

Jag godkänner att mina lämnade uppgifter lagras och får skickas till
systemleverantören, Vitec ActorSmartbook.
Skicka


TACK!

Din fråga behandlas av vår support! Ditt svar behandlas så fort som möjligt!
×

Stäng

Den här webbsidan använder cookies för att din upplevelse skall bli så bra som
möjligt!

Godkänn alla cookies Avböj icke nödvändiga