Home › Forums › Quform WordPress › link on image
- This topic has 3 replies, 2 voices, and was last updated 4 years, 8 months ago by
Ally.
- AuthorPosts
- May 25, 2020 at 11:19 am #31261
artsolving
Participanthi,
with this code in a HTML element inside (a) tag :id=”img1col1″ class=”imm-tooltip” href=”#”>
<div class=”tooltip” id=”titolo1pre”></div>and JS:
jQuery(function ($) {
$(‘#img1col1’).click(function (e) {
e.preventDefault();
$(‘.quform-form-id-form’).data(‘quform’).goToPage(id-page-go-to);
});
});clicking on image the page scroll to top of itself but don’t go on new as declared on JS .
any suggestion ?
tnx
- This topic was modified 4 years, 9 months ago by
artsolving.
- This topic was modified 4 years, 9 months ago by
artsolving.
- This topic was modified 4 years, 9 months ago by
artsolving.
- This topic was modified 4 years, 9 months ago by
artsolving.
- This topic was modified 4 years, 9 months ago by
artsolving.
May 26, 2020 at 11:54 am #31286Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 27, 2020 at 10:29 am #31299artsolving
Participanthi,
no error on my side.i set the form so you just upload an image on button ” 1 ” on first page. then go on third page where Is the img loaded with the link that should redirect on fourth page.
tnx
- This reply was modified 4 years, 8 months ago by
artsolving.
Attachments:
You must be logged in to view attached files.May 28, 2020 at 9:20 am #31325Ally
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 4 years, 9 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.