I have my form fully setup. It works just fine, except all the text boxes I have. I added a dataCard which has 2 labels and 1 Text Box on it. When you click a Yes/No toggle it will unhide the DataCard. Then you have 2 labels with information and a text box to add additional information. When you add additional information and then save the form to the SharePoint LIst. the form uploads correctly, However, the information you typed into the Additional information textbox is gone. it will just have the HintText there now that just says Additional Information. How do I get the custom text the user input into the Textbox to stay?
I am also have issues with another text box. It is an Additional Notes text box that will accept the user input and save it. however it adds code to the text box such as:
<div class="ExternalClass1A23A329F5644CF4829D744661618C38">Hello</div>
In this case, the user only typed "Hello", but when you pull up the form to look at it, all the rest appears with it in the TextBox.
Any help is greatly Appreciated.