I am looking to prefill the email address field on my customer portal using the URL.
The reason for this is that many users from our housekeeping department (not computer literate) use the helpdesk portal to submit tickets regarding maintenance in the rooms. They cannot type the email address correctly and sometimes I end up getting new customers created in the portal because they have typed the email address wrong. So I am looking to create a shortcut on the desktop of the shared computer that prefills the form with the email address. I cannot keep the user logged in because guests also use these laptops.
I tried something like this by using inspect element and trying to find the ID of the email field.
https://mycompany.freshdesk.com/support/tickets/new?helpdesk_ticket[email]=someone@company.com
or
https://mycompany.freshdesk.com/support/tickets/new#helpdesk_ticket[email]=someone@company.com