This topic contains 2 replies, has 3 voices, and was last updated by freedomapp 1 month, 3 weeks ago.
using the input field validation with tooltips
You must be logged in to reply to this topic.
This topic contains 2 replies, has 3 voices, and was last updated by freedomapp 1 month, 3 weeks ago.
Hi, I’m trying to apply the form validation (in a modal, maybe it’s relevant) and the tooltip is just not showing:
this is the code im getting on page, and still no success:
<code sample attached>
Hi :),
Sorry, we could not view you code sample here.
By right you should initialize the form validation code after modal content is loaded. Please refer to ‘assets/admin/pages/scripts/form-validation.js and get the code from handleValidation2 function and execute that code after loading the modal content. To execute any js code on modal load you can use bootstrap modal API:
$('#myModal').on('shown.bs.modal', function () {
// execute any js code here
})
Thanks.
FormValidation – The best jQuery validation plugin to validate form fields, Freedom Apk support Bootstrap, Zurb Foundation, Pure, Semantic, UIKit frameworks.
You must be logged in to reply to this topic.