Insert "SESSION.kt_login_user" into textbox when "Completed"
Posted: 2012-04-20 22:14
On my form I have two fields:
- Completed Date:___________ (this field has the Date Picker)
- Completed by:_____________ (this is a disabled field)
Any idea on how to use Interakt triggers/transactions/etc to Insert the "{SESSION.kt_login_user}" into the "Completed by" textbox when "Completed Date" field is filled in?
The logic is basically, If textbox1 (DateCompleted) is filled in, then automatically update textbox2 with "kt_login_user"
I'm checking on with a javascript function to possibly do this as well..
- Completed Date:___________ (this field has the Date Picker)
- Completed by:_____________ (this is a disabled field)
Any idea on how to use Interakt triggers/transactions/etc to Insert the "{SESSION.kt_login_user}" into the "Completed by" textbox when "Completed Date" field is filled in?
The logic is basically, If textbox1 (DateCompleted) is filled in, then automatically update textbox2 with "kt_login_user"
I'm checking on with a javascript function to possibly do this as well..