Skip to content

Conversation

mutumbakato
Copy link
Collaborator

@mutumbakato mutumbakato commented Sep 29, 2024

Details

This PR demonstrates the custom code required to get form field properties as Instant JSON. The date format can be determined from the formats under additionalActions peoperty. There you'll see the onInput format, which is the expected input format and onFormat, which is the displayed format. You can use the onInput format to update your input.

NOTE: This PR is for demonstration purpose only and should not be mereged.

return formFieldValue;
}

+(id) getFormFieldPropertiesWithFullyQualifiedName:(NSString *) fullyQualifiedName forViewControlelr: (PSPDFViewController *) pdfViewController {
Copy link
Collaborator Author

@mutumbakato mutumbakato Sep 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get form Fiel properties by fullyQualifiedName as JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant