From https://spservices.codeplex.com/discussions/528533
I just installed the update on our Dev box. Here is what a required select now looks like:
```
<td width="190px" valign="top" class="ms-formlabel" >
<H3 class="ms-standardheader">
<nobr>Guideline<span class="ms-formvalidation"> *</span></nobr></H3>
</td>
<td valign="top" class="ms-formbody" >
<span dir="none">
<select name="ctl00$m$g_308135f8_3f59_4d67_b5f8_c26776c498b7$ff51$ctl00$Lookup" id="ctl00_m_g_308135f8_3f59_4d67_b5f8_c26776c498b7_ff51_ctl00_Lookup" title="Guideline Required Field">
</select>
<br/>
</span>
</td>
```
I have not tested SPServices yet but have ran into issues with other plugins.
Comments: This one has been vexing. Things seem to be working fine for some people and not for others, all with the same update level. In order to understand why it is failing n some cases, I really need to see the markup. I don't have all of the different environments that you guys have. M.
I just installed the update on our Dev box. Here is what a required select now looks like:
```
<td width="190px" valign="top" class="ms-formlabel" >
<H3 class="ms-standardheader">
<nobr>Guideline<span class="ms-formvalidation"> *</span></nobr></H3>
</td>
<td valign="top" class="ms-formbody" >
<span dir="none">
<select name="ctl00$m$g_308135f8_3f59_4d67_b5f8_c26776c498b7$ff51$ctl00$Lookup" id="ctl00_m_g_308135f8_3f59_4d67_b5f8_c26776c498b7_ff51_ctl00_Lookup" title="Guideline Required Field">
</select>
<br/>
</span>
</td>
```
I have not tested SPServices yet but have ran into issues with other plugins.
Comments: This one has been vexing. Things seem to be working fine for some people and not for others, all with the same update level. In order to understand why it is failing n some cases, I really need to see the markup. I don't have all of the different environments that you guys have. M.