
ngo thu
-
Total activity12
-
Last activity
-
Member since
-
Following0 users
-
Followed by1 user
-
Votes0
-
Subscriptions3
Activity overview
Latest activity by ngo thu-
ngo thu created a post,
How to add custom field to sign up popup
AnsweredCan I add a custom field (eg: company) to sign up popup? It has name and email in current like: Please help me!
-
ngo thu commented,
@SPORT Did you check script with alert function? (alert will show alert message if function success) I just update filter function for custom field in request list page. Hope this help
-
ngo thu commented,
@sport First you should check json data from api url. https://yourdomain.zendesk.com/api/v2/tickets.json If you can see json data with ticket and custom data fields, you can use my code to pull the...
-
ngo thu commented,
@Cory I did it. Requests_page Template Add filter dropdown with name, id, class: {{#form 'requests_filter' class='requests-table-toolbar'}} <div> <label class="request-filter-label request...
-
ngo thu commented,
hi Jake. it seems correct. You can put alert function into script to understand where it not work. success: function (data) { alert("api success"); var value="none"; var count = Object.keys(data.re...
-
ngo thu commented,
Hi I did anything follow this article to change the support e-mail (support@XXX.zendesk.com) to support@mycompany.com. However, when user received email from zendesk support, the mail support@dom...
-
ngo thu commented,
@Cory You are welcome! Do anyone need to make filter with custom field? I will try if needed.
-
ngo thu commented,
@Jake Did you add my code correctly. Maybe you forget <div id={{id}}></div>. If it not work, Please show me your code.
-
ngo thu commented,
I used ajax to add custom field column in request list table. First, you add column header of custom field in the requests_page template. And then, in the body, you can add some code lines as thi...