Home › Forums › Quform WordPress › How to go/jump to a certain page in multi-pages form
- This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by
Ally.
- AuthorPosts
- August 18, 2021 at 6:37 am #33265
Iderkima
ParticipantHi!
Im trying to make a link to the first page in the form but i cant get it to work. I found an old post whit the name “How to go/jump to a certain page in multi-pages form” from 2018, and copied the script from there. I just get “The webbpage cant be reached”I have changed the java script to:
jQuery(function ($) {
$(‘#go-to-page-1’).click(function (e) {
e.preventDefault();
$(‘.quform-form-20’).data(‘quform’).goToPage(1);
});
});And my link are:
http://Go to page 1What is wrong?
- This topic was modified 3 years, 10 months ago by
Iderkima.
Attachments:
You must be logged in to view attached files.August 18, 2021 at 10:15 am #33272Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 18, 2021 at 11:27 am #33273Iderkima
ParticipantThe form is in swedish. The link is on the page called “rakbitar”.
It is as you said it should be. It is just as a test right now.It is an order form for ventilation pieces. The end goal is for people to be able to jump in and out of the pages and add different pieces as they take meassurements. And then att the bottom i will add a link to the page where they fill in contact specs.
Thanks!
August 19, 2021 at 9:34 am #33280Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This topic was modified 3 years, 10 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.