We would like to use the same functionality as other fields on a form and be able to edit the Form Title in the field with CSS or JavaScript. We would also like to be able to change the attachment name from something other than the "Form Title". Any suggestions? Thanks!
Question
Question
Replies
replied on June 29, 2021
Hi,
- You can use CSS on the title like so
h1{
text-align: center;
}
- If you are referring an attachment to a form from an upload field. You can modify the name of the file from the "save to repository" task. When a form is selected which could contains attachments, tabs will appear for each upload field for you to name and store as you wish.
- If you are referring to the name of the Form, it can be renamed by selecting the form title and selecting the edit option.
0
0
You are not allowed to follow up in this post.