Forum Replies Created
-
AuthorPosts
-
In my example, the first row is aligned correctly. The second row’s alignment needs to be adjusted where the inputs are inline. I would like this to be automatic throughout the form and don’t want to set a required height for the field label. Thanks for taking a look.
Attachments:
Turns out the dragdrop.js file does not load in an iframe for on premises when using Edge or Chrome browsers. To resolve I was able to add the following pathway (/_layouts/15/dragdrop.js) to the ‘Load these files before executing the Custom JS’.
Thanks Alex! Exactly what I needed.
I am probably misunderstanding how it works. On the misc tab under ‘When saving the list item in EditForm’ I am selecting ‘Keep the EditForm open’ and calling the new button ‘Save and Stay’. This works as intended until I add spjs.dffs.redirect(“TheRedirectURL”,false) to the dffs_PreSaveAction. I am adding spjs.dffs.redirect(“TheRedirectURL”,false) to get the native ‘Save’ button to have a custom redirect.
Image 1 is drag and drop of a file with the same name.
Image 2 is the console when you click the replace it button.
Image 3 is what shows up when you review the script block.Thanks for taking a look.
Attachments:
Hi Alex,
It shows an error when using the Microsoft Edge browser. DismissConflictDlg is not defined
Thanks Alex! That works well enough. Appreciated the quick reply.
I noticed when I try to attach a document using the button in the ribbon the ribbon the tabs don’t hide like the form. I am assuming it has to do with moving the tabs from horizontal to vertical. Thoughts on correcting?
Is there a way to modify this copy feature to include multi lookup fields? It seems like it should work as it appears to be in the correct format setFieldValue(“MultiLookup”,[“Option number 1″,”Option number 2”]). Thanks for any guidance!
Please disregard/delete. I figured this out.
Hi Alex. Worked perfectly. Thanks for the support.
Thanks Alex! Exactly what I needed.
Hi Alex,
Do you have a similar solution that could be used with a multi-choice field instead of the people picker?The result that comes back is [Object Object]. Is there a way to modify to show the actual data. Or, do you think I’m doing something wrong with the code?
-
AuthorPosts