scvo.scot Open in urlscan Pro
2001:4860:4802:34::15  Public Scan

Submitted URL: http://scvo.scot/
Effective URL: https://scvo.scot/
Submission Tags: falconsandbox
Submission: On January 03 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST /account/sign-in

<form action="/account/sign-in" method="POST" class="form-disabler" data-ajax-form="{ clearOnSuccess: false }" data-ajax-success="sign-in-form-success" data-ajax-error="sign-in-form-error" data-handle-ajax-form="vm0uadgt">
  <div class="form-group">
    <div class="col-12">
      <input type="email" name="email" autocomplete="nope" class="form-input" placeholder="Email address" id="scvo_account_sign_in_email" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="password" name="password" class="form-input" placeholder="Password" id="scvo_account_sign_in_password" required="">
    </div>
  </div>
  <div class="col-12 mt p-2 b b-1 response-message label d-none"></div>
  <div class="col-12 card-footer mt">Forgot your password? <a href="#scvo-account-modal-request-password-reset">Reset password</a></div>
  <div class="col-12 card-footer mt">Don't have an account? <a href="#scvo-account-modal-sign-up">Sign up</a></div>
  <div class="form-group mt-1">
    <div class="col-12 text-center">
      <button type="submit" class="btn btn-primary btn-lg" name="sign_in" value="sign-in"> Sign in </button>
    </div>
  </div>
</form>

POST /account/sign-up?return_url=https%3A%2F%2Fscvo.scot%2F

<form action="/account/sign-up?return_url=https%3A%2F%2Fscvo.scot%2F" method="POST" class="form-disabler" data-ajax-form="{ clearOnSuccess: false }" data-ajax-success="sign-up-form-success" data-ajax-error="sign-up-form-error"
  data-handle-ajax-form="hj0ukfu0">
  <h4>Not registered for a <span class="text-primary">My SCVO</span> account?</h4>
  <div class="card-footer mb">
    <p class="mb"> Sign up below to create a My SCVO account. <br> It's best to use your work email address if you can. Fill in your details and we'll send you a link to verify your email address. You'll then have the option to create an individual
      account or link your account to an organisation. If your organisation is an SCVO member or supporter, you'll gain immediate access to exclusive content and benefits. <br>
      <a href="https://scvo.scot/privacy/scvo-account" target="_blank" aria-label="My SCVO account privacy notice">Privacy notice</a>
    </p>
    <p class="mb"> Already have an account? <a href="#scvo-account-modal-sign-in">Sign in</a>
    </p>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="text" name="first_name" class="form-input" placeholder="First name" id="scvo_account_sign_up_first_name" maxlength="40" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="text" name="last_name" class="form-input" placeholder="Last name" id="scvo_account_sign_up_last_name" maxlength="80" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="email" name="email" class="form-input" placeholder="Email address" id="scvo_account_sign_up_email" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="password" name="password" class="form-input" placeholder="Password" id="scvo_account_sign_up_password" required="">
    </div>
  </div>
  <script>
    var recaptchaSiteKey = '6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o';
    var recaptchas = [];

    function recaptchaCallback() {
      console.log('RECAPTCHA CALLBACK', arguments);
    }

    function recaptchaExpiredCallback() {
      console.log('RECAPTCHA EXPIRED CALLBACK', arguments);
    }

    function recaptchaErrorCallback() {
      console.log('RECAPTCHA ERROR CALLBACK', arguments);
    }

    function resetRecaptchas() {
      for (var i = 0; i < recaptchas.length; i++) {
        var recaptcha = recaptchas[i];
        var recaptchaId = recaptcha.dataset.recaptchaId;
        console.log('RECAPTCHA RESET', recaptchaId);
        grecaptcha.reset(recaptchaId);
      }
    }

    function recaptchaLoaded() {
      recaptchas = Array.from(document.querySelectorAll('.g-recaptcha.platform-recaptcha'));
      for (var i = 0; i < recaptchas.length; i++) {
        var recaptcha = recaptchas[i];
        recaptcha.id = 'g-recaptcha-' + i;
        recaptcha.dataset.recaptchaId = grecaptcha.render(recaptcha, {
          sitekey: recaptchaSiteKey,
          callback: recaptchaCallback,
          'expired-callback': recaptchaExpiredCallback,
          'error-callback': recaptchaErrorCallback,
        });
      }
    }
  </script>
  <script src="https://www.google.com/recaptcha/api.js?onload=recaptchaLoaded&amp;render=explicit" async="" defer=""></script>
  <div class="form-group ">
    <div class="g-recaptcha platform-recaptcha" data-sitekey="6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o" id="g-recaptcha-0" data-recaptcha-id="0">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-3cili2xyjrnk" 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=6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o&amp;co=aHR0cHM6Ly9zY3ZvLnNjb3Q6NDQz&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=wxo3fg3pmvit"></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>
  <div class="col-12 mt p-2 b b-1 response-message label d-none"></div>
  <div class="form-group mt-1">
    <div class="col-12 text-center">
      <button type="submit" class="btn btn-cta btn-lg" name="sign_up" value="sign-up"> Sign up </button>
    </div>
  </div>
</form>

POST /account/sign-in

<form action="/account/sign-in" method="POST" class="form-disabler" data-ajax-form="{ clearOnSuccess: false }" data-ajax-success="sign-in-form-success" data-ajax-error="sign-in-form-error" data-handle-ajax-form="vp430g9x">
  <div class="form-group">
    <div class="col-12">
      <input type="email" name="email" autocomplete="nope" class="form-input" placeholder="Email address" id="scvo_account_sign_in_or_up_in_email" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="password" name="password" class="form-input" placeholder="Password" id="scvo_account_sign_in_or_up_in_password" required="">
    </div>
  </div>
  <div class="col-12 mt p-2 b b-1 response-message label d-none"></div>
  <div class="col-12 card-footer mt">Forgot your password? <a href="#scvo-account-modal-request-password-reset">Reset password</a></div>
  <div class="form-group mt-1">
    <div class="col-12 text-center">
      <button type="submit" class="btn btn-primary btn-lg" name="sign_in" value="sign-in"> Sign in </button>
    </div>
  </div>
</form>

POST /account/sign-up?return_url=https%3A%2F%2Fscvo.scot%2F

<form action="/account/sign-up?return_url=https%3A%2F%2Fscvo.scot%2F" method="POST" class="form-disabler" data-ajax-form="{ clearOnSuccess: false }" data-ajax-success="sign-up-form-success" data-ajax-error="sign-up-form-error"
  data-handle-ajax-form="0jjw7iqv">
  <h4>Not registered for a <span class="text-primary">My SCVO</span> account?</h4>
  <div class="card-footer mb">
    <p class="mb"> Sign up below to create a My SCVO account. <br> It's best to use your work email address if you can. Fill in your details and we'll send you a link to verify your email address. You'll then have the option to create an individual
      account or link your account to an organisation. If your organisation is an SCVO member or supporter, you'll gain immediate access to exclusive content and benefits. <br>
      <a href="https://scvo.scot/privacy/scvo-account" target="_blank" aria-label="My SCVO account privacy notice">Privacy notice</a>
    </p>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="text" name="first_name" class="form-input" placeholder="First name" id="scvo_account_sign_in_or_up_up_first_name" maxlength="40" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="text" name="last_name" class="form-input" placeholder="Last name" id="scvo_account_sign_in_or_up_up_last_name" maxlength="80" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="email" name="email" class="form-input" placeholder="Email address" id="scvo_account_sign_in_or_up_up_email" required="">
    </div>
  </div>
  <div class="form-group">
    <div class="col-12">
      <input type="password" name="password" class="form-input" placeholder="Password" id="scvo_account_sign_in_or_up_up_password" required="">
    </div>
  </div>
  <div class="form-group ">
    <div class="g-recaptcha platform-recaptcha" data-sitekey="6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o" id="g-recaptcha-1" data-recaptcha-id="1">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-6lawlxpflmnj" 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=6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o&amp;co=aHR0cHM6Ly9zY3ZvLnNjb3Q6NDQz&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=uu309ndd22ou"></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>
    </div>
  </div>
  <div class="col-12 mt p-2 b b-1 response-message label d-none"></div>
  <div class="form-group mt-1">
    <div class="col-12 text-center">
      <button type="submit" class="btn btn-cta btn-lg" name="sign_up" value="sign-up"> Sign up </button>
    </div>
  </div>
</form>

POST /account/request-password-reset

<form action="/account/request-password-reset" method="POST" class="form-horizontal form-disabler" data-ajax-form="" data-ajax-success="request-password-reset-form-success" data-ajax-error="request-password-reset-form-error"
  data-handle-ajax-form="dua9lh8p">
  <p> Complete the form below to receive a link to change your password </p>
  <div class="form-group">
    <div class="col-4 col-lg-5 col-sm-12">
      <label class="form-label" for="scvo_account_password_email">Email address</label>
    </div>
    <div class="col-8 col-lg-7 col-sm-12">
      <input type="email" name="email" autocomplete="nope" data-lpignore="true" class="form-input" placeholder="" id="scvo_account_password_email" required="">
    </div>
  </div>
  <input type="hidden" name="return_url" id="scvo_account_password_return_url" value="https://scvo.scot/">
  <div class="form-group ">
    <div class="g-recaptcha platform-recaptcha" data-sitekey="6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o" id="g-recaptcha-2" data-recaptcha-id="2">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-dwytyx3nko30" 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=6Lejg88ZAAAAAKw0FTDLw3Uj_4dCr_6Od4Erp9_o&amp;co=aHR0cHM6Ly9zY3ZvLnNjb3Q6NDQz&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=6t2zgyqybs3f"></iframe></div>
        <textarea id="g-recaptcha-response-2" 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>
  <div class="col-12 mt p-2 b b-1 response-message label d-none"></div>
  <div class="form-group mt-1">
    <div class="col-4 col-lg-5 hide-sm"></div>
    <div class="col-8 col-lg-7 col-sm-12">
      <button type="submit" class="btn btn-primary" name="reset_password" value="reset-password"> Request password reset </button>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="GET">
  <div class="input-group">
    <input type="search" class="form-input" placeholder="Search SCVO" name="q" value="" required="">
    <button class="btn btn-primary input-group-btn">
      <i class="far fa-search"></i>
    </button>
  </div>
</form>

GET /search

<form autocomplete="off" action="/search" method="GET" class="my-2">
  <div class="input-group">
    <input type="text" class="form-input input-lg" placeholder="Search SCVO" id="mobile-q" name="q" aria-label="Search keywords" value="">
    <button type="submit" class="btn input-group-btn btn-lg bg-tertiary b-tertiary" aria-label="Search" title="Search">
      <span class="far fa-search text-white" aria-hidden="true"></span>
    </button>
  </div>
</form>

Text Content

 * * Sign in / sign up
   * 
 * * SCVO
   * Membership
   * Gathering
   * Charity Awards
   * Funding Scotland
   * Goodmoves
   * TFN

Sign in
Forgot your password? Reset password
Don't have an account? Sign up
Sign in
Sign up

NOT REGISTERED FOR A MY SCVO ACCOUNT?

Sign up below to create a My SCVO account.
It's best to use your work email address if you can. Fill in your details and
we'll send you a link to verify your email address. You'll then have the option
to create an individual account or link your account to an organisation. If your
organisation is an SCVO member or supporter, you'll gain immediate access to
exclusive content and benefits.
Privacy notice

Already have an account? Sign in







Sign up
Sign in / sign up

SIGN IN

Forgot your password? Reset password
Sign in


NOT REGISTERED FOR A MY SCVO ACCOUNT?

Sign up below to create a My SCVO account.
It's best to use your work email address if you can. Fill in your details and
we'll send you a link to verify your email address. You'll then have the option
to create an individual account or link your account to an organisation. If your
organisation is an SCVO member or supporter, you'll gain immediate access to
exclusive content and benefits.
Privacy notice







Sign up
Account password reset

Complete the form below to receive a link to change your password

Email address



Request password reset


This website uses cookies for anonymised analytics and for account
authentication. See our privacy and cookies policies for more information.

Accept Decline optional cookies
 * About
 * Support & learning
 * Events & training
 * Services
 * Funding
 * Policy & research

 

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

 * About
 * Support & learning
 * Events & training
 * Services
 * Funding
 * Policy & research

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

Sign in Sign up

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

 * Membership
 * The Gathering
 * Charity Awards
 * Funding Scotland
 * Goodmoves
 * TFN

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

Supporting Scotland's vibrant voluntary sector



The Scottish Council for Voluntary Organisations is the membership organisation
for Scotland's charities, voluntary organisations and social enterprises.
Charity registered in Scotland SC003558. Registered office Mansfield Traquair
Centre, 15 Mansfield Place, Edinburgh EH3 6BB.




SUPPORTING SCOTLAND'S VIBRANT VOLUNTARY SECTOR





IMPACT REPORT 2022/23







SCVO'S STRATEGY
2023-28

 * Setting up a charity
 * Running your organisation
 * Digital
 * Training
 * HR Service
 * Managed IT
 * Payroll
 * Workspace
 * Credit Union
 * Contact us

 
Become a member

The Scottish Council for Voluntary Organisations (SCVO) is the national
membership organisation for the voluntary sector. Our mission is to support,
promote and develop a confident, sustainable voluntary sector in Scotland.

We're passionate about what the voluntary sector can achieve. Along with our
community of members, we believe that charities, social enterprises and
voluntary groups make Scotland a better place.

Join our community

Latest blog post

IMPROVING TRANSPARENCY IN PARTNERSHIP

Jason Henderson 19 December 2023

Earlier this year, SCVO responded to the Scottish Government’s consultation on
access to information rights in Scotland - a process designed to collect the
views of stakeholders on the need for future legislative change in relation to
the Freedom of Information (Scotland) Act...

BLOGS

SCVO news
Support & learning
Funding
Policy

Latest press releases
SCVO responds to Draft Scottish Budget 2024/25
19 December 2023
SCVO response to 2023/24 Autumn Statement
23 November 2023
SCVO announces new Convener for Board of Trustees
5 October 2023
SCVO response to 2023/24 Programme for Government
5 September 2023
Scottish Charity Awards 2023 winners announced
24 June 2023
All press releases


SCVO SERVICES

Friendly, reliable and affordable support for your organisation

Find out more

Charity and voluntary sector recruitment

LATEST JOBS

Children, Youth and Family Worker – Dunfermline East Parish Church at The Church
of Scotland
Presbytery of Fife
Posted about 6 hours ago
Assistant Services Manager at Includem
Scotland Wide
Posted about 6 hours ago
Support Worker: Glasgow - RSVP at Simon Community Scotland
Glasgow
Posted about 6 hours ago
Community Programme Coordinator at Care and Share Companionship
Bennochy Parish Church, Kirkcaldy (Plans for office relocation in Kirkcaldy)
Hybrid working and flexible hours upon mutual agreement
Posted about 7 hours ago
Browse jobs:
Aberdeen Dundee Dunfermline Edinburgh Glasgow Inverness Stirling Perth
Search jobs


LATEST NEWS  SEE MORE

SCOTS VOLUNTARY SECTOR LEADERS, STAFF AND VOLUNTEERS GET GONGS IN NEW YEAR
HONOURS

3 January 2024

CHARITY FOUNDER DIES AGED 61

3 January 2024

CHARITIES FACE STAFF AND VOLUNTEER CRISIS

28 December 2023


CONTACT

How to get in touch with our staff

SOCIAL

 * Facebook
 * Instagram
 * LinkedIn
 * Mastodon
 * Soundcloud
 * Threads
 * X (Twitter)
 * YouTube

HELP

 * Accessibility policy
 * Transparency & open data
 * Environmental policy
 * Privacy policy
 * Cookies policy
 * Terms & conditions
 * Feedback & complaints

ABOUT

The Scottish Council for Voluntary Organisations is the membership organisation
for Scotland's charities, voluntary organisations and social enterprises. Find
out more

© 2024. The Scottish Council for Voluntary Organisations (SCVO) is a Scottish
Charitable Incorporated Organisation.
Charity registered in Scotland SC003558. Registered office Mansfield Traquair
Centre, 15 Mansfield Place, Edinburgh EH3 6BB.


Crop your image


Cancel Save
Edit dictionary value
||||

xxxxxxxxxx








100:0

Cancel Update



May we use cookies to track your activities? We take your privacy very
seriously. Please see our privacy policy for details and any questions.Yes No