Free form Text to Rich Text ADD HTML

Normal Text to Rich Text If you have MS Excel, you can use the Replace (Ctrl + H) functionality. Steps: Open your Excel file Press Ctrl + H on your keyboard Click the “Find what:” box, then press Ctrl + J on your keyboard Click the “Replace with:” box then put in <br> Click Replace All Save the file as a CSV It is important that… Continue reading Free form Text to Rich Text ADD HTML

Features in React-toastify.

React-toastify is a popular library used for displaying toast notifications in React applications. It offers various features and customization options to enhance the user experience when showing notifications. Below are some key features and capabilities provided by react-toastify: 1. Simple API Easy Integration: react-toastify provides a simple API for displaying toast notifications. You can import… Continue reading Features in React-toastify.

CSS in Formula HTML field

Case Statements CASE WHEN {source} is “x”  AND WHEN {createdby} = “John”  THEN ‘<div> 🚨 </div>’  ELSE ‘<div> ✅</div>’  END || CASE WHEN {source} is “y”  AND WHEN {createdby} = “Jane”  THEN ‘<div> ⚠️ </div>’  ELSE ‘<div> ✅</div>’  END CASE WHEN {source} is “x”  AND WHEN {createdby} = “John”  THEN ‘<-–!1–-> <div style=”color:white;backgroundcolor:red;padding:3px;text-align:center” > 🚨… Continue reading CSS in Formula HTML field