• Resolved kozmonauta

    (@kozmonauta)


    Hello,
    I would like to hide the submit button on the conversational form. I found this link below in the documentation, but it didn’t help me.
    https://fluentforms.com/docs/fluentform_is_hide_submit_btn_-formid/

    I also created several snippets, but none of them are working.
    If possible, could you provide me with a snippet that could hide all forms or just a specific conversational form?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @kozmonauta,

    Thanks for sharing your concern. Hiding the submit button using hook in a conversational form isn’t possible due to its dependency on JavaScript.

    However, as an alternative approach, you may consider using CSS for that. Please use the following CSS in the custom CSS section of the form,

    .vff-animate.f-fade-in.f-enter {
    display: none !important;
    }

    Hope that serves the purpose.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide submit button.’ is closed to new replies.