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.