www.developmentaid.org
Open in
urlscan Pro
95.170.71.10
Public Scan
URL:
https://www.developmentaid.org/home/contact
Submission: On October 21 via api from PL — Scanned from NL
Submission: On October 21 via api from PL — Scanned from NL
Form analysis
3 forms found in the DOMName: headerLoginForm —
<form autocomplete="off" ng-submit="login(headerLoginForm.$valid)" name="headerLoginForm" ng-if="register === false" test-id="mobileLogin" class="ng-pristine ng-scope ng-valid-email ng-invalid ng-invalid-required" novalidate="novalidate">
<div class="title">Sign in <br> <span class="subtitle">or <a ng-click="toggleRegistrationForm()">register for free</a></span></div>
<div class="field no-icon">
<div class="placeholder" data-placeholder="Email" ng-class="{'show':headerLoginForm.username.$viewValue.length}">
<input email="" name="username" ng-model="form.username" placeholder="Email" required="" type="email" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
<da-show-errors field="username" class="ng-isolate-scope">
<div class="show-errors">
<!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
</div>
</da-show-errors>
</div>
</div>
<div class="field no-icon">
<div class="placeholder" data-placeholder="Password" ng-class="{'show':headerLoginForm.password.$viewValue.length}">
<da-password type="signIn" password="form.password" name="password" class="ng-isolate-scope"><!-- ngIf: vm.type == 'signIn' -->
<div ng-if="vm.type == 'signIn'" class="ng-scope">
<input name="password" id="" ng-class="vm.class" ng-model="vm.password" placeholder="Password" type="password" ng-keypress="vm.keypressEvent($event)" ng-keydown="vm.keydownEvent($event)" ng-blur="vm.messageDisplay = false"
ng-focus="vm.messageDisplay = true" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
<da-show-errors field="password" class="ng-isolate-scope">
<div class="show-errors">
<!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
</div>
</da-show-errors>
<!-- ngIf: vm.showMessage() -->
</div><!-- end ngIf: vm.type == 'signIn' -->
<!-- ngIf: vm.type == 'register' -->
<!-- ngIf: vm.type == 'confirmPassword' -->
</da-password>
</div>
</div>
<div class="row">
<div class="col-ns-12 col-xs-6 col-sm-6" style="margin-bottom:10px">
<input id="remember-head" name="rememberMe" ng-model="form.rememberMe" type="checkbox" value="true" class="ng-pristine ng-untouched ng-valid ng-empty">
<label class="checkbox-label da-unchecked checkbox-empty" for="remember-head" ng-class="form.rememberMe? 'da-checked checkbox-full':'da-unchecked checkbox-empty'">
<span class="checkbox-name font-small">Remember me</span>
</label>
</div>
<div class="col-ns-12 col-xs-6 col-sm-6">
<button class="btn big sky-blue shadow triple pull-right widthFull" type="submit">Sign in</button>
</div>
<div class="col-ns-12 col-xs-12 col-sm-12">
<a class="pull-left forgot-password" href="/authentication/recover" ng-click="switchMobilePopUp($event, false)" type="button">
Forgot password?
</a>
</div>
</div>
</form>
Name: headerLoginForm —
<form autocomplete="off" ng-submit="login(headerLoginForm.$valid)" name="headerLoginForm" test-id="headerLogin" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required" novalidate="novalidate">
<da-spinner [loading]="loading" _nghost-rgd-c62="" ng-version="13.2.7">
<div _ngcontent-rgd-c62="" class="da-spinner hidden"><img _ngcontent-rgd-c62="" alt="LOADING..." src="img/ajax-loader.gif"></div>
</da-spinner>
<div class="field no-icon popup-form widthFull">
<div class="placeholder widthFull" data-placeholder="Email" ng-class="{'show':headerLoginForm.username.$viewValue.length}">
<input email="" name="username" ng-model="form.username" placeholder="Email" required="" type="email" id="headerEmail" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
<da-show-errors field="username" class="ng-isolate-scope">
<div class="show-errors">
<!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
</div>
</da-show-errors>
</div>
</div>
<div class="field no-icon popup-form widthFull">
<div class="placeholder widthFull" data-placeholder="Password" ng-class="{'show':headerLoginForm.password.$viewValue.length}">
<da-password type="signIn" password="form.password" id="headerPassword" name="password" class="ng-isolate-scope"><!-- ngIf: vm.type == 'signIn' -->
<div ng-if="vm.type == 'signIn'" class="ng-scope">
<input name="password" id="headerPassword" ng-class="vm.class" ng-model="vm.password" placeholder="Password" type="password" ng-keypress="vm.keypressEvent($event)" ng-keydown="vm.keydownEvent($event)" ng-blur="vm.messageDisplay = false"
ng-focus="vm.messageDisplay = true" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
<da-show-errors field="password" class="ng-isolate-scope">
<div class="show-errors">
<!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
</div>
</da-show-errors>
<!-- ngIf: vm.showMessage() -->
</div><!-- end ngIf: vm.type == 'signIn' -->
<!-- ngIf: vm.type == 'register' -->
<!-- ngIf: vm.type == 'confirmPassword' -->
</da-password>
</div>
</div>
<div class="rememberMe col-sm-12 col-md-12 col-lg-12">
<input id="remember-head-1" name="rememberMe" ng-model="form.rememberMe" type="checkbox" value="true" class="ng-pristine ng-untouched ng-valid ng-empty">
<label class="checkbox-label da-unchecked checkbox-empty" for="remember-head-1" ng-class="form.rememberMe? 'da-checked checkbox-full':'da-unchecked checkbox-empty'">
<span class="checkbox-name font-small">Remember me</span>
</label>
</div>
<div class="row widthFull no-margin">
<div class="col-sm-9 col-md-9 col-lg-9 no-padding">
<a class="font-15px forgot-password text-padding" href="/authentication/recover" ng-click="switchPopUp(false)" type="button">Forgot password?</a>
</div>
<div class="col-sm-3 col-md-3 col-lg-3 no-padding">
<button class="btn medium sky-blue shadow" id="popupSignInButton" type="submit">Sign in</button>
</div>
</div>
</form>
Name: form —
<form _ngcontent-rgd-c189="" novalidate="" name="form" autocomplete="Off" class="ng-untouched ng-pristine ng-invalid">
<div _ngcontent-rgd-c189="" class="field-container"><da-single-select-field _ngcontent-rgd-c189="" name="type" formcontrolname="type" label="Topic" dadictionary="contactMsgTypes" inputid="type" iconbefore="title" _nghost-rgd-c114=""
class="ng-untouched ng-pristine ng-invalid">
<div _ngcontent-rgd-c114="" class="select-field ng-star-inserted">
<div _ngcontent-rgd-c114="" class="outlined-field-container outlined-field--with-icon-after">
<div _ngcontent-rgd-c114="" class="outlined-field">
<div _ngcontent-rgd-c114="" class="outlined-field__icon-before da-title ng-star-inserted"></div><!----><input _ngcontent-rgd-c114="" autocomplete="off" readonly="" type="text" class="outlined-field__content" id="type" name="type"
placeholder=" " tabindex="0"><button _ngcontent-rgd-c114="" type="button" class="outlined-field__icon-after da-chevron-down ng-star-inserted" tabindex="-1"></button><!----><!----><label _ngcontent-rgd-c114=""
class="outlined-field__label" for="type">Topic</label><span _ngcontent-rgd-c114="" class="outlined-field__label-line" style="width: 40px;"></span>
</div>
<div _ngcontent-rgd-c114="" class="outlined-field__helper-line"><span _ngcontent-rgd-c114="" title="" class="ng-star-inserted"></span><!----><!----></div>
</div><!---->
</div><!----><!---->
</da-single-select-field></div>
<div _ngcontent-rgd-c189="" class="field-container"><da-email-field _ngcontent-rgd-c189="" name="email" formcontrolname="email" label="Email" inputid="email" iconbefore="email" class="ng-untouched ng-pristine ng-invalid">
<div class="outlined-field-container">
<div class="outlined-field">
<div class="outlined-field__icon-before svg-icon da-email ng-star-inserted"></div><!----><input placeholder=" " type="email" class="outlined-field__content" id="email" name="email"><label class="outlined-field__label" for="email"> Email
</label><span class="outlined-field__label-line" style="width: 41px;"></span>
</div>
<div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
</div>
</da-email-field></div>
<div _ngcontent-rgd-c189="" class="field-container"><da-text-field _ngcontent-rgd-c189="" name="subject" formcontrolname="subject" label="Subject" inputid="subject" iconbefore="keywords" class="ng-untouched ng-pristine ng-invalid">
<div class="outlined-field-container">
<div class="outlined-field">
<div class="outlined-field__icon-before svg-icon da-keywords ng-star-inserted"></div><!----><input placeholder=" " type="text" autocomplete="off" class="outlined-field__content" id="subject" name="subject"><!----><label
class="outlined-field__label" for="subject"> Subject </label><span class="outlined-field__label-line" style="width: 51px;"></span>
</div>
<div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
</div>
</da-text-field></div>
<div _ngcontent-rgd-c189="" class="field-container"><da-text-area _ngcontent-rgd-c189="" name="content" formcontrolname="content" label="Message" inputid="message" iconbefore="chat" rows="9" _nghost-rgd-c180=""
class="ng-untouched ng-pristine ng-invalid">
<div _ngcontent-rgd-c180="" class="outlined-field-container">
<div _ngcontent-rgd-c180="" class="outlined-field">
<div _ngcontent-rgd-c180="" class="outlined-field__icon-before svg-icon da-chat ng-star-inserted"></div><!----><textarea _ngcontent-rgd-c180="" placeholder=" " autocomplete="off" class="outlined-field__content" id="message" name="content"
rows="9" cols="50"> </textarea><label _ngcontent-rgd-c180="" class="outlined-field__label" for="message"> Message </label><span _ngcontent-rgd-c180="" class="outlined-field__label-line" style="width: 61px;"></span>
</div>
<div _ngcontent-rgd-c180="" class="outlined-field__helper-line"><span _ngcontent-rgd-c180="" title="" class="ng-star-inserted"></span><!----><!----></div>
</div>
</da-text-area></div>
<div _ngcontent-rgd-c189=""><button _ngcontent-rgd-c189="" type="submit" class="button button-large button-primary-blue">Send</button><da-recaptcha _ngcontent-rgd-c189=""></da-recaptcha></div>
</form>
Text Content
Warning! Your browser seems to have cookies disabled. Make sure cookies are enabled or try opening a new browser window. Close menu * Home * Main page * About Us * Tutorials * Contact Us * Jobs * Job Board * Publish * Broadcast a CV * CV Tailoring * Job Newsletter * Experts * Default Database * Advanced Database * Expert fees * Sanctioned Individuals * Organizations * Organizations * Calls4Partners * Sanctioned Organizations * Awards * Register Organization * Tenders * Tenders * Publish * Grants * Grants * Publish * Donors * Funding Agencies * Country Eligibility * Procurement Guidelines * Register as donor * Services * Membership * Individual consultants * Organizations * Funding agencies * News Stream * News * Editorials * Events * Reports * Subscribe * Forum * Legal Terms * Terms & Conditions * Privacy Policy * Cookie Policy Sign in or register for free Remember me Sign in Forgot password? Sign in Sign in Register Remember me Forgot password? Sign in * Jobs * Experts * Organizations * Tenders * Grants * Donors * News * Services * Membership * Individual consultants * Organizations * Funding agencies * * Home * About Us * Tutorials * Contact Us Contact usIf you have any queries, there are several ways you can always get in touch with us via the contact form below or Zendesk. We will reply to you as soon as possible. How can we help? Please use our contact form by selecting a topic that relates to your inquiry. Topic Email Subject Message Send Additional information Support Email:support@developmentaid.org Available:Mon - Fri, 9am - 6pm UTC +3 Follow us Twitter Facebook LinkedIn Youtube Company info Company name:DEVAID LIMITED Company address:22, Spetson Str. Amalthia Building, 3rd Floor, Office 24, Nicosia 1082, Cyprus VAT number:CY 10335309K About us Learn more about DevelopmentAid Knowledge Base Find a useful article that will guide you Company * About Us * Contact Us * Knowledge Base * Tutorials * Terms and Conditions * Cookie Policy * Privacy Policy * Careers Browse * Membership * Jobs * Experts * Organizations * Tenders * Grants * Awards * Donors * News * Services * Forum Connect * Twitter * Facebook * Linkedin * Youtube * RSS -------------------------------------------------------------------------------- © 2007 - 2022 DEVAID LIMITED. All Rights Reserved. © 2007 - 2022 DEVAID LIMITED. All Rights Reserved. * * * * Our website uses cookies to enable essential features and to analyze site traffic. By choosing I Accept, you agree to our use of cookies and other tracking technologies. Learn more about our cookie policy here I Accept FOR FULL FUNCTIONALITY OF THIS SITE IT IS NECESSARY TO ENABLE JAVASCRIPT. HERE ARE THE INSTRUCTIONS HOW TO ENABLE JAVASCRIPT IN YOUR WEB BROWSER.