Dear All,I am designing a web form which doesnt have text fields, instead i create dynamic fields as HTML. I also save the contents of the dynamic field by calling an Agent and create an item in the document and saved it.
Now, on opening the form the item values in the document are not mapped to the form as there are no fields in the form.
Can anybody help me about how to access the document’s items directly from web without having the fields.
You can have the fields on your webform, but hide them and in their place display your pass-thru html inputs. Then submit/save the form normally, not using your agent. Notes will now allow this because your form DOES have the notes fields. The webform doesn’t tell notes that you really used your html substitutes.
In any event the trick you are looking for is to use computed text to put the field values in your html inputs. (IE