Forum Replies Created
- AuthorPosts
Iderkima
ParticipantThat did it!!
Many thanks!!
Iderkima
ParticipantOkay. sound good.
I tried that, but i guess im missing something…
I have coy pasted your code for my-button into the css field in settings.
I have a costum java:
jQuery(function ($) {
$(‘.go-to-page-4396’).click(function (e) {
e.preventDefault();
$(‘.quform-form-20’).data(‘quform’).goToPage(4396);
});
});And a link:
All that shows is:
“Uppgifter” as a link that doesnt do anything and whitout the looks…Iderkima
ParticipantI cant do that… I will try to explain.
I have a form for taking meassures of different pieces of ventilation part.
On my first page i think i will have a set of radio buttons (right now it is checkboxes), that submits on choise and thefore goes forward to the page whit that specific piece on it.
So i already have logic rules on each page whit a different kind of ventilation part on it. The idea is to be able to put in more parts as one meassures and go back and forth betwen the part selection page and the part pages. Therefore i will get rid of the “next” button on the part specific pages.
And at the end i have a page form to fill in company name, email etc.
So what i need is either to have a link to the last page. But i have some trubble geting it look good. If i go whit that i want it to look the same as al the other buttons in the form. Or i can place the page whit email etc. before all the different pice pages. Therefore the question of the submit button…My logic rules on the specific part pages are:
Show if:
Radiobutton 1 =Type 1 and/or the email field isnotempty.Adress to the form:
Do you have any suggestion on how to move forward?
Thanks for really good support!!
/ Henrik
- This reply was modified 11 months, 2 weeks ago by
Iderkima.
Iderkima
ParticipantThanks!!
Iderkima
ParticipantAugust 18, 2021 at 11:27 am in reply to: How to go/jump to a certain page in multi-pages form #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!
Iderkima
ParticipantThat helped!
Thank you!! 🙂
Iderkima
Participant- This reply was modified 11 months, 2 weeks ago by
- AuthorPosts