Title: Rich Text Box
Last modified: August 20, 2016

---

# Rich Text Box

 *  [ryanr69](https://wordpress.org/support/users/ryanr69/)
 * (@ryanr69)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/rich-text-box/)
 * Any chance of getting a rich text box for the details field?
 * [http://wordpress.org/extend/plugins/sign-up-sheets/](http://wordpress.org/extend/plugins/sign-up-sheets/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [dlsstudios](https://wordpress.org/support/users/dlsstudios/)
 * (@dlsstudios)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/rich-text-box/#post-3607773)
 * Thanks for the inquiry. This is on our wishlist of possible future updates.
 *  [kperkins](https://wordpress.org/support/users/kperkins/)
 * (@kperkins)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rich-text-box/#post-3607847)
 * Replace
 *     ```
       <label for="sheet_details">Details:</label><br />
                           <textarea id="sheet_details" name="sheet_details" style="width: 100%;" rows="3">'.((isset($f['sheet_details']) ? esc_attr($f['sheet_details']) : '')).'</textarea>
                       </p>
       ```
   
 * with
 *     ```
       <label for="sheet_details">Details:</label><br /> ';
       			$textarea_name = 'sheet_details';
       		   	wp_editor('','sheet_details', $textarea_name );
       	echo '
                       </p>
       ```
   
 * in sign-up-sheets.php (around line 723)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Rich Text Box’ is closed to new replies.

 * ![](https://ps.w.org/sign-up-sheets/assets/icon.svg?rev=1117093)
 * [Sign-up Sheets](https://wordpress.org/plugins/sign-up-sheets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sign-up-sheets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sign-up-sheets/)
 * [Active Topics](https://wordpress.org/support/plugin/sign-up-sheets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sign-up-sheets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sign-up-sheets/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [kperkins](https://wordpress.org/support/users/kperkins/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/rich-text-box/#post-3607847)
 * Status: not a support question