Form analysis
4 forms found in the DOM
Name: frmShukriyaMessage —
<form id="frmShukriyaMessage" name="frmShukriyaMessage" novalidate="novalidate">
<div class="form-group">
<label for="shukriyaMessage">Write your message</label>
<div class="character-counter pull-right">(<span>0</span>/180)</div>
<div class="control-group">
<textarea id="shukriyaMessage" name="shukriyaMessage" class="form-control" rows="5" maxlength="240"></textarea>
</div>
</div>
<div class="clearfix">
<div class="pull-right">
<button type="button" class="btn btn-default" onclick="cancelShukriyaMessagePop()">Cancel</button>
<button type="submit" class="btn btn-default btn-primary" id="shukriyaSubmit">Submit</button>
</div>
</div>
</form>
POST /login/register-individual.php
<form method="POST" id="rps_signup_form" autocomplete="off" action="/login/register-individual.php" novalidate="novalidate">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<input type="text" class="form-control input-lg" placeholder="Your Name" name="fmd_fname">
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<input type="tel" class="form-control input-lg" placeholder="Phone Number" name="fmd_phone_1" pattern="[0-9]*" maxlength="16">
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<input type="email" class="form-control input-lg" placeholder="Email Address" id="fld_IndEmail" name="fld_username">
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<input type="password" class="form-control input-lg" placeholder="Create a Password" id="fmd_password" name="fld_password" autocomplete="off">
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<div id="RecaptchaField1"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<!-- <a href="javascript:void(0);" id="supSignupSubmit" class="btn btn-primary btn-lg btn-signup">
<svg class="envelope" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="miu" stroke="none" stroke-width="1"><g id="Artboard-1" transform="translate(-215.000000, -335.000000)"><g id="slice" transform="translate(215.000000, 119.000000)"/><path d="M237,341.020568 L237,340 L217,340 L217,341.020568 L227,348.68741 L237,341.020568 Z M237,342.277421 L237,353.292592 L230.761657,347.051112 L237,342.277421 Z M236.293194,354 L217.710448,354 L224.041535,347.665728 L227,349.929598 L229.960528,347.664149 L236.293194,354 Z M217,353.296236 L217,342.277421 L223.240407,347.052691 L217,353.296236 Z M216,339 L238,339 L238,355 L216,355 L216,339 Z" fill="#ffffff" id="common-email-envelope-mail-outline-stroke"/></g></g></svg>
Sign up with E-mail
</a> -->
<input type="hidden" name="form_action" value="Add">
<input type="hidden" name="ipl" value="1">
<input type="hidden" name="fld_registration_source" value="ipl">
<input type="hidden" name="custom_redirect_url" class="custom_redirect_url" value="">
<input type="submit" name="submitLogin" id="supSignupSubmit" class="btn btn-primary btn-lg btn-signup" value="Sign up with E-mail">
<button class="hidden btn-signup btn btn-primary btn-lg" disabled=""><i class="fa fa-refresh fa-spin"></i> Logging In</button>
<p class="text-center">Already have an account? <strong><a href="javascript:void(0);" class="link-color" data-dismiss="modal" id="supSolSignupLogin">LOGIN</a></strong></p>
</div>
</div>
</form>
POST /login/login-page.php
<form method="POST" id="rps_emailsignup_form" action="/login/login-page.php" novalidate="novalidate">
<!-- <div class="row">
<div class="col-xs-12">
<div class="control-group">
<input type="text" class="form-control input-lg" placeholder="Username" name="login_name" />
</div>
</div>
</div> -->
<div class="row">
<div class="col-sm-offset-2 col-sm-8 col-xs-12">
<div class="control-group">
<input type="email" class="form-control input-lg" placeholder="Email Address" id="login_Email" name="txtUserName">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-offset-2 col-sm-8 col-xs-12">
<div class="control-group">
<input type="password" class="form-control input-lg" placeholder="Create a Password" id="login_password" name="txtPassword" autocomplete="off">
</div>
<a href="javascript:void(0);" class="pull-right" data-dismiss="modal" id="forgotPassword">Forgot Password</a>
</div>
</div>
<div class="row">
<div class="col-sm-offset-2 col-sm-8 col-xs-12">
<input type="hidden" name="ipl" value="1">
<input type="hidden" name="custom_redirect_url" class="custom_redirect_url" value="">
<input type="submit" id="rpsLogin" name="submitLogin" class="btn btn-primary btn-lg btn-signup" value="LOGIN">
<button class="hidden btn-signup btn btn-primary btn-lg" disabled=""><i class="fa fa-refresh fa-spin"></i> Logging In</button>
<p class="text-center">New to Ketto? <a href="javascript:void(0);" id="supSolLogin" data-dismiss="modal" class="link-color"><strong>SIGNUP</strong></a> </p>
</div>
</div>
</form>
Name: forgotPassword —
POST /login/login-page.php
<form id="forgotPwdForm" action="/login/login-page.php" method="post" name="forgotPassword" novalidate="novalidate">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<div class="control-group">
<input type="email" class="form-control input-lg" placeholder="Your Email" id="userFPassEmail" name="txtUserName">
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-xs-12">
<input type="hidden" name="submitForgotPassword" value="1">
<input type="submit" id="sendPwd" value="Send" class="btn btn-primary btn-lg btn-signup">
<button class="hidden btn-signup btn btn-primary btn-lg" disabled=""><i class="fa fa-refresh fa-spin"></i> Sending</button>
</div>
</div>
</form>
Text Content
By continuing to use the website, you agree to our Use of Cookies
Toggle navigation
KETTO.ORG
* Sign in
*
* Browse Fundraisers
* How It Works
* Start A Fundraiser
* Get us on WhatsApp
* ₹$£€AEDSGDSAR €
* Sign in
×
SEARCH RESULTS
Close
Toggle navigation
LOGIN
KETTO.ORG
* About
* Phase I
* Phase II
* Phase III
* Rules & Rewards
* How To Win
* KETTO.ORG
* LOGIN
1.
2.
3.
Previous Next
Join us by taking part in 3 phases that celebrate our brave heroes. Earn points,
and get in Top 50 to win IPL match tickets, autographed merchandise, and chance
to spend time with your favourite Rising Pune Supergiants players.
WELCOME TO THE #SUPERGIANTSFORSOLDIERS INITIATIVE
To guard the second most populated country in the world, every year, a few good
men voluntarily step up, say their could-be final goodbyes to their families and
take an oath to put their nation before themselves - soldiers of the Indian
Army. With this initiative, Rising Pune Supergiants and Ketto are coming
together to celebrate the valour and selflessness of these heroes.
With our efforts, we want to express gratitude to all the brave soldiers of the
Indian Army for the unparalleled sacrifices they make. But we can't do it alone
- we want each and every Indian out here to help us amplify this voice and help
us give a shout out to men who ensure we sleep peacefully at night.
WHY WE TOOK UP THIS CAUSE
Our army is the third biggest contingent in the world with 12,20,009 active and
9,90,960 reserve personnel’s also making us the biggest voluntary army in the
world. Isn't that wonderful? It controls the highest battlefield in the world
the Siachen glacier since 1984. Our army doesn't just have a rich combat
experience in diverse terrains, it also has distinguished history in United
Nations peacekeeping operations.
These soldiers are subjected to physical, mental and spiritual challenges while
guarding our borders in various wars and terrorist infiltrations and continue to
do so. We have lost many of our sons of the soil due to these wars and
infiltrations. The death toll in 2016 alone was 64 which is the highest in six
years. Tragically, some soldiers are medically boarded out i.e. retired form
service due to injuries.
This IPL season, Rising Pune Supergiants and Ketto have collectively decided to
turn the spotlight to the bravery and sacrifices of our soldiers.
Read More
* Ended on April 5
Phase I
Upload a picture of yourself saluting the brave soldiers for all they do for
the country with hashtag #DeSalami and share it on all social platforms.
* Ended on April 22
Phase II
Send a thank you message for the differently-abled soldiers for their
unparalleled sacrifice via text or picture with hashtag #ShukriyaSoldier and
don't forget to share it.
* Ends on May 11
Phase III
Come up with your own charged up naara and upload it as an image or message
with the hashtag #ShareYourNaara and share it on all social platforms.
HAPPENING RIGHT NOW
Yaswanth supported by sharing on Facebook.
6 years ago
Deepak posted a naara on Twitter.
6 years ago
Deepak posted a naara on Facebook.
6 years ago
Yaswanth posted a naara on Facebook.
6 years ago
Ashok Dora supported by sharing on Twitter.
6 years ago
Ashok Dora supported by sharing on Facebook.
6 years ago
Ashok Dora posted a naara on Twitter.
6 years ago
Ashok Dora posted a naara on Facebook.
6 years ago
Niket supported by sharing on Facebook.
6 years ago
Niket supported by sharing on Twitter.
6 years ago
* Phase I
Upload a picture of yourself saluting the brave soldiers for all they do for
the country with hashtag #DeSalami and share it on all social platforms.
Ended onApril 5
Phase I Winners
* Phase II
Send a thank you message for the differently-abled soldiers for their
unparalleled sacrifice via text or picture with hashtag #ShukriyaSoldier and
don't forget to share it.
Ended onApril 22nd
Phase II Winners
* Phase III
Come up with your own charged up naara and upload it as an image or message
with the hashtag #ShareYourNaara and share it on all social platforms.
Ends onMay 11
Enter
WELCOME TO THE #SUPERGIANTSFORSOLDIERS INITIATIVE
To guard the second most populated country in the world, every year, a few good
men voluntarily step up, say their could-be final goodbyes to their families and
take an oath to put their nation before themselves - soldiers of the Indian
Army. With this initiative, Rising Pune Supergiants and Ketto are coming
together to celebrate the valour and selflessness of these heroes.
With our efforts, we want to express gratitude to all the brave soldiers of the
Indian Army for the unparalleled sacrifices they make. But we can't do it alone
- we want each and every Indian out here to help us amplify this voice and help
us give a shout out to men who ensure we sleep peacefully at night.
WHY WE TOOK UP THIS CAUSE
Our army is the third biggest contingent in the world with 12,20,009 active and
9,90,960 reserve personnel’s also making us the biggest voluntary army in the
world. Isn't that wonderful? It controls the highest battlefield in the world
the Siachen glacier since 1984. Our army doesn't just have a rich combat
experience in diverse terrains, it also has distinguished history in United
Nations peacekeeping operations.
These soldiers are subjected to physical, mental and spiritual challenges while
guarding our borders in various wars and terrorist infiltrations and continue to
do so. We have lost many of our sons of the soil due to these wars and
infiltrations. The death toll in 2016 alone was 64 which is the highest in six
years. Tragically, some soldiers are medically boarded out i.e. retired form
service due to injuries.
This IPL season, Rising Pune Supergiants and Ketto have collectively decided to
turn the spotlight to the bravery and sacrifices of our soldiers.
HAPPENING RIGHT NOW
Yaswanth supported by sharing on Facebook.
6 years ago
Deepak posted a naara on Twitter.
6 years ago
Deepak posted a naara on Facebook.
6 years ago
Yaswanth posted a naara on Facebook.
6 years ago
Ashok Dora supported by sharing on Twitter.
6 years ago
Ashok Dora supported by sharing on Facebook.
6 years ago
Ashok Dora posted a naara on Twitter.
6 years ago
Ashok Dora posted a naara on Facebook.
6 years ago
Niket supported by sharing on Facebook.
6 years ago
Niket supported by sharing on Twitter.
6 years ago
--------------------------------------------------------------------------------
SOCIAL FEED
Show your support by taking part in the activities - start by signing up!
Get Started
CREATE YOUR ACCOUNT
Sign up with facebook
or
Earn 5 points
Sign up with E-mail
SHARE YOUR NAARA
Write your message
(0/180)
Cancel Submit
Logging In
Already have an account? LOGIN
ABOUT
PHASE I
PHASE II
PHASE III
RULES & REWARDS
HOW TO WIN
LOGIN/SIGNUP
LOGIN
Sign in with facebook
or
Forgot Password
Logging In
New to Ketto? SIGNUP
Invite a Friend
* Invite friends
*
* Friends come onboard
*
* Earn points
Tap to copy
Share the link with your friends
GOOD JOB!
You have earned points
Want to earn more points and top the leaderboard?
Share on twitter
Earn 3 points
CONGRATULATIONS!
You have earned 5 points
Sending
or
Sign in with facebook
New to Ketto? SIGNUP
This is your #ShareYourNaara picture
This is your #ShareYourNaara message
Change Picture Change Message
Share on facebook
Earn 3 point
Phase II ended on
April 22
Take me to the current live phase
Phase II Winners
Phase III starts on
May 08
Phase II Winners
Phase I ended on
April 05
Take me to the current live phase
Phase I Winners
Phase I will start on
March 18
See you soon !
Phase I ended. Phase II will start on
April 18
See you soon !
Phase II ended. Phase III will start on
May 08
Phase II Winners
Phase III ended.
Phase II will start on
April 18 at 12 PM
See you soon !
Phase III will start on
May 08 at 12 PM
See you soon !
CONGRATULATIONS
PHASE 1 WINNERS
Mushahid Khan Prince Sanghvi DiStin Anand Tejas SATHISH KUMAR Tushar Parvez
Shubham Jinendra Aman Vijay Verma Jenifer Sajid Akshay Pandhare Bhavesh Rahul
Venu Ashok Dora Vandana Aakash Taleda Saurav Desai Mayank Som Jui Santosh Sekhar
Gaurav Prakash Subham Abhishek Deepak Kamlesh Kruthika Msdian Bhavesh Pradeep
Kunal
Take me to the current live phase
CONGRATULATIONS
PHASE II WINNERS
Swapnal Saurabh Tejas Gujar Parvez Patel Shubham Shivani Rahul Ashok Dora Veeru
Santageri Aakash Taleda Saurav Desai Mayank Som Jui Yuvraj Bhosale Msdian Megha
Aggarwal Shreya Mayur Gohil Pradeep Abhisek Sahoo Vineeth Mayur Kushagra Yogesh
Lonkar Prerna Md Hakkim Bishal Eswar Teja Girish Patil Kaustub Harshit Rathi
Pruthvi DATTATRAY NANAWRE Sahil Sheetal Swapnil Prashant ASHOK KHARAT Ujjwal
Take me to the current live phase
Started by Varun Sheth, Bollywood actor Kunal Kapoor and Zaheer Adenwala, Ketto
is Asia's most trusted and visited crowdfunding platform that helps people raise
funds for personal needs, charitable causes, creative ideas and has raised over
Rs. 100 crores so far. With a network of 4,000+ non-profits, Ketto has
facilitated a positive change in the areas of child education, women
empowerment, animal welfare, farmer welfare and post natural-calamity
rehabilitation. Ketto has raised over Rs. 50 lakh over the last 4 months for the
families of martyred soldiers after the tragic URI attacks. Visit ketto.org to
know more.
Started by Varun Sheth, Bollywood actor Kunal Kapoor and Zaheer Adenwala, Ketto
is Asia's most trusted and visited crowdfunding platform that helps people raise
funds for personal needs, charitable causes, creative ideas and has raised over
Rs. 100 crores so far.
With a network of 4,000+ non-profits, Ketto has facilitated a positive change in
the areas of child education, women empowerment, animal welfare, farmer welfare
and post natural-calamity rehabilitation. Ketto has raised over Rs. 50 lakh over
the last 4 months for the families of martyred soldiers after the tragic URI
attacks. Visit ketto.org to know more.
Read More
1.5M +
Followers
For any queries
Email: info@ketto.org
Contact No: +91 9930088522
* CAUSES
* Medical Crowdfunding
* Cancer Crowdfunding
* Transplant Crowdfunding
* Education Crowdfunding
* Sports Crowdfunding
* Child Welfare
* Animal Fundraisers
* HOW IT WORKS?
* Fundraising for NGOs
* Sponsor A Child
* Fundraising Tips
* What is crowdfunding?
* Corporates
* Withdraw Funds
* Browse Fundraisers
* ABOUT US
* Team Ketto
* In The News
* Our Partners
* Careers
* Ketto Blog
* Success Stories
* SUPPORT
* Medical Finance
* FAQs & Help Center
* Are Ketto Campaigns Genuine?
* Fundraiser Video
* Trust & Safety
* Plans & Pricing
* Contact Us
Copyright © 2023 Ketto Online Ventures Pvt Ltd. All Rights Reserved. Terms of
Use | Privacy Policy | AML Policy | Use of cookies
Subscribe and follow us on
1.5M +
Followers
* MOBILEMENU
* Privacy Policy
* AML Policy
* Use of cookies
* Help Center
* Plans & Pricing
* Team Ketto
* Press Club
* Contact Us
* Careers
* Ketto Blog
* Medical crowdfunding
* Transplant Crowdfunding
* NGOs
* Sports Crowdfunding
Copyright © 2023 Ketto Online Ventures Pvt Ltd. All Rights Reserved.
FUNDRAISER IN DRAFT
WE MEET AGAIN!
Would you like to complete the fundraiser
from where you left off?
Continue Editing Draft Fundraiser
HEY THERE!
Is something stopping you from starting a fundraiser?
Call 02233578152
to get immediate assitance from our manager.
We're offline!Leave a message
×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our advertising partners use cookies and similar
technologies on this site and use personal data (e.g., your IP address). If you
consent, the cookies, device identifiers, or other information can be stored or
accessed on your device for the purposes described below. You can click "Allow
All" or "Decline All" or click Settings above to customize your consent.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalized content profile; ●
Select personalised content; ● Personalized ads, ad measurement and audience
insights; ● Product development. For some of the purposes above, our advertising
partners: ● Use precise geolocation data. Some of our partners rely on their
legitimate business interests to process personal data. View our advertising
partners if you wish to provide or deny consent for specific partners, review
the purposes each partner believes they have a legitimate interest for, and
object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences