function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SATHISH REDDY.SATHISH REDDY. 

Long text area data split into multiple inputfields on visualforce page

Hi All,
I have a VFP with list of accounts where i capture weekly account updates. Im trying to capture answers(which will be a lengthy one) for 10 questions on that VFP and store that on a single long text area field on account with a separation between each QA.
Then i want to retrieve that longtext area field and do the reverse of what i did earlier, which is to split all the question and answers and show them on respective locations.
As im not storing each question separately instead storing all in one field. What would be the better way to do this as i dont want to create too many long text area fields to capture each Q&A nor i want to go for custom object. Pls let me know your inputs.

Thanks in Advance!