Home › Forums › Quform WordPress › Show submit button
- This topic has 6 replies, 2 voices, and was last updated 3 years, 3 months ago by Iderkima.
- AuthorPosts
- August 24, 2021 at 12:33 pm #33333IderkimaParticipant
I want to show the submit button to finalize the form on a page that is not the last in my set. Is that possible?
Thanks!
August 25, 2021 at 10:16 am #33334AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 25, 2021 at 12:11 pm #33335IderkimaParticipantI 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:
https://www.elfvins.se/ventilationDo you have any suggestion on how to move forward?
Thanks for really good support!!
/ Henrik
- This reply was modified 3 years, 3 months ago by Iderkima.
August 26, 2021 at 10:17 am #33341AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 26, 2021 at 11:18 am #33344IderkimaParticipantOkay. 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…August 26, 2021 at 11:21 am #33346AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 26, 2021 at 11:51 am #33348IderkimaParticipantThat did it!!
Many thanks!!
- AuthorPosts
- You must be logged in to reply to this topic.