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:
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 :)