lutana
New Member
Not sure if this is a bug or something on my side, or just that I am missing something how it is meant to be, but I thought I should mention.
I have created a form which joins together 4 lists. Each of these lists allow entry of a date. For this joined form I want to only enter 1 date which auto updates the other 3 dates - which since are not being manually entered I have hidden. I have tried using javascript or PHP to update the fields, which both work as planned when the date field is not hidden but only returns the current date when the date field is hidden.
What appears to be happening is if a date field is hidden using the Hidden radio selection in the Element edit form the date will default to current date (even though the default to current date radio button is No). As a work around if I select the Hidden radio selection as No but hide the element using javascript then all works as planned.
I have created a form which joins together 4 lists. Each of these lists allow entry of a date. For this joined form I want to only enter 1 date which auto updates the other 3 dates - which since are not being manually entered I have hidden. I have tried using javascript or PHP to update the fields, which both work as planned when the date field is not hidden but only returns the current date when the date field is hidden.
What appears to be happening is if a date field is hidden using the Hidden radio selection in the Element edit form the date will default to current date (even though the default to current date radio button is No). As a work around if I select the Hidden radio selection as No but hide the element using javascript then all works as planned.