What is JotForm?
JotForm is a free online form builder which helps you create online forms without writing a single line of code. No sign-up required.
-
Can I make it so there is a "Next" button on Page 1, but not on Page 2?
Asked by ParksCollege on April 13, 2012 at 12:43 PMPage URL:I am trying to create a form where on Page 1 there is generic information collected and depending on what they choose for my "I want to..." field, I have a conditional set up where it will take them to a specific page.
My issue is, when they click "Next" on page 1, page two also has a "Next" option which I don't want. I tried going in and deleting the text, and it seems to work. But when I come back and view my form, the text is back and I'm out of luck.
Any advice?
http://parks.slu.edu/submit
next create a form create -
Answered by ParksCollege on April 13, 2012 at 05:33 PMIs anyone else running into this issue?
-
JotForm Support
Answered by Mike_T on April 13, 2012 at 07:44 PMThank you for contacting us.
You are right, it is possible to delete the text from Next button in order to hide it. Then, Save your form and re-check it online. You may also need to clean your cache to see updated form.

Please give it a try and let us know if you need any further assistance.
-
Answered by ParksCollege on April 16, 2012 at 12:03 PMI have done this (and cleared my cache). When I came back to my form the next day, the next button has re-appeared.
How do I make it so the next button doesn't reappear? Is it a browser issue? I'm using Chrome on a Mac OS X 10.7
-
Answered by ParksCollege on April 16, 2012 at 12:07 PMI think the issue is whenever I go back into the form to edit, the "Next" button has reappeared. Is there a way to make it so that doesn't reappear every time I go in to edit the form?
-
JotForm Support
Answered by pinoytech on April 16, 2012 at 01:40 PMHi,
In my part regarding on your request, the only way not to show the next button on the next page is by Injecting Custom CSS. You can Inject this code:
#form-pagebreak-next_54{display: none;}
Here's the sample
Thank you!
-
Answered by ParksCollege on April 16, 2012 at 02:14 PMThat is great, however this only gets rid of the Next button on page 1.
I only need the Next button on page 2-6 to go away. Is this possible and if so, what Custom CSS code should I inject?
-
JotForm Support
Answered by pinoytech on April 16, 2012 at 02:22 PMHi,
Thank you for the response. Inject all this Custom CSS
#form-pagebreak-next_54{display: none;}
#form-pagebreak-next_55{display: none;}
#form-pagebreak-next_56{display: none;}
#form-pagebreak-next_57{display: none;}
If you need further assitance, feel free to contact us anytime.
Thank you for using JotForm!
-
Answered by ParksCollege on April 16, 2012 at 02:31 PMGreat! Thank you, this is perfect!
-
JotForm Support
Answered by pinoytech on April 16, 2012 at 02:38 PMYou're very much welcome! If you need further assistance, feel free to contact us anytime.
Thank you for using JotForm!
-
Answered by labelcmp on September 16, 2012 at 03:29 PMHi, I have a follow-up question to this. What if I want to delete the "back" button on the first page of my form and the "next" button on the last page (page 4)?
-
JotForm Support
Answered by jonathan on September 16, 2012 at 03:55 PM@labelcmp
Hi, if you can share to us the form name you were trying this on, we will check.
By default though, you do not have to delete the buttons of a page break field (as they cannot be deleted). What you only need to do is hide them from the form using injected CSS code to prevent the form user from using this field.
Will await your update.
Thanks.
-
Answered by labelcmp on September 17, 2012 at 01:24 PMHi there,
The name of the form I've been trying this on is "2013 Submission Form:
Excellence in Exhibition Label Writing Competition."
I was really only adding page breaks, however, so that a person's form
would be saved as they went. Does this happen automatically even if no page
breaks are present?
Thanks so much for your help!
Best,
Andrea
*________________________
Andrea Michelbach*
Project Manager, Excellence in Exhibition Label Writing Competition
Graduate Student in Museology, University of Washington
labelcmp@uw.edu
-
JotForm Support
Answered by pinoytech on September 17, 2012 at 01:45 PMHi Andrea,
I have clone your form and made some workaround on it. Can you please take a look at this form if this is what you want to achieve?
http://www.jotform.me/form/22605793486463?
If yes, this is the codes that I use into this form:
#form-pagebreak-back_70{display: none;}
#form-pagebreak-next_72{display: none;}
If you need further assistance, feel free to contact us at anytime.
Thank you!
-
Answered by labelcmp on September 17, 2012 at 05:14 PMYes, that's exactly it. Thank you! I will use that code.
Best,
Andrea
-
