If I am posting in the wrong forum, please point me to the right place.
But I have a web form with some typical fields, then I have a set of repeatable items, one of which is a date field, which is presented as 3 drop down lists, each of which represent the year, month, and day components of the date.
Now whenever a re-post happens, the value of the date field seems to be forgotten, and so when the form is submitted after a repost, livelink gives an erorr
One or more fields are required and need to be filled
if I re-selecte the date and submit again, it works. So apparently, when the drop down value re-selects, javascript writes to some hidden value to rebuild and reassign the date; however, I tried using IE Developer's tools to peek into the header, see what's being sent, and try to micmic the re-selection, I still get the error.
I spent all of today trying to solve this and still no hint of an end
Please help.
If it helps to provide the failing case, here it is:
- fill out the whole form, including the first Repeatable Set item
- Hit PLUS sign on the Repeatable section to make a new item (this causes a post-back)
- fill in the second Repeatable Item, and hit submit should produce the error
- if repick the date for the first and second Repeatable item and submit again, it succeeds.