so i have a field called instagram where users input just their username and so i want the database to add intagram.com/ before the username automatically for every input
Hi,
You can use a beforeInsert hook to intercept the item before its added to the collection and add the string.
See more here
i am not very good at coding if you could give me an example like somethings short. ty
Hi Amit,
You can find an example in the article in my previous reply.