Is it possible to have multiple rick text fields in the same Alert?

You have two main options (which are really both the same):

  1. Create a Form that contains your two rich text fields, and then use an instance of that form as the content for an alert

  2. Use the custom component for alert2 which allows building the custom forms for alerts without actually building the custom forms: Input_box() and alert2() This is a convenience utility that’s pretty slick.

2 Likes