I have Form with 3 fields type dropdown.
After creating the form, I would like to have information about who and when changed the value of a given field.
I have 3 IFTTT Create/Update ConfiForms Entry on Modified:
1) Condidtion: hasChanged(field1):true
Parameters to set: entryId=[entry.id]&user1=[entry._user]&date1=[entry._now]
2) Condidtion: hasChanged(field2):true
Parameters to set: entryId=[entry.id]&user2=[entry._user]&date2=[entry._now]
3) Condidtion: hasChanged(field3):true
Parameters to set: entryId=[entry.id]&user3=[entry._user]&date3=[entry._now]
Unfortunately, with each modification there is a problem with resetting the hours and minutes of the previous entry.
What am I doing wrong?
Do you have a date or a datetime field type for this?
Everything works fine with the DateTime field.
Previously I was using a Date field.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.