2
I have an HTML form where each input tag has its empty value attribute. This value attribute must be filled randomly by a javascript code. So far everything is OK. The problem is that when I use the plugin (jspdf) to submit this form to a pdf output, the form value field does not appear in the pdf document output. With this the document is exported only with the label, without its contents.
The selected name appears on the screen but unfortunately is not set in the value property of the input tag and therefore does not appear in the pdf document when it is exported.
My question, is there any way I can force the completion of the input tag value property by javascript code?
As can be seen in the print it has the name generated "Monk", but when inspecting the element its value attribute is empty. When I send the download via pdf the document is as below: