Helpdesk Online Forms prefill Email
Hello,
I'm embedding Helpdesk Online Form,:
The site where I'm embedding it is for registered users only and everyone have his email , Is there any parameter on the embedded code to prefill the e-mail address?
YTFeedbackForm.renderFeedbackButton(
document.currentScript.previousElementSibling,
{
backendURL: 'https://timbramatic.youtrack.cloud',
formUUID: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
email: '{{user.email}}',
theme: 'light',
language: 'it'
}
);
Please sign in to leave a comment.
Hi! Prefilling support form fields will be possible using this feature: JT-75047. We plan to release it as part of the 2023.2 update that will be coming later this year.
Perfect, Thank You,
I will subscribe to the issue mentioned and wait for it.
Marco