
Mark Z
-
Total activity15
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes1
-
Subscriptions3
Activity overview
Latest activity by Mark Z-
Mark Z commented,
Why is there no "Received at" is NOT xyz@xyz.com ? I have two views, and I want emails coming into this email address to go to one view but not the other.
-
Mark Z commented,
It seems to me that ZenDesk disabled many functions of jQuery. For example not all event handlers can function with standard text fields or labels (like mouseenter), and some fields like Date do n...
-
Mark Z commented,
Unfortunately I can't share it as it is being used in production with user authentication enabled. But it is a standard Date field, so you should have the same issue no matter where it is being us...
-
Mark Z commented,
In case anybody is looking to get the text from a selected drop-down item: https://support.zendesk.com/hc/en-us/community/posts/4408860888474-Drop-Down-Menu-Value-vs-Select-Option?page=1#community_...
-
Mark Z commented,
How can we do the same for a Date field? ie, get the Date the user selected?
-
Mark Z commented,
Ifra Saqlain No plugin, it is simply the default which is used when you select the Date field type in ZenDesk.
-
Mark Z commented,
Hi Nicole, Yes, please see my previous comment. You can use it to fill the subject field from a custom field with this: $('#request_custom_fields_1').keyup(function(e) { var txtVal ...
-
Mark Z commented,
Any other ideas?
-
Mark Z commented,
Hmm, well now it populates the Subject field with the current date and time as soon as the page loads :) I think it needs to run when the date is chosen in the DatePicker, but I don't know which ev...
-
Mark Z commented,
Hi Ifra, Thanks for your reply. I tried your code and at first it did not do anything and also no errors in the console, but then I think you just forgot the # on this line for the custom field: $...