WAIT: Bricks form success notice undefined

Browser: Chrome
OS: macOS
URL: Link to a page that illustrates this issue

When I submit the contact for at the bottom of the page, an empty notice appears with no message inside.


Hi Jiri,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue with your form.

Best regards,
timmse

1 Like

Thank you for testing timmse. I tried it on my iPhone and it works. I will try different desktop browsers and will see.

Hi,

I want to disable that notice and use pop up notice instead, how can I achieve this? or at least style the notice.

You could hide the notice with CSS and use javascript event to show the popup with bricksOpenPopup()

using display none won’t stop it from the HTML. when you inspect the HTML, you’ll still find it. Tha’t why I want to prevent it completely if possible.

@timmse will know better.