Forum Discussion

  • You can do this using dynamic form rules and choosing the "display a message" action
  • I suggest a formula text field with html enabled

    Case([radio button],
    "choice 1", "<font color=blue>Thank you for making Choice 1",
    "choice 2", "<font color=blue>Thank you for making Choice 2")