Hi everyone,
I’d like to know how we can manipulate or modify the output values of Pro Forms fields in BricksForge. Specifically:
- Use fallback text (if a field is empty, show a custom message).
- Add a prefix or suffix (e.g., append “€” after a number field).
- Show fields conditionally in Email, Webhook or PDF actions (e.g., if
{{field_1}}is empty, show{{field_2}}). I tried “Twig” inside the Email action HTML but it didn’t work. - For Repeater fields, the output values of fields are separated by
+++. How can I remove or replace this with just a comma “,”?
Thanks in advance.