This commit is contained in:
qo-op 2020-05-17 03:37:29 +02:00
parent 4ea5e78222
commit 8d8814c416
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ jQuery(document).ready(function () {
$("#formphone").submit(function(e) {
e.preventDefault(); // avoid to execute the actual submit of the form.
console.log("button PHONE clicked");
$("#phoneresultat").html("<p><h3>Vous allez recevoir un SMS...<h3>" +
"<h5>Suivez ses instructions pour finaliser votre inscription.</h5></p>");
$("#phoneresultat").html("<p><h3>_DEVLT_ Vous pourrez recevoir un SMS...<h3>" +
"<h5>Suivez ses instructions pour finaliser votre inscription à notre premier essaim #Swarm0 _DEVLT_</h5></p>");
// declare these vars
var phone = jQuery("#phone");
var parrain = jQuery("#parrain");