I am creating a multi-step form and there are some conditional fields that should be hidden, like “specify other” of file uploads and so on. I noticed that for some reason condition is not working. I move the group in the first step, condition is hiding field, but once i pull it back it’s no longer working. I hope this is not a bug but I am missing something as I need this form ASAP.
Another issue, Select validation required is not displaying error message. Not sure why. Maybe because placeholder value is coded as an option in DOM, so JS consider it filled?
Hey! Could you create a ticket sending access to the site? This would help to reproduce it.
PS: <select> does not support a placeholder attribute. A placeholder of a select field is always an addional <option>. So to make it required, add a custom validation to check if the given value is not the value of your placeholder
The first issue got resolved by itself, just suddenly started to work ( or I experienced a glitch in the Matrix )
For the second one, I am trying to apply ^(?!Press to Select$).+$ as a custom regex, but the validation message is still not showing if user does not interact with the dropdown. It only works if i select a value from a dropdown and then revert back to Press to Select, in that case I get the validation error. Which means that regex validation is not running with the default selection.
I understand that does not support placeholder, but the widget is saying “Placeholder”:
I believe you are missing disabled selected attributes in HTML
Additionally,
Summary button does not work (or I am failing in setting it up)
I am getting a lot of these errors in the console: Uncaught TypeError: Failed to execute ‘setAttribute’ on ‘Element’: 2 arguments required, but only 1 present.
at bricksforge_elements.js?ver=1726404281:1:31880
at NodeList.forEach ()
Basically, each time I interact with any element inside ProForms
Email designer templating :
does it have an HTML copy or anything similar that I can use for PDF styling too? I don’t want to waste time designing a template with it and then need to do it all over again in MJML so I can paste HTML into a PDF template
to be honest, this whole Pro Forms and Email templating experience feels a bit disconnected. While building this form in Bricks, I’ve noticed many small bugs, errors, and missing options.
Generally, I like Bricksforge, but I feel that you are missing detailed docs, as your current docs are more like basic intros to each element, and are not providing the actual answers on how to use them often.
Regarding the javascript issues, please update to the latest version. I’ve deployed a hotfix for that Regarding all others, we check out the ticket Thanks!