I am struggling with the steps in this article https://support.zendesk.com/hc/en-us/community/posts/6485027590426-Guide-Tip-New-way-to-request-feedback-for-article-downvotes?sort_by=created_at&sort_order=desc
In this section of the code: custom_fields: [
{ id: 12386706806425, value: form.url }, //article URL, replace ID with your custom field
{ id: 900005760523, value: reason }, //feedback reason, replace ID with your custom field
],
ticket_form_id: 900000044103, //your article feedback form, replace with your custom form ID
},
what is custom field id for form.url? I do not understand where to find this.
I have the custom field for reason and the ticket form ID. Where might I find the form.url ID?
Thank you for any information!
The form.url in the code is the article URL value you want to store, not the custom field ID. You need to create a custom ticket field in Zendesk Support to hold the article URL if you haven’t already. Then find that custom field’s ID in Admin Center under Tickets > Fields and replace the placeholder ID in the code with it.