January 14, 200223 yr Hi, I have configured a homepage which takes the user directly to a page where he/she can input information. This is the "Add new record" function over the web. When I hit submit an error message appears: " Data Entry error: Your attempt to edit a record failed because of the following unknown error number 102". thanks in advance to any body that could help me. Jaime
January 15, 200223 yr Make sure that the 'layout' contains all of the fields submitted by the form. All the best. Garry
January 15, 200223 yr It often means that the layout you're referring to does not have a field you need. In my experience this has been a spelling mistake in my HTML code. I often mistype the names of the fields I'm posting to the server. Kent
January 16, 200223 yr Author HI Garry, Hi Turansky, I think I found the error. I verified that the form contained all the fields that I wanted to be displayed in the web form and it was there. I think the problem was with the cdml tags which for some reason I chose the field static display. thanks a lot, Jaime
Create an account or sign in to comment