I'm attempting to insert a field into the HTML control so that it will display on the form. I've reviewed the HTML control information in the Plumsail website but it does not seem to work for me:
I did see that but how would I right that code. The HTML control does not have a way to name it. It only let's me add a Class. How would I write it that way without being able to add the control name?
If you are using SharePoint On-premises or don't want to move to the new designer, please use Rich Text control instead of the HTML control and this code:
fd.control('Control1').text = '<p> New text [Title] </p>'