Pro Forms fields' values

Hi everyone,

I’d like to know how we can manipulate or modify the output values of Pro Forms fields in BricksForge. Specifically:

  1. Use fallback text (if a field is empty, show a custom message).
  2. Add a prefix or suffix (e.g., append “€” after a number field).
  3. 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.
  4. 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.

1 Like

I think that for “Email action” the E-Mail Designer extension is the solution to all these 4 questions that I had.