Caldera Form validation/success message and scroll behaviour
-
Dear Author;
I have three questions about caldere form
1/3: How can we edit validation message about fields on form? (which .php file in it?) (In order to have turkish language support I think it is not enough good for me)
2/3 : When I submit the form, the success message is appearing always top of the page. The submit button is down near the bottom but the success message appears at the top. So when the user hits submit, the form disappears but they don’t see the results because they are scrolled down too far.
How can I make the browser scroll to the top after submitting a form in a frame??
Forexample I have a javascript function for scroll bevaiour like this given below
function ScrollTop(){
if (document.all){
document.body.scrollLeft = 0;
document.body.scrollTop = 0;
}
else{
window.pageXOffset = 0;
window.pageYOffset = 0;
}
}How can I link between send button and custom javascript for I want to do?
3/3: Depend on second question is it possible to show success message bottom to form/ bottom to submit button?
Thanks in advance
Bar?? Co?kun
- The topic ‘Caldera Form validation/success message and scroll behaviour’ is closed to new replies.