THEMA:

validate multiple input-fields with one hidden input-field 4 Jahre 11 Monate her #225816

  • Autor
  • rehazentrumbb
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Registered
  • Beiträge: 29
  • Dank erhalten: 2
Hello support!

we got 2 input-fields (phone & email) on one page and want to validate if one of these input-fields got some value like:
Phone & Email filled = true
Phone filled = true
Email fille = true
Phone & Email not filled = false

Our current idea is a solution like in this thread - just with input-fields instead of radio-groups but we can't get it to work :(
crosstec.org/en/forums/41-breezingforms-...ust-with-groups.html

Maybe there's an "easier" solution.

Thanks in advance!

David

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

validate multiple input-fields with one hidden input-field 4 Jahre 11 Monate her #225832

  • marko.bosnjak
  • Offline
  • Benutzer ist gesperrt
  • Benutzer ist gesperrt
  • Registered
  • Beiträge: 2222
  • Dank erhalten: 280
Hello David,

here's a solution.
There are 2 textfields named "phone" and "email". Go to the "phone" element > Validation > Type > Custom > Insert Error Message and paste this code in the framework:
function ff_phone_validation(element, message)
{
if ((ff_getElementByName('phone').value != '') || (ff_getElementByName('email').value != '')) {
   return '';  
}
else {
   if (message=='') message = element.name+" faild in my test.\n"
   ff_validationFocus(element.name);
   return message;
}
}
Basically, the script checks if both fields are empty. If so, the validation message will come up. If not, the form will submit.

I'll attach you the form. Install it and check it out.
Let me know if it works for you.

Regards,
Marko
======================================
Support Crosstec and get ALL EXTENSIONS and professional support for just $5
Here!
======================================
Need to renew Pro Support?
Buy Here!
======================================
Satisfied?
Consider a Membership!
======================================
Follow us on Facebook!
Anhänge:
Folgende Benutzer bedankten sich: rehazentrumbb

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Letzte Änderung: Post by marko.bosnjak.

validate multiple input-fields with one hidden input-field 4 Jahre 11 Monate her #225842

  • Autor
  • rehazentrumbb
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Registered
  • Beiträge: 29
  • Dank erhalten: 2
Hello Marko,

thank you so much for your excellent and fast answer!
Worked perfectly! :)

Best wishes

David

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

validate multiple input-fields with one hidden input-field 4 Jahre 11 Monate her #225843

  • marko.bosnjak
  • Offline
  • Benutzer ist gesperrt
  • Benutzer ist gesperrt
  • Registered
  • Beiträge: 2222
  • Dank erhalten: 280
Awesome! :woohoo:
You're welcome.
Let us know if you need anything else.

Regards,
Marko
======================================
Support Crosstec and get ALL EXTENSIONS and professional support for just $5
Here!
======================================
Need to renew Pro Support?
Buy Here!
======================================
Satisfied?
Consider a Membership!
======================================
Follow us on Facebook!

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Letzte Änderung: Post by marko.bosnjak.
  • Seite:
  • 1
Moderatoren: ForumSupport
Ladezeit der Seite: 0.058 Sekunden

Angebot

Sommer Special! Alle Mitgliedschaften zum Sonderpreis!

Prio Support, alle Extensions und alle Templates in einem Paket.

Hier geht's zur Bestellung

Crosstec hilft sparen!

Falls Sie neu bei Crosstec sind aber bereits einen Formulargenerator bei einem anderen Hersteller gekauft haben, dann bekommen sie von uns einen Rabatt von 25% auf unsere 1-Jahres und Pro-Mitgliedschaften

Wie Sie an den Rabatt kommen?

Schreiben Sie uns einfach eine kurze Email mit beigelegten Kaufbeleg (z.B. PayPal Quittung) an sales@crosstec.org.

Live Support Chat Opened!

Join our Discord chat here and enter the Crosstec channels to receive live support and talk directly to the team!

Wir unterstützen die Joomla Community

Crosstec unterstützt weltweit alle offiziellen Joomla! User Groups und Organisatoren von Joomla! Days die bei Joomla.org registriert sind.

Falls das auf dich zutrifft und du eines unserer Produkte brauchst, schreib uns eine kurze Email an info@crosstec.org und du bekommst eine Flatrate-Mitgliedschaft geschenkt!