-
Search Results
-
I need to remove tabs in NewForm of the list but want to retain it in EditForm and DispForm
Can you please help me how to do this?
Hi there
My Projects list is not longer displaying the DFFS enhanced Edit form for people who do not have Full Control rights on the list. I looked at the console and there is an error in the script. I’ve attached a screenshot of the message and the dump of the script. The error does not occur on any other list so all the Edit Forms work as expected. Permissions are consistent across the collection, nothing special or particular about this one. Any clues?
I’m trying to set up dffs in a discussion list. I’ve set it up in the new, disp, and edit forms.
I’m experience a strange behaviour where DFFS will activate on the display form only for discussion replies, but not on discussion posts. The overlay still shows up but then the normal form just renders with no link to the back end. I don’t have any rules set up or anything that would prevent it from working so I’m kind of lost.
Hi there
I’ve implemented vLookup across a number of lists but just realised that for those in the root of my site collection, all vLookups are not working while in the edit form. They all work in the display forms, returning results as expected, but no results at all in the Edit forms. Lists in sub sites are working as expected with the vLookups working in both Edit and Display forms.
Any idea where the problem lies? I’m on DFFS 4.365 and vLookup 2.266
Regards
Gerry
I created an external list that accesses a SQL table. I then updated the Display Form to use DFFS. Created 2 tabs and set 3 of the columns to be visible on the first tab and 2 of the columns to be visible on the 2nd tab.
When I use the form all of the columns show on both tabs and the columns are also duplicated on both tabs with one set showing a message – “This field is not in the current content type: narration”.
I am attaching a Word doc with screen shots to show you what this looks like.
Thanks…..
Harley Malamut
Hi
On one of my forms, I have several tabs defined, and the initial tab that gets displayed is determined by the status of one of the fields which is checked via a rule. This rule also sets which fields are read only.What I would like to be able to do is to be able to override what fields are set to read only if the user selects another tab, or one of the field value changes.
I was thinking of creating a custom JS function to call, but I am struggling a bit to work out the easiest way of doing this. Especially as I am guessing you already have some function to do this built into DFFS. I found a hint of this browsing through the forums looking for the answer when I found this snippet
function formReady(){ if(getFieldValue(“MultiPhase”)==”Yes”){ spjs.dffs.unhideFieldsByRule([“Phase”]); spjs.dffs.flag_Mandatory([“Phase”]); } else{ spjs.dffs.hideFieldsByRule([“Phase”]); spjs.dffs.clear_Mandatory([“Phase”]); } }
There looks like a range of useful functions comes close to the one I want.
Is there a list of all the functions in dffs? I must confess to not being a fulltime developer, so might be missing the obvious here.
Regards
Jeff