php - Generating a custom URL for a form

one text

I am working on a project on web portal where I need to send a form link to users for joining a team(Through Email) but I want to generate a custom url such that the field of team ID is already filled(extracted from database) and it cannot be changed by user. How to generate such a URL?

Source