Remove submit button | Community
Skip to main content
Question

Remove submit button


  • Explorer
  • 1 reply

How can I eliminate the “submit” button on my final page and use the ending page for form submission?

25 replies

Mariana
Ex–Typefomer
Forum|alt.badge.img+5
  • Ex–Typefomer
  • 679 replies
  • April 20, 2021

Hi @don. Welcome to the Typeform Community! :hugging:

 

It's not possible to remove the "Submit" button at the moment. The data is collected once the respondent clicks to submit the form. So we can better understand your use case, do you mind sharing how this workflow would help you?

 

Looking forward to hearing your feedback! 


  • Navigating the Land
  • 1 reply
  • June 28, 2021

Hi, Is there a way to eliminate the submit button. I have a use-case where I am solving some of the queries through FAQs in Advanced Logic. In these cases, I do not want users to submit any entry. 

 

For all the other entries, I want the user to contact us through the submit button.


Forum|alt.badge.img+3
  • Tastemaker
  • 40 replies
  • October 26, 2021

Hi @Mariana,

is there any news about a possibility to remove the submit button?
 

We want to remove every possible stepstone that stops the user from arriving at the results page.

Thanks in advance. 
Daniel


JohanKriegbaum

I’ve designed a feedback form using the opinion scale.

The create view shows it without a submit button, but it shows with the button when I preview it. Is there a way to remove it? You move to the next step as soon as you click the number, so there’s no need to have it there.
 

Create view without submit button
Preview with button


 

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • March 9, 2022

Hi @JohanKriegbaum I’ve added your post here where we have the answer. :grinning:


  • Navigating the Land
  • 1 reply
  • March 22, 2022

Hi @Mariana ,

We are really lacking this feature as well.

It’s especially for 1-page surveys, quiz and polls where this could powerfull.

Hope to get it on the roadmap soon :-)


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • March 22, 2022

Thanks, @thomashoeg ! While we don’t have this on the roadmap, we’ll post any changes here if there are any. 


  • Explorer
  • 1 reply
  • September 8, 2022

I am looking to have a Typeform gather some quick and easy intel as people leave a dining hall. Is there a way for people to select an answer (imagine three levels of “smiley” faces to “frowny” faces) and have it automatically submit the form after their selection and bypass having to hit “submit”? TIA


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • September 9, 2022

Hi @SYork I’ve added your post here where we have the answer. 😀


  • Navigating the Land
  • 2 replies
  • January 28, 2023

There should be an option to remove the ‘submit’ button.
Especially with single-page typeforms. Needing to push a ‘submit’ button is another hurdle that users need to take. Why need two clicks, if the first is sufficient?


  • Navigating the Land
  • 1 reply
  • January 29, 2023
don wrote:

How can I eliminate the “submit” button on my final page and use the ending page for form submission?

You can eliminate the "submit" button on your final page by using JavaScript to automatically submit the form when the user reaches the final page. Here's an example of how you can do this:

 

 

You can replace "myForm" with the ID of your form element. This will automatically submit the form when the user reaches the final page.

Additionally, you can use this link for more information on how to auto submit forms in javascript : https://www.w3schools.com/jsref/met_form_submit.asp/


Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • February 9, 2023
RalphCannon wrote:

You can eliminate the "submit" button on your final page by using JavaScript to automatically submit the form when the user reaches the final page. Here's an example of how you can do this:

How do you integrate that code with TypeForm?


Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • February 10, 2023
RalphCannon wrote:

You can eliminate the "submit" button on your final page by using JavaScript to automatically submit the form when the user reaches the final page. Here's an example of how you can do this:

 

 

You can replace "myForm" with the ID of your form element. This will automatically submit the form when the user reaches the final page.

Just in case someone sees @RalphCannon solution, note that it does not work due to the fact that:

  • TypeForm as no <form> markup to bind a JS EventListener to
  • Even it had, the provided code won’t work as it listens for the submit event (which occurs when you press submit), to then press submit again, so that does not make any sense.

The idea to automatically click on the submit button is interesting, but after analyzing it a bit, very difficult to achieve, at least in a generic way, as the submit button can appear in various contexts.

For example, it can appear on the last page, where the only thing you have to do is to press submit. In that case, it makes sense to automate the click.

But it can also appear below a list of options to choose from, in which case you don’t want to automate the submit as the user has to answer the question first.

 


  • Navigating the Land
  • 1 reply
  • February 27, 2023

Hey there. Does this topic have a place on your roadmap? Do you have any plans to implement automatic submission, or it’s not even being considered? Thanks in advance. Batuhan @Liz 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • February 27, 2023

Hi @batuhany We don’t have plans to add this on the roadmap, as having the submission button ensures that the respondent is ready to send their data to the form owner. If this changes, we’ll post about it in the community. 😀


  • Navigating the Land
  • 1 reply
  • August 4, 2023

Disappointing not to be able to bypass the submit button and capture results immediately.

Our use case is an NPS survey, whereby the respondent is pre-selecting their rating from an email itself, so we pass the NPS result through a URL variable to typeform. Hence, a user has already made a conscious decision to ‘submit’ and we’d therefore like to capture that result immediately, instead of running the risk of loosing it (if they chose now to tap ‘submit’).

I had hoped to use a few logic checks on entry, to bypass straight to end screen (ie. the result is automatically submitted) if the NPS variable was included in the URL. I would then display a ‘Leave Feedback’ button on the end screen, point the user back to the same form url (again passing the NPS score through a var), but this time check whether they had a second variable (call it completed=true). At this point, rather than routing to the end, another logic check would route the user to one of three questions (depending on their NPS score) for each passive, promoter or detractor. Finally, the submit button updates the user’s result with the additional comment, alongside their original NPS score.

The additional step required to use a ‘submit’ button gives me reason to look at an alternative to Typeform, as it’s adding a layer of friction in our use case, which is actually reducing conversions.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • August 4, 2023

Hi @JWP thanks for stopping by and sharing that feedback. I understand why bypassing the submit button for your use case makes sense - I’ll share this with the product team. 


  • Navigating the Land
  • 1 reply
  • August 22, 2023

Hi @Liz, it’s unfortunate to see that this functionality is still not available after users continuously provide the same feedback over the last few years that this is important to them.

Would appreciate it if it is reviewed by the team once again. Thanks!


  • Explorer
  • 3 replies
  • September 15, 2023

Feature asked for 2 years and still nothing ? We need it, the submit button is an UX killer


  • Navigating the Land
  • 1 reply
  • July 27, 2024

Here’s a use case that makes the submit button a barrier to success.

I want to collect name and email using the ‘Contact’ question, but, in the next question, I want to ask them if they would like to be added to the newsletter via a yes/no question. However, even with jump logic pushing people along the chain, the survey gets terminated at the ‘Contact’ question because the submit button is mandatory.

I don’t want to have to ask people to opt in before they give their name and email because that is not the point of the survey and it could prevent people from providing their name/email for the main purpose of the form (which is to get your quiz results in a one-off email).


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • August 1, 2024

Hi @mjlazer Thanks for stopping by and sharing your use case! This is really helpful for our developers to understand the ‘why’ behind removing this option. I’ve passed this along to them!

 


  • Navigating the Land
  • 1 reply
  • December 1, 2024

Hi ​@Liz Is there any update for this, as I in my use case also would like to be able to turn off the submit button and just auto submit it.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • December 6, 2024

Hi ​@Hus2x No, I’m afraid not. I’m not sure if this is a feature we’ll add anytime soon since the submit button ensures the respondent wants to share their data. However, I do know it’s a bigger request, so we’ll share any updates in the community! 


  • Navigating the Land
  • 1 reply
  • January 9, 2025

Hi ​@Liz, I’m following along with this. My use case is I only have 1 question in the form, it’s where my prospects could choose which office they would like to join under my company, there are 3 options and whichever they choose will redirect them to a unique link to proceed with the sign up. I replaced the “Submit” word to “Proceed” but if it can be removed entirely as soon as they choose an office that would be more perfect and seamless! i really hope this feature can be added soon.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • January 21, 2025

Hi ​@Francois1910 Thanks so much for stopping by and sharing your use case. I’ll share this with the product team!