Is there any particular reason an elements id would keep changing if no changes have beem made to the form in design view?
Example:
id="ctl00_m_g_2cd39c29_ceed_4d60_864b_541d9f025a2b_FormControl0_V1_I1_S13_I3_T1"
changes to:
id="ctl00_m_g_2cd39c29_ceed_4d60_864b_541d9f025a2b_FormControl0_V1_I1_S13_I2_T1"
Notice the I3 in the id changes to I2. I use JS to grab values from some of my forms and on one particular form it keeps changing back and forth like this for no reason. When I do make upgrades to the form I do expect and accomodate the change, however, when no changes are made I'm kind of baffled.