I have a form with multiple fields like textbox, email, radio and richtext editor. Multiple submissions are going to happen on the form. I want to export the submitted records list to an Excel or csv file keeping the richtext content as html content. for example, In richtext i entered "Hello I am bunny" in bold that means it's internal content is "<strong>Hello I am bunny</strong>
". so While exporting to excel I want the richtext content as "Hello I am bunny".
Is there any idea ?
Thanks in advance