Steven Robert 17.Oct.11 01:24 PM a Web browser GeneralAll ReleasesAll Platforms
Hello All,
I am having a peculiar issue on one of the web forms. When I create this form in web and save it, all the fields which are 'computed' fields with some formula are getting saved with values but fields which needed manual input is saved 'blank'.
i am also doing some mandatory check using javascript. here too i am not able to get the field values using 'document.forms[0]....' but i am able to get the values only with 'document.getElementById()'
i am sure i am missing something but could not figure out what? has anybody come across this issue?