Пікірлер
@OwnedStuff
@OwnedStuff 17 күн бұрын
Could be a little bit more advanced for me though.
@OwnedStuff
@OwnedStuff 17 күн бұрын
Nice
@mbs9257
@mbs9257 Ай бұрын
Great video! I embed my zoho form on my website and never noticed the width. I really really appreciate it!!!
@Cali_Matt
@Cali_Matt Ай бұрын
There are a bunch more amazing new features in Zoho Forms. Stay tuned for the video dropping in next few weeks!
@forgedbyfirecoaching
@forgedbyfirecoaching 2 ай бұрын
Thanks for this info. I'm going to use this for my marketing!
@KristinM-he8gz
@KristinM-he8gz 2 ай бұрын
Thank you! How would I find lead record by Phone?
@Cali_Matt
@Cali_Matt 2 ай бұрын
Here's the code to search for the phone (instead of email) -> // Make sure you grab the Contacts Phone contact_phone = contact_record.get("Phone"); // To search lead by phone number search_leads = zoho.crm.searchRecords("Leads", "(Phone:equals:" + contact_phone + ")"); Good luck!