www.amcnposolutions.com Open in urlscan Pro
2606:4700:20::681a:adc  Public Scan

Submitted URL: https://xu207.keap-link008.com/v2/click/2182b3da7bc1449c31a76f1c78e85a0b/eJyNj00LgkAURf_LW4sfoTi5ExERzUXUOgYdaEhnhvGZifjfGytcFb...
Effective URL: https://www.amcnposolutions.com/?inf_contact_key=e7da1c048f24524169280c67fe66fb8d680f8914173f9191b1c0223e68310bb1
Submission: On July 27 via api from CA — Scanned from CA

Form analysis 4 forms found in the DOM

GET https://www.amcnposolutions.com

<form action="https://www.amcnposolutions.com" method="get"><input type="text" class="plus-search-field" placeholder="Search..." name="s" autocomplete="off">
  <div class="plus-submit-icon-container">
    <button type="submit" class="plus-search-submit" "="">
<svg xmlns=" http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50 50" version="1.1" width="100px" height="100px">
      <g id="surface1">
        <path style=" "
          d="M 21 3 C 11.621094 3 4 10.621094 4 20 C 4 29.378906 11.621094 37 21 37 C 24.710938 37 28.140625 35.804688 30.9375 33.78125 L 44.09375 46.90625 L 46.90625 44.09375 L 33.90625 31.0625 C 36.460938 28.085938 38 24.222656 38 20 C 38 10.621094 30.378906 3 21 3 Z M 21 5 C 29.296875 5 36 11.703125 36 20 C 36 28.296875 29.296875 35 21 35 C 12.703125 35 6 28.296875 6 20 C 6 11.703125 12.703125 5 21 5 Z ">
        </path>
      </g></svg>
    </button>
  </div>
</form>

GET https://www.amcnposolutions.com

<form action="https://www.amcnposolutions.com" method="get"><input type="text" class="plus-search-field" placeholder="Search..." name="s" autocomplete="off">
  <div class="plus-submit-icon-container">
    <button type="submit" class="plus-search-submit" "="">
<svg xmlns=" http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50 50" version="1.1" width="100px" height="100px">
      <g id="surface1">
        <path style=" "
          d="M 21 3 C 11.621094 3 4 10.621094 4 20 C 4 29.378906 11.621094 37 21 37 C 24.710938 37 28.140625 35.804688 30.9375 33.78125 L 44.09375 46.90625 L 46.90625 44.09375 L 33.90625 31.0625 C 36.460938 28.085938 38 24.222656 38 20 C 38 10.621094 30.378906 3 21 3 Z M 21 5 C 29.296875 5 36 11.703125 36 20 C 36 28.296875 29.296875 35 21 35 C 12.703125 35 6 28.296875 6 20 C 6 11.703125 12.703125 5 21 5 Z ">
        </path>
      </g></svg>
    </button>
  </div>
</form>

Name: Homepage - optin Board Self-Evaluation FormPOST https://xu207.infusionsoft.app/app/form/process/7c62a99cb5a131672192d57148f32c87

<form accept-charset="UTF-8" action="https://xu207.infusionsoft.app/app/form/process/7c62a99cb5a131672192d57148f32c87" class="infusion-form" id="inf_form_7c62a99cb5a131672192d57148f32c87" method="POST" name="Homepage - optin
Board Self-Evaluation Form" onsubmit="if (!window.__cfRLUnblockHandlers) return false; submitWebForm()">
  <script type="text/javascript">
    function submitWebForm() {
      var form = document.forms[0];
      var resolution = document.createElement('input');
      resolution.setAttribute('id', 'screenResolution');
      resolution.setAttribute('type', 'hidden');
      resolution.setAttribute('name', 'screenResolution');
      var resolutionString = screen.width + 'x' + screen.height;
      resolution.setAttribute('value', resolutionString);
      form.appendChild(resolution);
      var pluginString = '';
      if (window.ActiveXObject) {
        var activeXNames = {
          'AcroPDF.PDF': 'Adobe Reader',
          'ShockwaveFlash.ShockwaveFlash': 'Flash',
          'QuickTime.QuickTime': 'Quick Time',
          'SWCtl': 'Shockwave',
          'WMPLayer.OCX': 'Windows Media Player',
          'AgControl.AgControl': 'Silverlight'
        };
        var plugin = null;
        for (var activeKey in activeXNames) {
          try {
            plugin = null;
            plugin = new ActiveXObject(activeKey);
          } catch (e) {
            // do nothing, the plugin is not installed
          }
          pluginString += activeXNames[activeKey] + ',';
        }
        var realPlayerNames = ['rmockx.RealPlayer G2 Control', 'rmocx.RealPlayer G2 Control.1', 'RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)', 'RealVideo.RealVideo(tm) ActiveX Control (32-bit)', 'RealPlayer'];
        for (var index = 0; index < realPlayerNames.length; index++) {
          try {
            plugin = new ActiveXObject(realPlayerNames[index]);
          } catch (e) {
            continue;
          }
          if (plugin) {
            break;
          }
        }
        if (plugin) {
          pluginString += 'RealPlayer,';
        }
      } else {
        for (var i = 0; i < navigator.plugins.length; i++) {
          pluginString += navigator.plugins[i].name + ',';
        }
      }
      pluginString = pluginString.substring(0, pluginString.lastIndexOf(','));
      var plugins = document.createElement('input');
      plugins.setAttribute('id', 'pluginList');
      plugins.setAttribute('type', 'hidden');
      plugins.setAttribute('name', 'pluginList');
      plugins.setAttribute('value', pluginString);
      form.appendChild(plugins);
      var java = navigator.javaEnabled();
      var javaEnabled = document.createElement('input');
      javaEnabled.setAttribute('id', 'javaEnabled');
      javaEnabled.setAttribute('type', 'hidden');
      javaEnabled.setAttribute('name', 'javaEnabled');
      javaEnabled.setAttribute('value', java);
      form.appendChild(javaEnabled);
      jQuery('.infusion-submit button').attr('disabled', true);
    }
  </script><input name="inf_form_xid" type="hidden" value="7c62a99cb5a131672192d57148f32c87"><input name="inf_form_name" type="hidden" value="Homepage - optin
Board Self-Evaluation Form"><input name="infusionsoft_version" type="hidden" value="1.70.0.509082">
  <div class="default beta-base beta-font-b" id="mainContent" style="height:100%">
    <table cellpadding="10" cellspacing="0" class="background" style="width: 100%; height: 100%">
      <tbody>
        <tr>
          <td align="center" valign="top">
            <table bgcolor="#FFFFFF" cellpadding="20" cellspacing="0" class="bodyContainer webFormBodyContainer" width="100%">
              <tbody>
                <tr>
                  <td bgcolor="#FFFFFF" class="body" sectionid="body" valign="top">
                    <div>
                      <div style="height:15px; line-height:15px;"> &nbsp; </div>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label for="inf_field_FirstName">First Name *</label>
                            </td>
                            <td class="infusion-field-input-container" style="width:300px;">
                              <input autocomplete="given-name" id="inf_field_FirstName" is-required="true" name="inf_field_FirstName" placeholder="First Name *" type="text">
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label for="inf_field_Email">Email *</label>
                            </td>
                            <td class="infusion-field-input-container" style="width:300px;">
                              <input autocomplete="email" id="inf_field_Email" is-required="true" name="inf_field_Email" placeholder="Email *" type="email">
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label class="infusion-field-label-container" for="inf_option_OrganizationType">Organization Type *</label>
                            </td>
                            <td class="infusion-field-input-container" style="width:300px;">
                              <div class="infusion-radio" is-required="true">
                                <div class="options-container">
                                  <span class="infusion-option"><input id="inf_option_OrganizationType_4678" name="inf_option_OrganizationType" style="margin-right:3px;" type="radio" value="4678"><label
                                      for="inf_option_OrganizationType_4678">Corporate</label></span><span class="infusion-option"><input id="inf_option_OrganizationType_4680" name="inf_option_OrganizationType" style="margin-right:3px;" type="radio"
                                      value="4680"><label for="inf_option_OrganizationType_4680">Nonprofit</label></span>
                                </div>
                              </div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label for="inf_option_IgiveconsenttousethisinformationtosendadditionalemailsandcommunicationasdescribedinyourPrivacyPolicy"></label>
                            </td>
                            <td class="infusion-field-input-container" style="width:300px;">
                              <span class="infusion-checkbox"><input id="inf_option_IgiveconsenttousethisinformationtosendadditionalemailsandcommunicationasdescribedinyourPrivacyPolicy" is-required="true"
                                  name="inf_option_IgiveconsenttousethisinformationtosendadditionalemailsandcommunicationasdescribedinyourPrivacyPolicy" style="margin-right:3px;" type="checkbox" value="4676"><label
                                  class="infusion-field-label-container infusion-label-checkbox" for="inf_option_IgiveconsenttousethisinformationtosendadditionalemailsandcommunicationasdescribedinyourPrivacyPolicy">I give consent to use this
                                  information to send additional emails and communication as described in your Privacy Policy *</label></span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <div style="height:10px; line-height:10px;"> &nbsp; </div>
                    </div>
                    <div>
                      <div class="infusion-submit" style="text-align:right;">
                        <button style="width:300px; height:40px; background-color:#003269; color:#FFFFFF; font-size:16px; font-family:Helvetica; border-color:#000000; border-style:Solid; border-width:1px; -moz-border-radius:3px;border-radius:3px;"
                          type="submit" value="Download Now">Download Now</button>
                      </div>
                    </div>
                    <div>
                      <div class="text">
                        <div class="text" contentid="paragraph">
                          <div>
                            <div> &nbsp; </div>
                            <div style="text-align: right;">
                              <a href="https://www.amcnposolutions.com/privacy-policy/" nottracked="true" shape="rect">Privacy Policy</a>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <input type="hidden" id="timeZone" name="timeZone" value="Etc/Unknown">
</form>

Name: NEW - SpamKill AMC Contact Us short (homepage)POST https://submit.ideasquarelab.com/v1/xu207

<form autocomplete="off" accept-charset="UTF-8" action="https://submit.ideasquarelab.com/v1/xu207" class="infusion-form" id="inf_form" method="POST" name="NEW - SpamKill
AMC Contact Us
short (homepage)" onsubmit="if (!window.__cfRLUnblockHandlers) return false; submitWebForm()">
  <input name="58I2BULdo9vJRs44TvF6gM" autocomplete="a123" type="hidden" value="d84cccce468df540f15ea5b158039815"> <input name="4Jkz8VdTBXnzWRwsKq8Iyr" autocomplete="a431" type="hidden" value="4bef73ba659e8760f98938cfeadc4e1e"> <input
    name="6EovJjWkpLoVQmpQjgalnU" autocomplete="a766" type="hidden" value="58119c9cdbb87c16a67a7604357f7e50"> <input name="4nynRseivAKFMp6zjlskxY" autocomplete="a151" type="hidden" value="9b7e0441a2292917fa9e01303a0703fc"> <input
    name="6oKQ8wqpZ2BZ5wLZv9r38" autocomplete="a900" type="hidden" value="d602093472545217bed60284acbba096"> <input name="3wKHfG4ZfRErKlefRsDQq0" autocomplete="a751" type="hidden" value="b0410096faa244d982feebcafbc888c7"><input
    name="5ZqKulSebuvy9zEMjsPqfJ" autocomplete="a966" type="hidden" value="e80606e3cf60722685ce8d007271a97c"> <input class="infusion-field-input-container" id="inf_field_PostalCode" name="inf_field_PostalCode" placeholder="ZIP Code *" type="text"
    tabindex="-1" autocomplete="a581" style="display:none"><input name="2NjWjgtxBKlppSdi6PsXjx" autocomplete="a162" type="hidden" value="76b8386656e5a750f6fbe872b8f0a2ff"> <input name="4Wj60gjilHzbJqgjpSueWU" autocomplete="a888" type="hidden"
    value="a5885702266930820c9b2aed94fea39e"> <input id="is_validation" name="is_validation" type="hidden" value="1690483471742.4"><input name="6eIku3uxQAuEEqLbc7NRLr" autocomplete="a769" type="hidden" value="e588d2aea2a81157ce43e1682e1baa93"> <input
    name="6uoMk5yHBlJD8DiCHwcMQh" autocomplete="a239" type="hidden" value="NEW - SpamKill
AMC Contact Us
short (homepage)"><input id="is_version" name="is_version" type="hidden" value="a6"><input name="infusionsoft_version" type="hidden" value="1.70.0.541493">
  <div class="default beta-base beta-font-b" id="mainContent" style="height:100%">
    <table cellpadding="10" cellspacing="0" class="background" style="width: 100%; height: 100%">
      <tbody>
        <tr>
          <td align="center" valign="top">
            <table bgcolor="#FFFFFF" cellpadding="20" cellspacing="0" class="bodyContainer webFormBodyContainer" width="100%">
              <tbody>
                <tr>
                  <td bgcolor="#FFFFFF" class="body" sectionid="body" valign="top">
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label>First Name *</label>
                            </td>
                            <td class="ifs-field-input-container" style="width:400px;">
                              <input autocomplete="given-name" id="n33qnwjBHwdtLhLTXLN1OV0WAcyFyLAaMpAPwMEmnnh" is-required="true" name="n33qnwjBHwdtLhLTXLN1OV0WAcyFyLAaMpAPwMEmnnh" placeholder="First Name *" type="text">
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label>Email *</label>
                            </td>
                            <td class="ifs-field-input-container" style="width:400px;">
                              <input autocomplete="email" id="6qPukhmW1JuqIIKq9ShkNV" is-required="true" name="6qPukhmW1JuqIIKq9ShkNV" placeholder="Email *" type="email">
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label for="eA56BkaWbjwrxtTvj8aPhZ6WYEKvuXZghyEYkNsmO9r">Phone *</label>
                            </td>
                            <td class="ifs-field-input-container" style="width:400px;">
                              <input autocomplete="tel" id="eA56BkaWbjwrxtTvj8aPhZ6WYEKvuXZghyEYkNsmO9r" is-required="true" name="eA56BkaWbjwrxtTvj8aPhZ6WYEKvuXZghyEYkNsmO9r" placeholder="Phone *" type="tel">
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <table class="infusion-field-container" style="width:100%;">
                        <tbody>
                          <tr>
                            <td class="infusion-field-label-container">
                              <label for="TP5upc6UkAm8fLay3dm7DDDqN8D43NrjoYJytE6bkNO">Message</label>
                            </td>
                            <td class="ifs-field-input-container" style="width:400px;">
                              <textarea cols="24" id="TP5upc6UkAm8fLay3dm7DDDqN8D43NrjoYJytE6bkNO" name="TP5upc6UkAm8fLay3dm7DDDqN8D43NrjoYJytE6bkNO" autocomplete="a487" placeholder="Message" rows="5"></textarea>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <div>
                      <input id="LeadSourceId" name="r7ivqR9hxuweyrpaRwq2eY1jn1MQ5vmF8Fba07cU0B" autocomplete="a610" type="hidden" value="">
                    </div>
                    <div>
                      <input id="_utmsource" name="MggleAjwIf4gt3jisuiyur4OpEpaGIw9PW0tztRKZeD" autocomplete="a275" type="hidden" value="">
                    </div>
                    <div>
                      <input id="_utmmedium" name="HlHbuRa3ty1W4FjGPGtv0aiotB6YhBNB2vUGvAgaSW0" autocomplete="a420" type="hidden" value="">
                    </div>
                    <div>
                      <input id="_utmcampaign" name="o1l6NmYB2E4726ikRWvUjFaH86cDA1kLbgikfntME9C" autocomplete="a623" type="hidden" value="">
                    </div>
                    <div>
                      <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="5HI7pznXNVzL5RruXSXEfx" name="5HI7pznXNVzL5RruXSXEfx" value="Email Address" type="text"
                          tabindex="-1" readonly="" autocomplete="a950" style="position: absolute;top: -9999px;left: -9999px;"></div>
                      <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="2mQmtreFcz3zQPRTm2FAPb" name="2mQmtreFcz3zQPRTm2FAPb" value="youremail@domain.com" type="text"
                          tabindex="-1" readonly="" autocomplete="a859" style="position: absolute;top: -9999px;left: -9999px;"></div>
                      <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="448FEZEsIa5e51xD76xc5T" name="448FEZEsIa5e51xD76xc5T" value="Email Address" type="text"
                          tabindex="-1" readonly="" autocomplete="a959" style="position: absolute;top: -9999px;left: -9999px;"></div>
                      <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="1mbM4DIf8yvEfOBCadyF2b" name="1mbM4DIf8yvEfOBCadyF2b" value="demo@example.com" type="text"
                          tabindex="-1" readonly="" autocomplete="a773" style="position: absolute;top: -9999px;left: -9999px;"></div>
                      <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="K5PU0U2OH9pn3seijLl8d" name="K5PU0U2OH9pn3seijLl8d" value="Enter your email address" type="text"
                          tabindex="-1" readonly="" autocomplete="a161" style="position: absolute;top: -9999px;left: -9999px;"></div>
                      <textarea id="inf_field_Message" name="inf_field_Message" tabindex="-1" autocomplete="a135" style="position: absolute;top: -9999px;left: -9999px;"></textarea><input id="inf_field_Email" name="inf_field_Email"
                        placeholder="Email *" type="text" tabindex="-1" readonly="" autocomplete="a944" style="display:none"><input id="_IPAddress" name="Q9zJFykOG1dHEnsDoPlNJVZAItUTWgN1AG5D4CVvbbg" autocomplete="a153" type="hidden" value="">
                    </div>
                    <div>
                      <div class="infusion-submit" style="text-align:right;">
                        <button style="width:400px; height:40px; background-color:#002856; color:#FFFFFF; font-size:14px; font-family:Helvetica; border-color:#000000; border-style:Solid; border-width:1px;" type="submit" value="SUBMIT">SUBMIT</button>
                      </div>
                    </div>
                    <div>
                      <div style="height:15px; line-height:15px;"> &nbsp; </div>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="2XapbTmnnYLJvcWdEMwEeY" name="2XapbTmnnYLJvcWdEMwEeY" value="youremail@domain.com" type="text" tabindex="-1" readonly=""
      autocomplete="a316" style="position: absolute;top: -9999px;left: -9999px;"></div>
  <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="3dNrPuC1uThAwGoxShqzWg" name="3dNrPuC1uThAwGoxShqzWg" placeholder="youremail@domain.com" type="text" tabindex="-1"
      readonly="" autocomplete="a591" style="position: absolute;top: -9999px;left: -9999px;"></div>
  <div class="infusion-field" style="position: absolute;top: -9999px;left: -9999px;"><input id="inf_field_FirstName" name="inf_field_FirstName" placeholder="First Name *" type="text" tabindex="-1" readonly="" autocomplete="a509"
      style="position: absolute;top: -9999px;left: -9999px;"><input class="ifs-field-input-container" id="11sIuDHpQ8dn79IsiJwlGe" name="11sIuDHpQ8dn79IsiJwlGe" placeholder="Email *" type="text" tabindex="-1" readonly="" autocomplete="a934"
      style="position: absolute;top: -9999px;left: -9999px;"></div>
  <input type="hidden" id="timeZone" name="timeZone" value="Etc/Unknown">
</form>

Text Content

Skip to content
 * Board Governance
 * Strategic Planning
 * Bylaw Reviews
 * Governance Academy
   * Complementary Model of Board Governance Course
   * Running Productive Meetings Course
   * Taking Effective Minutes Course
   * Robert’s Rules of Order Course
 * Resources
   * Governance Articles
   * Strategic Planning Articles
   * Articles for Nonprofits
   * Articles for Corporates
   * Free Downloads
     * 10 Principles Of Complementary Governance
     * Board Performance Evaluation
     * The Ultimate Strategic Planning Guide
     * Employee Performance Evaluation
     * Sample Nonprofit Board Member Application
     * Action Minutes Template
     * Robert’s Rules of Order Cheat-Sheet
     * Nonprofit Board Meeting Agenda Template
     * Nonprofit Bylaw Review: The Ultimate Checklist
     * Business Continuity Plan Template For Nonprofits
     * Nonprofit Fundraising Planner
     * NPO Leader Pack
   * Assessments
     * Board Governance Assessment
     * Director and Staff Assessment
     * Board Meeting Effectiveness Assessment
   * On-Demand Webinar
     * Comparing 3 Governance Models Webinar
     * Optimizing Governance in Far from Optimal Times Webinar
     * Setting Ethical Standards Webinar
     * Strategic Planning Webinar
   * Books
   * The Strategic Board Podcast
   * Directory of NPOs
     * Alberta Not for Profit Associations
     * BC Associations From “A” to “C”
     * BC Associations From “D” to “L”
     * BC Associations From “M” to “Z”
     * Manitoba Associations
     * New Brunswick Not for Profit Associations
     * Newfoundland and Labrador Not for Profit Associations
     * Nova Scotia Not for Profit Associations
     * Ontario Not for Profit Associations From “A” to “C”
     * Ontario Not for Profit Associations From “D” to “M”
     * Ontario Not for Profit Associations From “N” to “Z”
     * Prince Edward Island Not for Profit Associations
     * Quebec Not for Profit Associations
     * Saskatchewan Not for Profit Associations

Menu
 * Board Governance
 * Strategic Planning
 * Bylaw Reviews
 * Governance Academy
   * Complementary Model of Board Governance Course
   * Running Productive Meetings Course
   * Taking Effective Minutes Course
   * Robert’s Rules of Order Course
 * Resources
   * Governance Articles
   * Strategic Planning Articles
   * Articles for Nonprofits
   * Articles for Corporates
   * Free Downloads
     * 10 Principles Of Complementary Governance
     * Board Performance Evaluation
     * The Ultimate Strategic Planning Guide
     * Employee Performance Evaluation
     * Sample Nonprofit Board Member Application
     * Action Minutes Template
     * Robert’s Rules of Order Cheat-Sheet
     * Nonprofit Board Meeting Agenda Template
     * Nonprofit Bylaw Review: The Ultimate Checklist
     * Business Continuity Plan Template For Nonprofits
     * Nonprofit Fundraising Planner
     * NPO Leader Pack
   * Assessments
     * Board Governance Assessment
     * Director and Staff Assessment
     * Board Meeting Effectiveness Assessment
   * On-Demand Webinar
     * Comparing 3 Governance Models Webinar
     * Optimizing Governance in Far from Optimal Times Webinar
     * Setting Ethical Standards Webinar
     * Strategic Planning Webinar
   * Books
   * The Strategic Board Podcast
   * Directory of NPOs
     * Alberta Not for Profit Associations
     * BC Associations From “A” to “C”
     * BC Associations From “D” to “L”
     * BC Associations From “M” to “Z”
     * Manitoba Associations
     * New Brunswick Not for Profit Associations
     * Newfoundland and Labrador Not for Profit Associations
     * Nova Scotia Not for Profit Associations
     * Ontario Not for Profit Associations From “A” to “C”
     * Ontario Not for Profit Associations From “D” to “M”
     * Ontario Not for Profit Associations From “N” to “Z”
     * Prince Edward Island Not for Profit Associations
     * Quebec Not for Profit Associations
     * Saskatchewan Not for Profit Associations


Contact

 * 


 * Board Governance
 * Strategic Planning
 * Bylaw Reviews
 * Governance Academy
   * Complementary Model of Board Governance Course
   * Running Productive Meetings Course
   * Taking Effective Minutes Course
   * Robert’s Rules of Order Course
 * Resources
   * Governance Articles
   * Strategic Planning Articles
   * Articles for Nonprofits
   * Articles for Corporates
   * Free Downloads
     * 10 Principles Of Complementary Governance
     * Board Performance Evaluation
     * The Ultimate Strategic Planning Guide
     * Employee Performance Evaluation
     * Sample Nonprofit Board Member Application
     * Action Minutes Template
     * Robert’s Rules of Order Cheat-Sheet
     * Nonprofit Board Meeting Agenda Template
     * Nonprofit Bylaw Review: The Ultimate Checklist
     * Business Continuity Plan Template For Nonprofits
     * Nonprofit Fundraising Planner
     * NPO Leader Pack
   * Assessments
     * Board Governance Assessment
     * Director and Staff Assessment
     * Board Meeting Effectiveness Assessment
   * On-Demand Webinar
     * Comparing 3 Governance Models Webinar
     * Optimizing Governance in Far from Optimal Times Webinar
     * Setting Ethical Standards Webinar
     * Strategic Planning Webinar
   * Books
   * The Strategic Board Podcast
   * Directory of NPOs
     * Alberta Not for Profit Associations
     * BC Associations From “A” to “C”
     * BC Associations From “D” to “L”
     * BC Associations From “M” to “Z”
     * Manitoba Associations
     * New Brunswick Not for Profit Associations
     * Newfoundland and Labrador Not for Profit Associations
     * Nova Scotia Not for Profit Associations
     * Ontario Not for Profit Associations From “A” to “C”
     * Ontario Not for Profit Associations From “D” to “M”
     * Ontario Not for Profit Associations From “N” to “Z”
     * Prince Edward Island Not for Profit Associations
     * Quebec Not for Profit Associations
     * Saskatchewan Not for Profit Associations

Menu
 * Board Governance
 * Strategic Planning
 * Bylaw Reviews
 * Governance Academy
   * Complementary Model of Board Governance Course
   * Running Productive Meetings Course
   * Taking Effective Minutes Course
   * Robert’s Rules of Order Course
 * Resources
   * Governance Articles
   * Strategic Planning Articles
   * Articles for Nonprofits
   * Articles for Corporates
   * Free Downloads
     * 10 Principles Of Complementary Governance
     * Board Performance Evaluation
     * The Ultimate Strategic Planning Guide
     * Employee Performance Evaluation
     * Sample Nonprofit Board Member Application
     * Action Minutes Template
     * Robert’s Rules of Order Cheat-Sheet
     * Nonprofit Board Meeting Agenda Template
     * Nonprofit Bylaw Review: The Ultimate Checklist
     * Business Continuity Plan Template For Nonprofits
     * Nonprofit Fundraising Planner
     * NPO Leader Pack
   * Assessments
     * Board Governance Assessment
     * Director and Staff Assessment
     * Board Meeting Effectiveness Assessment
   * On-Demand Webinar
     * Comparing 3 Governance Models Webinar
     * Optimizing Governance in Far from Optimal Times Webinar
     * Setting Ethical Standards Webinar
     * Strategic Planning Webinar
   * Books
   * The Strategic Board Podcast
   * Directory of NPOs
     * Alberta Not for Profit Associations
     * BC Associations From “A” to “C”
     * BC Associations From “D” to “L”
     * BC Associations From “M” to “Z”
     * Manitoba Associations
     * New Brunswick Not for Profit Associations
     * Newfoundland and Labrador Not for Profit Associations
     * Nova Scotia Not for Profit Associations
     * Ontario Not for Profit Associations From “A” to “C”
     * Ontario Not for Profit Associations From “D” to “M”
     * Ontario Not for Profit Associations From “N” to “Z”
     * Prince Edward Island Not for Profit Associations
     * Quebec Not for Profit Associations
     * Saskatchewan Not for Profit Associations


Contact

 * 




HELPING BOARDS IN GOVERNANCE & STRATEGIC PLANNING



AMC Governance Solutions specializes in providing board governance training,
by-law reviews and strategic planning services to nonprofit and corporate
organizations across Canada since 1987.





OUR SERVICES

BOARD GOVERNANCE

Overcome governance challenges faced by many.

STRATEGIC PLANNING

Develop your strategy. Improve performance. Grow your organization.

BYLAW REVIEWS

Ensure your organization operates at a legal, professional and trusted level.

GOVERNANCE ACADEMY

Get the training your organization needs, anytime, anywhere.

BOOKS ON GOVERNANCE

Gain the knowledge to manage your organization.


GOVERNANCE SPECIALISTS

Since 1987, AMC has assisted over 450 local, provincial, national and
international organizations in strategic planning, board governance training,
meeting facilitation and organizational effectiveness reviews.

READ MORE



OUR CLIENTS


 5/5




OUR CONSULTANTS

TOM

Tom (TJ) Abbott is the CEO and Co-Founder of AMC Governance Solutions and an
authority on Governance. He has over three decades experience as CEO, Chair,
President and Board Director of several corporate and not-for-profit
organizations.

Tom is also the host of The Strategic Nonprofit Podcast, has delivered hundreds
of keynotes, presentations and workshops in over 20 countries, and spoke on
“Optimizing Governance In Far From Optimal Times” at the CSAE National
Conference. He is also a Certified Speaking Professional™, a designation held by
about one percent of speakers globally.

AUDREY

Audrey is an authority on governance and strategic planning with over 18 years
of experience as a Board Director of several nonprofits. Audrey has worked with
many organizations as a consultant helping to assess board effectiveness,
develop better governance structures and build high-performing boards. She led
the Canadian Board Diversity Council and forged its signature Get on Board
governance education program.


ORGANIZATION STATISTICS

0
Clients
0
Years in Business


BOARD PERFORMANCE EVALUATION FORM

Download Now

 

First Name *

Email *

Organization Type *
CorporateNonprofit

I give consent to use this information to send additional emails and
communication as described in your Privacy Policy *

 
Download Now
 
Privacy Policy


START INCREASING YOUR ORGANIZATION'S EFFECTIVENESS

Ask us for a quote or free assessment of your organization’s governance policies

CONTACT US: +1 604-669-5344

First Name *

Email *

Phone *

Message






SUBMIT
 





QUICK LINKS



STRATEGIC PLANNING FACILITATION

GOVERNANCE ACADEMY

ABOUT US

DIRECTORY OF NPOS

BOARD GOVERNANCE TRAINING

BOOKS

ARTICLES

FAQ

OUR OFFICE



VANCOUVER OFFICE

 * 604-669-5344
 * success@amcnposolutions.com
 * 170-422 Richards St Vancouver BC V6B 2Z4 Canada

FOLLOW US


Facebook-f Twitter Youtube Linkedin


Privacy Policy

© Copyright © 1987-2023 AMC Governance Solutions

Scroll to Top