Hi sorry but I don’t understand your question. Can you provide more explanation.
Thank you
if user make any mistake in form field like some users provide more than 10 numbers on phone number field,after submitting contact from,the contact from won’t redirect to page.I want the field notifies the user “you put wrong information” before redirection of the page
Hi, what you are looking for is probably adding some regex code to validate the the phone number. You can check the following site.
I have provide that code to validate.I want notify user quickly if user make any mistake
Did you also add a Regex fail message:?
yeah i have added but it displayed only after clicking the submit button the certain page got redirection ,i don want that page redirection ,Did you understand my question?
Hi, I just carried out a test. When I click on submit it displays the error message without redirecting the form. Is this what you want your form to do?
but my form got redirection.What is the solution for that?
Can you disable all your other plugins, then carry out a test with the form. Let me know if you still get redirected.
Thank you