Howdy all,
Haven't seen this question yet, but is it possible to change the look of the File Upload component's Placeholder, to add more visibility.
To Either Reflect This or
- Option 1:
Option 2:
This is the code snippet:
a!fileUploadField( label: "Attachments", labelPosition: "ABOVE", target: cons!FileLocation, value: local!attachment, placeholder: "", saveInto: { ri!Attachment.ID, local!attachment }, validations: {}, buttonStyle: "STANDARD"
Discussion posts and replies are publicly visible
Hello KevinQP As far as I am aware It is not possible to change any further than the available options.Have you tried using the instructions parameter to display any required text?