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'
	}
);

 

 

1
2 comments

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.

0

Perfect, Thank You,

I will subscribe to the issue mentioned and wait for it.

Marco

1

Please sign in to leave a comment.