Is it possible to remove submit button and results page from Image choices widget?

  • tjcmortgagebham
    Asked on February 23, 2017 at 11:29 AM

    I love this widget. Two questions on customization.

     

    #1. Is there a way to only show the Submit Button at the end of the form? Currently it shows on every page.

     

    #2. After the final question is answered the widget displays a 'summary' screen that shows all of your selections. Is there a way to turn that off?

     

    Thank you!!

  • Nik_C
    Replied on February 23, 2017 at 2:11 PM

    Hello and thank you for contacting our Support.

    #1. Is there a way to only show the Submit Button at the end of the form? Currently it shows on every page.

    Unfortunately, Submit button is in the same ID, same Class and same iFrame, so CSS will hide it, but on all pages. 

    #2. After the final question is answered the widget displays a 'summary' screen that shows all of your selections. Is there a way to turn that off?

    We can make that work with CSS but then we will have an empty page, and I'm not sure if that is a good deal:

    Is it possible to remove submit button and results page from Image choices widget? Image 1 Screenshot 20

    You can achieve that by injecting this CSS:

    .results {

    display:none;

    }

    Did you check our Image radio button widget https://widgets.jotform.com/widget/image_radio_buttons maybe it will be more suitable solution for you?

    Since you will not have a problem with submit buttons and with the results page.

    Please let us know your thoughts.

    Thank you1