thinklouder.com Open in urlscan Pro
3.212.124.245  Public Scan

Submitted URL: https://infolundaro.com/index.php/campaigns/kb347x3j6r5d2/track-url/mb435p4jelcc1/6123caee507f803cb4653b58079c5a74f4821786
Effective URL: https://thinklouder.com/
Submission: On January 22 via api from ES — Scanned from ES

Form analysis 1 forms found in the DOM

Name: WebToLeads2156168000002563001POST https://crm.zoho.com/crm/WebToLeadForm

<form action="https://crm.zoho.com/crm/WebToLeadForm" name="WebToLeads2156168000002563001" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory2156168000002563001()" accept-charset="UTF-8"
  data-hs-cf-bound="true" siq_id="autopick_4509">
  <input type="text" style="display:none;" name="xnQsjsdp" value="114da71020ceb5a60937abb0629fb97e92dbc7a7e6d01abb17fd26b2c4fa22f3">
  <input type="hidden" name="zc_gad" id="zc_gad" value="">
  <input type="text" style="display:none;" name="xmIwtLD" value="96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202">
  <input type="text" style="display:none;" name="actionType" value="TGVhZHM=">
  <input type="text" style="display:none;" name="returnURL" value="https://thinklouder.com/thank-you/">
  <!-- Do not remove this code. -->
  <style>
    #crmWebToEntityForm tr,
    #crmWebToEntityForm td {
      padding: 6px;
      border-spacing: 0px;
      border-width: 0px;
      background: transparent !important;
    }

    #top #crmWebToEntityForm input {
      margin-bottom: 0px;
    }
  </style>
  <table cellspacing="0" cellpadding="0" style="width:100%; max-width:500px; background-color:transparent;color:#f79329;margin:0 auto;">
    <tbody>
      <tr>
        <td style="border-width:0;"><span style="nowrap:nowrap;font-size:16px;font-family:&quot;Open Sans&quot;;width:200px;line-height: 22px;color:#464646;">Name<span style="color:#f79329;">*</span></span><br><input type="text" maxlength="80"
            style="width:100%;" name="Last Name"></td>
        <td style="border-width:0;"><span style="nowrap:nowrap;font-size:16px;font-family:&quot;Open Sans&quot;;width:200px;line-height: 22px;color:#464646;">Email<span style="color:#f79329;">*</span></span><br><input type="text" maxlength="100"
            style="width:100%;" name="Email"></td>
      </tr>
      <tr style="display:none;">
        <td style="word-break: break-word;text-align:top;font-size:12px;font-family:Arial;width:30%">Website source URL</td>
        <td style="width:40%;"><input type="text" style="width:100%;box-sizing:border-box;" maxlength="255" name="LEADCF1" value="https://thinklouder.com"></td>
      </tr>
      <tr>
        <td colspan="2" style="box-sizing:border-box;border-width:0;"><span style="nowrap:nowrap;font-size:16px;font-family:&quot;Open Sans&quot;;width:200px;line-height: 22px;color:#464646;">Enter the Captcha</span><br>
          <input type="text" style="width:100%;box-sizing:border-box;" maxlength="80" name="enterdigest">
        </td>
      </tr>
      <tr>
        <!-- Do not remove this code. -->
        <td colspan="2" style="box-sizing:border-box;"><img id="imgid"
            src="https://crm.zoho.com/crm/CaptchaServlet?formId=96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202&amp;grpid=114da71020ceb5a60937abb0629fb97e92dbc7a7e6d01abb17fd26b2c4fa22f3">
          <a href="javascript:;" onclick="reloadImg()">Reload</a>
        </td>
      </tr>
      <tr>
        <td colspan="2" style="text-align:center; padding-top:15px;font-size:16px;border: 0;">
          <input style="color:#fff;height: 36px; line-height: 34px; border-radius: 2px; background-color: rgb(247, 147, 41); padding: 0; min-width: 130px; font-size: 16px;" id="formsubmit" type="submit" value="Sign Up"> <input type="reset"
            name="reset" style="cursor: pointer;font-size:12px;color:#000000; display:none;" value="reset">
        </td>
      </tr>
    </tbody>
  </table>
  <script>
    var mndFileds = new Array('Last Name', 'Email');
    var fldLangVal = new Array('Name', 'Email');
    var name = '';
    var email = '';
    /* Do not remove this code. */
    function reloadImg() {
      if (document.getElementById('imgid').src.indexOf('&d') !== -1) {
        document.getElementById('imgid').src = document.getElementById('imgid').src.substring(0, document.getElementById('imgid').src.indexOf('&d')) + '&d' + new Date().getTime();
      } else {
        document.getElementById('imgid').src = document.getElementById('imgid').src + '&d' + new Date().getTime();
      }
    }

    function checkMandatory2156168000002563001() {
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebToLeads2156168000002563001'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            if (fieldObj.type == 'file') {
              alert('Please select a file to upload.');
              fieldObj.focus();
              return false;
            }
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
      document.getElementById('formsubmit').disabled = true;
    }
  </script>
  <input type="hidden" name="eo" value="14f4ec16431e0686150daa43f3210513"> <input type="hidden" name="te" value="true"><img id="tr_img_96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202"
    src="https://crm.zohopublic.com/crm/WebFormAnalyticsServlet?rid=96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202gid114da71020ceb5a60937abb0629fb97e92dbc7a7e6d01abb17fd26b2c4fa22f3gida378f81585080d3b6fb1acbec6638b71gid885e3c1045bd9bdcc91bdf30f82b5696gid14f4ec16431e0686150daa43f3210513"
    style="display: none;">
  <script>
    if (typeof wfTRKey == 'undefined') {
      wfTRKey = {};
    }
    wfTRKey['url_96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202'] =
      'https://crm.zohopublic.com/crm/WebFormAnalyticsServlet?rid=96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202gid114da71020ceb5a60937abb0629fb97e92dbc7a7e6d01abb17fd26b2c4fa22f3gid364f49863aa1c6f080988c8e111a90b8gid885e3c1045bd9bdcc91bdf30f82b5696gid14f4ec16431e0686150daa43f3210513';
    wfTRKey['rs_96b9b8598f404c8266394d68f8b26a14d88e1b9943b7f58db72de27ce34e7202'] = false;

    function sf(ev) {
      var te = ev.target ? ev.target : ev.srcElement;
      var nd = te.nodeName ? te.nodeName.toLowerCase() : '';
      var fm;
      if (te.form) {
        fm = te.form.elements.xmIwtLD.value;
      }
      if (fm && !wfTRKey['rs_' + fm] && ((nd == 'input' && te.type != 'file') || (nd == 'input' && te.type == 'file' && ev.type == 'click') || nd == 'select' || nd == 'textarea' || nd == 'div')) {
        document.getElementById('tr_img_' + fm).setAttribute('src', wfTRKey['url_' + fm]);
        wfTRKey['rs_' + fm] = true
      }
    }
    if (document.addEventListener) {
      document.addEventListener('click', sf);
      document.addEventListener('change', sf);
    } else {
      document.attachEvent('onclick', sf);
      document.attachEvent('onchange', sf);
    }
  </script>
</form>

Text Content

 * Contact
 * Blog
 * Schedule a call

 * Agile Training
 * Private Training & Coaching
 * Assessments
 * Certifications
 * E-learning
 * About Us
 * Resources
 * Menu


 * 


SO, YOU’VE DONE YOUR TRAINING. WHAT’S NEXT?
AMPLIFY YOUR AGILE LEARNING WITH THINKLOUDER



Schedule a call


THINKLOUDER HELPS YOU
WITH THE NEXT STEPS



From precision coaching to tailored workshops, we’re here to help you with
what’s next in your Agile adoption.




TRAINING



Whether it’s Agile product management you want to learn, Agile marketing or
human resources, we have the right training for you.

Learn more…


PRECISION COACHING



We create targeted Agile training alongside the tools and workshops necessary to
implement it into your specific team’s culture and identity.

Learn more…


E-LEARNING



Don’t have time or too far away to attend our classes? Join us through
e-learning, and get all the tools you need to implement Agile.

Learn more…




HOW WE DO IT



Assessment: We help you assess your current skills and where you need the most
support

Training: We present solutions targeted to your unique needs

Coaching: We coach and support you in implementing these skills and applying
what you have learned




ABOUT WHAT WE DO





BLOG




HOW TO TAKE SCRUM VALUES FROM PAPER TO PRACTICE

0 Comments
/
November 15, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/11/Untitled-design-15.png 924
1640 Giora Morein
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png Giora
Morein2023-11-15 13:21:402023-11-15 13:28:55How to take Scrum Values from Paper
to Practice


HOW CONTENT HELPS YOU LAUNCH & DEVELOP YOUR SCRUM CAREER

0 Comments
/
August 27, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/08/Untitled-design-3.jpg 1080
1920 Giora Morein
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png Giora
Morein2023-08-27 11:39:412023-08-27 11:39:41How Content Helps You Launch &
Develop Your Scrum Career


YOUR GUIDE TO AGILE CEREMONIES AND WHY THEY MATTER

0 Comments
/
July 23, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/07/Untitled-design.png 768 1024
Giora Morein
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png Giora
Morein2023-07-23 12:05:462023-07-23 12:58:11Your Guide to Agile Ceremonies and
Why They Matter


5 TRICKS TO MAKE THE MOST OUT OF YOUR DAILY SCRUM STANDUP

0 Comments
/
June 4, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/06/Untitled-design-4.jpg 1080
1920 thinklo4
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png
thinklo42023-06-04 05:50:102023-06-04 05:50:285 Tricks To Make The Most Out Of
Your Daily Scrum Standup


YOUR MOST FREQUENT AGILE SOFTWARE DEVELOPMENT QUESTIONS ANSWERED

0 Comments
/
June 4, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/06/Untitled-design-3.jpg 1080
1920 thinklo4
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png
thinklo42023-06-04 05:40:352023-06-04 05:53:05Your Most Frequent Agile Software
Development Questions Answered


IMPROVING YOUR CODE QUALITY

0 Comments
/
June 1, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/06/Untitled-design-2.jpg 1080
1920 thinklo4
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png
thinklo42023-06-01 12:28:562023-06-01 14:05:05Improving your code quality


COMMON HABITS THAT KEEP YOU FROM SUSTAINING A HEALTHY PRODUCT BACKLOG

0 Comments
/
June 1, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/06/Untitled-design-1.jpg 1080
1920 thinklo4
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png
thinklo42023-06-01 12:25:372023-06-01 12:25:37Common Habits That Keep You From
Sustaining A Healthy Product Backlog


EFFICIENT SPRINT PLANNING: 10 TIPS THAT CAN BE A REAL GAMECHANGER

0 Comments
/
June 1, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/06/Untitled-design.jpg 1080 1920
thinklo4 https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png
thinklo42023-06-01 12:05:292023-06-01 12:20:29Efficient Sprint Planning: 10 Tips
That Can Be A Real Gamechanger


WHAT SHOULD WE DO WITH AGILE BACKLOG ITEMS THAT HAVE BEEN THERE A LONG TIME?

0 Comments
/
February 16, 2023
Read more

https://thinklouder.com/wp-content/uploads/2023/02/Untitled-design-6.jpg 506 900
Giora Morein
https://thinklouder.com/wp-content/uploads/2018/07/final-logo-01.png Giora
Morein2023-02-16 15:01:452023-02-16 15:01:45What should we do with Agile Backlog
items that have been there a long time?
PreviousNext


WHAT PEOPLE SAY ABOUT US



The Scrum Game in the class was a great way to experience being on a Scrum team.
The stories and examples you gave really helped me understand things that I
wasn’t quite sure about. Thank you so much.

Michelle JProject Manager

The class was really fun and really valuable. I have many ideas now I can’t wait
to introduce to my team

Prakesh VScrumMaster

Thank you again for an awesome class. You are an excellent teacher and have
inspired me for a whole new career path.

Mitchell TDevops Technologist

I will never forget you in terms of my Agile journey, it all started with you!

Joseph DAgile Coach

Thanks for the inspiring and engaging ScrumMaster class…

Pete DScrumMaster
PreviousNext


LET’S THINK TOGETHER

Sign up for our Newsletter and keep up to date with our blog posts, upcoming
courses, industry news and more!



Name*
Email*
Website source URLEnter the Captcha
Reload








FOLLOW US TO SEE WHAT’S NEXT

 * 
 * 
 * 
 * 
 * 

hello@thinklouder.com


ENFOLD DETROIT

4870 Cass Ave
Detroit, MI, United States

(555) 389 976

detroit@enfold-startup.com

 * Privacy Policy
 * Terms & Conditions
 * Refund Policy
 * Disclaimer

©2023 Copyright ThinkLouder LLC. All rights reserved.

ThinkLouder LLC
132 Chief Justice Cushing Hwy, Suite 70
Cohasset MA 02025
877-567-8930 | training@thinklouder.com

© Copyright - ThinkLouder
 * Thinking Aloud
 * Contact
 * Privacy Policy
 * Find Training

Scroll to top


This website stores cookies on your computer. These cookies are used to improve
our website and provide more personalized services to you, both on this website
and through other media.
To find out more about the cookies we use, see our Privacy Policy.

OK
See All Our Upcoming Courses
Call Now Button
Click for sound



1:29









Chat with us, powered by LiveChat


We're offline

Leave a message