forked from tohe/wmdeit_kaform
BIC is not mandatory anymore
This commit is contained in:
parent
7f038e6e6e
commit
d0d1016d44
5
ka.php
5
ka.php
|
@ -23,7 +23,8 @@
|
||||||
<h1>Antrag auf Kostenerstattung</h1>
|
<h1>Antrag auf Kostenerstattung</h1>
|
||||||
<p>Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines
|
<p>Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines
|
||||||
Projektes entstanden sind?<BR>
|
Projektes entstanden sind?<BR>
|
||||||
Bitte fülle dieses Formular aus ...
|
Bitte fülle dieses Formular aus.
|
||||||
|
Pflichtfelder sind mit einem * gekennzeichnet.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST">
|
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST">
|
||||||
|
@ -114,7 +115,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="is-col">
|
<div class="is-col">
|
||||||
<input type="input" size="32" id="bic" name="bic" placeholder="BIC*" />
|
<input type="input" size="32" id="bic" name="bic" placeholder="BIC (wenn ausländische Bank)" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -336,13 +336,13 @@ function downloadDocument(mail)
|
||||||
showAlert("Bitte gib eine korrekte IBAN ein!");
|
showAlert("Bitte gib eine korrekte IBAN ein!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!document.getElementById('bic').value.trim().length){
|
/* if (!document.getElementById('bic').value.trim().length){
|
||||||
document.getElementById("bic").focus();
|
document.getElementById("bic").focus();
|
||||||
showAlert("Bitte gib einen koreekte BIC an!");
|
showAlert("Bitte gib einen korrekte BIC an!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
if (banktype == "bank-paypal"){
|
if (banktype == "bank-paypal"){
|
||||||
|
|
Loading…
Reference in New Issue