DMXzone App Connect Support Product Page
Answered
App Connect: How to set a date to input value
Asked 12 Apr 2018 06:19:31
1
has this question
12 Apr 2018 06:19:31 henry Lebers posted:
Hello,how can I assign a date to a hidden form field?
I've already set a data field to a hidden input.
thanks
Replies
Replied 12 Apr 2018 06:53:01
12 Apr 2018 06:53:01 Teodor Kuduschiev replied:
Hi Henry,
Could you please explain a little more detailed what exactly needs to be achieved?
Could you please explain a little more detailed what exactly needs to be achieved?
Replied 12 Apr 2018 06:54:36
12 Apr 2018 06:54:36 henry Lebers replied:
I've tried to set a variable to <?=date("d/m/Y H:i"?> and set it to my input hidden value. This is displaying a white page
Replied 12 Apr 2018 06:56:28
12 Apr 2018 06:56:28 henry Lebers replied:
Hi,
i want to definied the actual date to a hidden input before inserting data
i want to definied the actual date to a hidden input before inserting data
Replied 12 Apr 2018 07:10:12
12 Apr 2018 07:10:12 Teodor Kuduschiev replied:
Hi Henry,
In app connect create a date variable:
Then bind it to the hidden field value.
In app connect create a date variable:
Then bind it to the hidden field value.
Replied 12 Apr 2018 07:41:10
12 Apr 2018 07:41:10 henry Lebers replied:
Thanks a lot!