I Created custom newitem form for my sharepoint list.. And i looked at the formfields present on the page . ID of these fields were like 'ff12{pos}' . I wondered what is this {pos} . So i went ahead and looked it in developer tool and found that
it was replaced by long id 'something_ff121_something' ..I used this id to find out the control using jquery $("input[id*='ff121']") ..Its working very fine..But still wondering what is this {pos} it got replaced by 1 ...But is there any risk of getting
changed after deployment to prod.Please help me as soon as possible..
↧