chrisong81
Forum Replies Created
-
Hi Arif,
Good day to you.
Attached is the screenshot the link for your reference: https://drive.google.com/file/d/15jTdfxt3vUkhCJLceo0cwezrkFGJaVZm/view?usp=sharing
Upon form submission, if the email address “[email protected]” already exists, the error message will be displayed. To achieve this using jQuery, ensure that the form with the ID “metform-22” is valid. After form completion, retrieve the validation status using the following code:
// Check if the form with ID “metform-22” is valid
if ($(“#metform-22”).valid()) {
// Form is valid, proceed with form submission// … (your form submission code here)
// After form completion, retrieve the validation status
var isFormValid = $(“#metform-22”).valid();// Use the value of ‘isFormValid’ as needed
console.log(“Form validation status:”, isFormValid);
}Kindly advise. I want the metform submit fully completion return valid is true for me.
Thanks.
Hi Predrag,
Noted it. Thanks for updating.
I will go try it and let you know if have any issues.
Hi Kris,
Good day to you.
Waiting the good news from your side. Hope next version or next update can solve this problem.
Thanks.
Hi Support,
Good day to you.
I have updated to latest version Forminator (1.14.12.1). When i input the select option field in Chinese characters. The select field no crash. But select option field cannot display Chinese characters. I mean dropdown select option cannot display the Chinese characters. https://pepperdreams.sg/zh/zh-general/contact-us-zh/
Kindly advise.
Thanks.