My button should turn on when someone enters a username, but somehow it doesn’t work. I mirrored this landing page with winhttrack. If someone is willing to help me, I will leave a skype contact to explain to him in more detail, because I have no experience with coding. Thank you
skype: petarstankovic2
`
Receive Code
<!-- Step 2 -->
<div id="step-2" class="console" style="display:none;">
<div class="console-window container">
<!-- Step 3 -->
<div class="console-container" id="step-3" style="display:none;">
<span class="console-loader animate-spin "></span>
<p class="pt-4 text-bold">Loading Survey Data...</p>
</div>
<!-- Step 3 -->
<!-- Step 4 -->
<div class="console-container" id="step-4" style="display:none;">
<i class="fas fa-check-circle text-lg text-success animate-jump-2"></i>
<p class="pt-4 text-bold">Choosing Best Surveys...</p>
</div>
<!-- Step 4 -->
<!-- icon server -->
<div class="console-container" id="step-5" style="display:none;">
<i class="fas fa-server text-lg text-info animate-jump-2"></i>
<p class="pt-4 text-bold">Prioritizing easiest surveys for you!</p>
</div>
<!-- icon server -->
<!-- icon server -->
<div class="console-container" id="console-icon-d" style="display:none;">
<i class="fas fa-download text-lg text-success animate-jump-2"></i>
<p class="pt-4 text-bold">Loading Unique User ID</p>
</div>
<!-- icon server -->`
New contributor
Petar Stankovic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.