Hi,
I want to pre fill the subject field with username and form name. Is this possible ?
I have the following snippet, but have tried every iteration of placing the required placeholder to no avail.
$('#request_subject').val('hello world'); // Autofill subject
Please help