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
KRaviKRavi 

Dynamic Field/column type from Controller to VF Page

We have a requirement to create VF page as below
User-added image
 
Similarly., Answers can be of any data type from text box to radio button.
 
Data in the object looks like this:
 
data in object
 
Challenge is all Answers are stored in Longtext field with semicolon separator.
We have to parse this string into desired datatype based on RecordType.Name field and display it in exact data type (editable format) on VF page.

I tried repeator to create multiple Pageblocktables for each row., unfortunately I didn't hit the right spot (no ideal solution ) yet!!...
any help would greatly appreciated!!