Data from dynamically added hidden field on form 2.0 not saved.
I am adding a hidden field to a global form like:
form.addHiddenFields({"ContentName" : "SLA MultiPress: Inside leaksource surveillance"});
Working fine on MultiPress ILS | Dataline Solutions
Now, I also have a database field "ContentName".
I was expecting this field to be updated with the content from the hidden field above, but no data is written for this field on form submit. Because there is no link between them?
Can someone help me here?