Hi,
I’m waiting for this new feature too. Can someone tell me how to change the code to turn the TextAreas into a rich text editor ? Maybe in the ProductsPage.php ?
elseif ($Field->Field_Type == "textarea") {
$ReturnString .= "<textarea name='" . $Field->Field_Name . "' id='upcp-input-" . $Field->Field_ID . "' class='upcp-textarea'>" . $Value . "</textarea>";
}
Thank you