Push URL to Zoho CRM and decode it

Push URL to Zoho CRM and decode it

Hello, I have a website where a user makes a form entry and selects some options after the form entry. Once selected, I want to pass the URL(where all the information is stored) to Zoho CRM and decode it.

An example URL could be like that: 
https://mywebsite.com/?name=Hello&surname=World&email=test@mydomain.com&phone=012345678

I wanto to pass
name -> Name field in CRM
surname -> Surname field in CRM
email -> E-Mail field in CRM
phone -> Mobile field in CRM

How do I pass the data to Zoho with a button that is pressed and how do I set up decoding in CRM?

Would be nice if someone can help me to make this happen, to finally finish my project :)