• Resolved Graicifyd

    (@graicifyd)


    How can I hide the ‘next’ and ‘previous’ button on the last page of the form.

    Is there also a way to add a progress bar?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    You simply should enter the following style definition into the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #fbuilder .pbEnd .pbNext,
    #fbuilder .pbEnd .pbPrevious{display:none !important;}
    

    Best regards.

    Thread Starter Graicifyd

    (@graicifyd)

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Next Button’ is closed to new replies.