Sharepoint data inside html control

How can i display sharepoint columns data in html or free text fields?

Dear @coresoul,

I’m not sure I understand your issue correctly, could you please provide more details? The screenshot would be very helpful.

i have some SharePoint fields that i would like to merge together and display in a control.
for example i have modified, modified. I will like to insert a non sharePoint control in the form and display as "Modified By on "

Dear @coresoul,

You can implement this by utilizing the “change” event: https://plumsail.com/docs/forms-sp/javascript/fields.html#events

Every time one of the fields is changed you can merge the data from them in the specified text field.