Custom button to Attach File
Hi Dmitry,
Right now I have some text telling people to use the Attach File button in the ribbon... But I'd prefer to create an attach file button in the form itself and maybe hide the ribbon.
Any suggestions on how to create a custom Attach File button?
Thanks!
Right now I have some text telling people to use the Attach File button in the ribbon... But I'd prefer to create an attach file button in the form itself and maybe hide the ribbon.
Any suggestions on how to create a custom Attach File button?
Thanks!
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Yep, drop a button or a hyperlink onto your form and insert the following code into its OnClick property:
Code: Select all
UploadAttachment();
return false;
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
It's just an HTML-element that overlays the form.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 23 guests