Forum Replies Created
-
AuthorPosts
-
Hi Alex,
I had a similar question as Keith and tried to apply the solution you presented above. I put the “set to read only” steps within a function in the Custom JS and I call that function within a rule that runs when the form is loaded (edit mode). However, when testing, I get two error messages (see attachments) and the form fields still end up as editable.Any idea what could be happening?
Thanks,
AnneAttachments:
Hi Alex,
I tried using this solution as well since I had the same question as Roberto above. Somehow, both the form and label widths are not changing no matter what value I put for the width. Is there something else I need to be setting to make the form body wider/narrower? Here is the current setting I have in the Custom CSS tab:.customTooltip{
float:none!important;
display:inline-block;
}
.ms-standardheader{
margin-right:0!important;
}
.ms-formbody{
width:600px;
}
.ms-formlabel{
width:200px;
}Any help you can give is appreciated!
Thanks,
AnneCascading dropdowns v3.7.26 :: Plugin documentation
Is this what you’re looking for?
Anne
The display form shows the information. Attached are the snippet from the display form and the Cascading Configuration
- This reply was modified 5 years, 3 months ago by Alexander Bautz. Reason: Removed URL from image
Attachments:
I checked and it is set up as plain text.
What’s interesting is that I have another cascading dropdown set up exactly the same way but different content and that one works.
Anne
Thanks Alexander. I used the solution you had indicated in the link and it provided a solution to what I am looking for.
Anne
Thank you Alexander. The first solution is what I was looking for but good to know about the 2nd in case I need it later! 🙂
Anne
Hello,
I was looking for the same type of solution (ability for user to add multiple items within a single form) and found post in the forum. Has this ability been implemented in the current release?
Thanks,
AnneThank you Alexander. That worked!
Here are a couple of attachments. One is the error message I get after adding Custom JS and the other is the set-up of the CEWP front end HTML.
Anne
Attachments:
Thanks for the reply, Alexander. When I set the function up and call it from the Rules tab, I am getting the error that I need to add the spjs_path variable to the front CEWP html file. However, I looked and I did see it already set up:
var spjs_path = “/SPJS/DFFS”I am using SP2013, does that make a difference?
-
AuthorPosts