You have two main options (which are really both the same):
-
Create a Form that contains your two rich text fields, and then use an instance of that form as the content for an alert
-
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.