Reply To: Field not showing in DFFS setup

Forums Classic DFFS Field not showing in DFFS setup Reply To: Field not showing in DFFS setup

#13992
Cameron
Participant

I’ve just encountered this again on another list. The common element seems to be the the FieldInternalName is Category again, see the page source:


<tr>
		<td nowrap="true" valign="top" width="113px" class="ms-formlabel"><span class="ms-h3 ms-standardheader">
		<nobr>Series<span class="ms-accentText" title="This is a required field." > *</span></nobr>
	</span></td>
		<td valign="top" width="350px" class="ms-formbody">
		<!-- FieldName="Series"
			 FieldInternalName="Category"
			 FieldType="SPFieldChoice"
		  -->
			<span id='WPQ26424c6e2-0955-4215-85c8-e270d16a2f13Category' data-sp-control='SPFieldChoice' data-sp-options='{&quot;mode&quot;:3,&quot;source&quot;:&quot;Category&quot;}'></span>
				
			
			
		</td>
	</tr>

I’ve also setup a watch on spjs_utility and I can see Category listed under fields. So it appears to be finding the field but not displaying it.

Is there anything else I can check to get to the bottom of this? I’m concerned that if I go live on the site I’m going to need to recreate fields on all of my lists – I’ve had this on 2 out of 2 lists I’ve tested so far.

Cameron

Attachments: