I will show a message after submitting the form.
but the page appears to me from the beginning and the message is somewhere at the bottom of the form. How can I make the page appear from the position of the form?
Add html element and give it an id = "here"
<div id="here"></div>
Then redirect the form to the target page with this at the end of the URL:
#here
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
but if I use a redirect, the thank you page and the entire form will be displayed
see https://watch.screencastify.com/v/QLUdKsbDW7EjhVLdcWpF
Do you mean you don't want the form to appear once they submitted it? Are you using Chronoforms7 as a Contact Form type?
If so just set the start_page (Page:1) Type to "Sequential", and leave the end_page (Page:2) blank. Once the form is submitted, it'll automatically go to the next page and display the success message.
If you want it to scroll to the success message when it's done, just add some javascript/jQuery to the end_page.
thank you, this is how to do it.
I was just surprised that in chronofomsm 6 it was treated and in chronoforms it has to be solved like this more complicated