Hi All,
In my form users can create various entities (individuals,companies,trusts,partnerships etc.) and add addresses which are saved as an array of values in their corresponding Data Fields in the format:...
Hi All,
In my form users can create various entities (individuals,companies,trusts,partnerships etc.) and add addresses which are saved as an array of values in their corresponding Data Fields in the format: [{''label":person1:"value":person1},{''label":person2:"value":person2},.....]. This Data Field for example allIndividuals is then used as the data source for the data driven drop down Directors in the companies repeat. This all works very nicely until the Form is Saved and Re-opened when the data is not saved:
All Data Fields are configured the same way and are included in the Submission Data:
On Save the data is as follows:
On re-open of the form the data reads:
Furthermore..................
if I add another Data Field and store the data in the format: [{"individual":person1},{"individual":person2},..]
The Data is returned on for reopen in the format:: [{"Individual":person1},{"Individual":person2},..]
where the identifier is capitalised.
Before Save
I am writing a generic js function to check if page is blank and I don't want to check read only fields but checking for the standard .disabled or .readonly does not seem to work and the documentation is terrible, what is the best way to check...
I am writing a generic js function to check if page is blank and I don't want to check read only fields but checking for the standard .disabled or .readonly does not seem to work and the documentation is terrible, what is the best way to check is a field is read only?
Cheers, Richard
Register to ask a question and access to more content.