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
vijay sunilvijay sunil 

How to Add Textarea Dynamically in vf page with Reference to records in object?

How to Add Textarea Dynamically in vf page with Reference to records in object?
please help me in the following scenario,
 
Scenario: textarea fields should be displayed in vf page with reference to the records saved in custom object.

For Example:
like in the below image.
User-added image
 if field is saved with the details like Intrested,Feedback. vf page should populate the record details along with input textarea field

Thank U
 
AbhishekAbhishek (Salesforce Developers) 
You can try the code snippet as mentioned in the below discussion,

https://salesforce.stackexchange.com/questions/104066/dynamically-add-element-in-form


For further reference, you can check this,
https://shrutisridharan.wordpress.com/2016/10/16/dynamic-vf-pages-with-field-set-and-lightning-design-system/


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
vijay sunilvijay sunil
looking for input textarea with saved record details as labels dynamically sir.