Zoho creator project - Lead referrals

Zoho creator project - Lead referrals

(I have uploaded a Word Document copy of these specs as I keep losing formatting here in the Marketplace write up). I have detailed the application that I am considering doing with Zoho. One big limitation I need to get around in Zoho is the fact that the app is a public app, and therefore an unlimited number of clients (brides). I cannot create a user Id for every bride that interacts with the system and thus need some way to tie functionality to people by prompting them for their email adress. Below are details about the app, and some Zoho specifics or ideas I have gathered either from reading about Zoho, playing with it, or asking support people. As a Zoho resource, please take a look at the specs and provide feedback on how best to accomplish with Zoho. Or let me know if my suggested Zoho approach is the best approach. I will take your feedback and ideas as indication of whether I think you are a good choice for the developement project, and as whether I believe Zoho is the correct development choice. Here are the application specs as I have written them up: Overview: I have a business where I match wedding clients (brides) to wedding vendors based on event_date, vendor type (dj, photographers, etc), and vendor availability on event date. I am looking to have built some application which will be Smart Matching of Brides Requests to Vendors services. More details below. In addition to the online piece above, I will need some automated Email capabilities that I'm calling Intelligent Emails. This will include the ability to automatically follow up and email both clients and vendors based on logic that I can specify. Similiar to an auto sequential responder but with intelligence. Zoho scheduler, deluge, and sendmail task seems like it would work for this ?? Application Functionality: Vendors will : 1) Create or maintain a Vendor Profile 2) Maintain (add/update) an availabliltiy calendar currently called bookings. This table will track each Vendors availablitlity dates whether Open or Booked. Each Vendor should be able to easily maintain their own Calendar. I see vendor_email as the key to the table. Clients (brides) will: 1) Create a simple Client profile 2) Enter their client requests: want a (vendor_type) dj, photographer, ON event date for Price. Match Clients to Vendors: 1) Present the Client with a View of Vendors = vendor_type, and status = open and bookings event_date = client event_date 2) Allow Client to select Info tab, which directs to Vendor URL for info, OR pops up Vendor Info. 3) Allow for client to select ability to contact one or more vendors from the view. a) This can be a popup contact form per vendor (passing all needed vendor and client data) b) An indicator X, that the client checks on multiple vendor view lines. 4) Emails a) Email both client and vendor(s) for any client requested contact from View in Step 3 above. Email to include essential client request form data. b) Email client a LINK to the above view in step 3, so that they may return later to the view and execute more client contacts. c) Possibly individually email all vendors who ALSO fit clients requirements. d) Send auto emails to clients at day intervals reminding them of their choices with US. These will be generic type reminders , possibly containing the clients original request info. Application Processing Specifics (with some Zoho features implied) Databases indicated with starting Capital Letters All fields names are lower case There are sample Database layouts at the bottom of this write up. 1) Vendor Profile form industry_type is a dynamic look up on Industry vendor_type is a dynamic look up on Type_of_Vendors filtered by industry_type price_range is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type avg_prices is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type Prompt for vendor email address Retrive vendor profile data if already on database allow for add/chnge/delete functionality button for submit. Zoho specifics: retrive vendor_view using Open URL filtered by entered vendor_email. Allow all normal view capabilities. 2) Create a booking_update form Need some easy way to do add/change of bookings records via vendor_email address. prompting for vendor_email, Zoho specifics or ideas: Below is just my idea for how to do this in Zoho. There may be a better and easier way ??? 1) Use bookings_maintenance form to select groups of dates, and set status. 2) Write a fetch and update script, which can run on update for now, then later put in scheduler fetch bookings_maintenance for create_date = today insert or update data in bookings table 3) Need to also populate fields in bookings table from vendor table (this is due to Zoho restriction about combined views only based on 2 tables, therefore load vendor info into bookings table so that the Smart Match view will have all needed data. Write fetch and update fetch bookings table where date_created = today for each bookings row from above select vendor table where Vendor vendor_email = Bookings vendor_email populate vendor_type, price_range, vendor_name, vendor_url, average_price. into Bookings table from Vendor table. This is needed so that a combined view later (Client Vendor Match) on Client_Request and Bookings will contain all of the needed information. Add "on user input" script to auto populate the hidden fields from vendor table, based on the Input vendor_email to populate the Bookings table. Please refer this kbase topic for more information 3) Client Interactions - Smart Matching I see possibly as being a 2 or 3 dynamic view page. a) feeds b) and b) filters c). a) Client will enter basic info into Client Form about their event-type and event date. industry_type is a dynamic look up on Industry Client table is inserted or updated if already there. b) Client will enter Client_Requests form for services. client_name, client_email, client_date, event_type should be populated from Client table above. Client will ENTER vendor_type(s) and price_range. vendor_type is a dynamic look up on Type_of_Vendors filtered by industry_type price_range is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type Client_Request table is inserted or updated if already exists. c) Client_Vendor_Match view displays. At this point the client should see a Combined View of data showing vendors where Bookings vendor_type = Client_Request vendor_type and Bookings event_date = Client_Request event_date and Bookings status = Open From here , client can: 1) click on custom action to popup client_contact_req , passing needed client and vendor data from view. OR 2) again with custom action, allow client to indicate contact for vendors he wishes to contact. Either of above actions should result in an email send to both client and selected vendor(s) auto containing needed details (client and vendor follow up info). 3) Also would like a URL link send to client to allow them to return to the Combined View discussed above. Discussion is needed to handle Client return to the site, or client parameter changes. Client probably has to reenter their Client data in form 1 (unless can reload from entered client_email). Then hopefully form 2 and the Combined View will dynamically redisplay. (My thinking is that form1 and form2 will UPdate data with any new requests or data). Zoho specifics: On submit of the client request in the client request form, you can use the "open url" Deluge task to open the Booking view which will display the records that matches the clients specific needs. Add a custom action button to the Booking view which when selected by the client will execute a function to send the vendor an email with the client info and also send mail to the client with contact info for vendors. Question: will the custom action button be able to pass all the needed data from both the client and vendor to the contact form so the client really has nothing to enter ? How do I also send the customer a URL link in email so they could get back to the view later? Other Zoho questions: 1) can I order a lookup list ? (put in alpha order) 2) If I have a field set up as hidden from a public user, if they do an add or edit in view mode, will those hidden fields still be hidden ? Databases: Vendor list Vendor_View { displayname = "Vendor View" show all rows from Vendors ( industry_type as "Industry Type" vendor_type as "Vendor Type" vendor_name as "Vendor Name" vendor_id as "Vendor ID" vendor_email as "Vendor Email" vendor_url as "Vendor URL" vendor_image as "Vendor image" vendor_bio_info as "Vendor Bio Info" price_range as "Price Range" avg_price as "Average Price" vendor_phone as "Vendor Phone" ) } list Bookings_View { displayname = "Bookings View" show all rows from Bookings ( event_date vendor_email as "Vendor Email" vendor_type as "Vendor Type" price_range as "Price" status as "Status" vendor_name as "Vendor Name" vendor_url as "Vendor URL" average_price as "Average Price" ) filters ( event_date ) } Client: list Client_View { displayname = "Client View" show all rows from Client ( client_name as "Client Name" client_email as "Client Email" event_type as "Event Type" event_date as "Event Date" client_phone as "Client Phone" receive_vendor_emails as "Receive Vendor Emails" vendor_contact as "Vendor Contact" ) filters ( receive_vendor_emails vendor_contact ) } list Client_Request_View { displayname = "Client Request View" show all rows from Client_Request ( client_name as "Client Name" client_email as "Client Email" event_date as "Event Date" event_type as "Event Type" vendor_type as "Vendor Type" price_range as "Price Range" ) } Misc: list Industry_View { displayname = "Industry View" show all rows from Industry (wedding or party) ( industry_type ) } list Types_of_Vendors_View { displayname = "Types of Vendors View" show all rows from Types_Of_Vendors ( industry_type as "Industry Type" vendor_type as "Vendor Type" ) } list Price_Range_View { displayname = "Price Range View" show all rows from Price_Ranges ( industry_type as "Industry type" vendor_type as "Vendor Type" price_range as "Price Range" ) sort by ( industry_type ascending vendor_type ascending price_range ascending ) } list Average_Price_View { displayname = "Average Price View" show all rows from Average_Price ( industry_type as "Industry Type" vendor_type as "Vendor Type" average_price as "Average Price" ) } End databases:


Budget : $500 - $1000 | Duration : 1 month or more

To leave a private message, please click the link for private response in post Action section. Download Attachments

    Access your files securely from anywhere







                            Zoho Developer Community




                                                  • Desk Community Learning Series


                                                  • Digest


                                                  • Functions


                                                  • Meetups


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner


                                                  • Word of the Day


                                                  • Ask the Experts





                                                            Manage your brands on social media



                                                                  Zoho TeamInbox Resources



                                                                      Zoho CRM Plus Resources

                                                                        Zoho Books Resources


                                                                          Zoho Subscriptions Resources

                                                                            Zoho Projects Resources


                                                                              Zoho Sprints Resources


                                                                                Qntrl Resources


                                                                                  Zoho Creator Resources



                                                                                      Zoho CRM Resources

                                                                                      • CRM Community Learning Series

                                                                                        CRM Community Learning Series


                                                                                      • Kaizen

                                                                                        Kaizen

                                                                                      • Functions

                                                                                        Functions

                                                                                      • Meetups

                                                                                        Meetups

                                                                                      • Kbase

                                                                                        Kbase

                                                                                      • Resources

                                                                                        Resources

                                                                                      • Digest

                                                                                        Digest

                                                                                      • CRM Marketplace

                                                                                        CRM Marketplace

                                                                                      • MVP Corner

                                                                                        MVP Corner









                                                                                          Design. Discuss. Deliver.

                                                                                          Create visually engaging stories with Zoho Show.

                                                                                          Get Started Now


                                                                                            Zoho Show Resources

                                                                                              Zoho Writer

                                                                                              Get Started. Write Away!

                                                                                              Writer is a powerful online word processor, designed for collaborative work.

                                                                                                Zoho CRM コンテンツ



                                                                                                  Nederlandse Hulpbronnen


                                                                                                      ご検討中の方




                                                                                                              • Recent Topics

                                                                                                              • Function #53: Transaction Level Profitability for Invoices

                                                                                                                Hello everyone, and welcome back to our series! We have previously provided custom functions for calculating the profitability of a quote and a sales order. There may be instances where the invoice may differ from its corresponding quote or sales order.
                                                                                                              • Payment Vouchers

                                                                                                                Is there any Payment Vouchers in Zoho? How can we create payment for non-trade vendors, i.e. professional fees, rent, and payment to commissioner income tax?
                                                                                                              • API in E-Invoice/GST portal

                                                                                                                Hi, Do I have to change the api in gst/e-invoice portal as I use zoho e books for my e-invoicing. If yes, please confirm the process.
                                                                                                              • When I click on PDF/PRINT it makes the invoice half size

                                                                                                                When I click PDF / Print for my invoice in Zoho Books, the generated PDF appears at half size — everything is scaled down, including the logo, text, and layout. The content does not fill the page as it should. Could someone advise what causes Zoho Books
                                                                                                              • Search by contain letter in a column

                                                                                                                Hello, everyone I need a filter function that searches by letter in a cell, and it should be a macro. To clarify further, if I have a column with several names and I chose a search cell and what I want is search by a single letter, for example, "a" then
                                                                                                              • Archiving Contacts

                                                                                                                How do I archive a list of contacts, or individual contacts?
                                                                                                              • Enrich your contact and company details automatically using the Data Enrichment topping

                                                                                                                Greetings, I hope you're all doing well. We're happy to announce the latest topping we've added to Bigin: The Data Enrichment topping, powered by WebAmigo. This topping helps you automatically enhance your contact and company records in Bigin. By leveraging
                                                                                                              • Easier onboarding for new users with stage descriptions

                                                                                                                Greetings, I hope all of you are doing well. We're happy to announce a recent enhancement we've made to Bigin. You can now add descriptions to the stages in your pipeline. Previously, when creating a pipeline, you could only add stages. With this update,
                                                                                                              • Create an Eye-Catching Announcement Widget for Your Help Center

                                                                                                                Hello Everyone! In this week’s edition, let’s explore how to keep your customers updated with exciting news in the Help Center. See how ZylkerMobile wowed their customers by bringing updates right to their portal. ZylkerMobile, the renowned brand for
                                                                                                              • Zoho Books Invoices Templates

                                                                                                                It would be really helpful to have more advanced features to customise the invoice templates in Zoho Books. Especially I´m thinking of the spacing of the different parts of the invoice (Address line etc.). If you have a sender and receiver address in
                                                                                                              • Can add a colum to the left of the item in Zoho Books?

                                                                                                                I would need to add a column to the left of the item column in Books. When i create custom fields, i can only display them to the right of the item.
                                                                                                              • Verifying Zoho Mail Functionality After Switching DNS from Cloudflare to Hosting Provider

                                                                                                                I initially configured my domain's (https://roblaxmod.com/) email with Zoho Mail while using Cloudflare to manage my DNS records (MX, SPF, etc.). All services were working correctly. Recently, I have removed my site from Cloudflare and switched my domain's
                                                                                                              • AI Bot and Advanced Automation for WhatsApp

                                                                                                                Most small businesses "live" on WhatsApp, and while Bigin’s current integration is helpful, users need more automation to keep up with volume. We are requesting features based on our customer Feedbacks AI Bot: For auto-replying to FAQs. Keyword Triggers:
                                                                                                              • Improved Contact Sync flow in Google Integration with Zoho CRM

                                                                                                                Hello Everyone, Your contact sync in Google integration just got revamped! We have redesigned the sync process to give users more control over what data flows into Google and ensure that this data flows effortlessly between Zoho CRM and Google. With this
                                                                                                              • 2025 Ask the Experts sessions wrap-up : Key highlights from the experts

                                                                                                                Here is a rewind journey of our Ask the Experts (ATE) Sessions, where we brought you expert insights and practical best practices together in one place. This recap highlights the key takeaways, learnings, and best practices from all these sessions so
                                                                                                              • New Enhancements to Zoho CRM and Zoho Creator Integration

                                                                                                                Hello Everyone, We’ve rolled out enhancements to the Zoho Creator and Zoho CRM integration to align with recent updates made to the Zoho Creator platform. With enhancements to both the UI and functionality, This update also tightens access control by
                                                                                                              • How to disable the edit option in subform

                                                                                                                How to disable the edit option in subform
                                                                                                              • Power up your Kiosk Studio with Real-Time Data Capture, Client Scripts & More!

                                                                                                                Hello Everyone, We’re thrilled to announce a powerful set of enhancements to Kiosk Studio in Zoho CRM. These new updates give you more flexibility, faster record handling, and real-time data capture, making your Kiosk flows smarter and more efficient
                                                                                                              • Adding non-Indian billing address for my Zoho subscription

                                                                                                                Hey Need help with adding a non-Indian billing address for my Zoho subscription, trying to edit the address to my Singapore registered company. Won't let me change the country. Would appreciate the help. Regards, Rishabh
                                                                                                              • Is it possible to enforce a single default task for all users in a Zoho Projects ?

                                                                                                                In Zoho Projects, the Tasks module provides multiple views, including List, Gantt, and Kanban. Additionally, users can create and switch to their own custom views. During project review meetings, this flexibility creates confusion because different users
                                                                                                              • Move record from one custom module to another custom module

                                                                                                                Is it possible to create a button or custom field that will transfer a record from one custom module to another? I already have the 'Leads' module used for the Sr. Sales department, once the deal is closed they convert it to the 'Accounts' module. I would like to create a 'Convert' button for a custom module ('Locations') for the department that finds locations for each account. Once the location is secured, I want to move the record to another custom module called 'Secured Locations'. It's basically
                                                                                                              • Convert Lead Automation Trigger

                                                                                                                Currently, there is only a convert lead action available in workflow rules and blueprints. Also, there is a Convert Lead button available but it doesn't trigger any automations. Once the lead is converted to a Contact/Account the dataset that can be fetched
                                                                                                              • Notes Not Saving

                                                                                                                Hello,  My notes are continuously not saving.  I make sure to save them, I know the process to save them.  It is not operator error.  I go back into a Leads profile a while later and do not see the previous notes that I have made.  I then have to go back and do unnecessary research that would have been in the notes in the first place.  Not a good experience and it is frustrating.  Slows me down and makes me do unnecessary work.  Please resolve.   As a quick heads up, deleting cookies is not a fix
                                                                                                              • Integration between "Zoho Sprints Stories" and "Zoho Projects Tasks/Subtasks"

                                                                                                                We have two separate teams in our organization using Zoho for project management: The Development team uses Zoho Sprints and follows Agile/Scrum methodology. The Infrastructure team uses Zoho Projects for traditional task-based project management. In
                                                                                                              • Prefill form with CRM/Campaigns

                                                                                                                I created a form in zForms and created prefill fields. I added this to the CRM and selected the fields so when sending from the CRM, the form works great. However, I want to use the same form in Campaigns and I want it to pull the data from CRM (which
                                                                                                              • Notes badge as a quick action in the list view

                                                                                                                Hello all, We are introducing the Notes badge in the list view of all modules as a quick action you can perform for each record, in addition to the existing Activity badge. With this enhancement, users will have quick visibility into the notes associated
                                                                                                              • Triggering a campaign automation from a Form

                                                                                                                I used Forms to create a lead form that is accessed by a button on my website. The field information flows into the CRM. However, I am trying to figure out how to use Campaign automations to start a workflow (series of campaign emails) that is triggered
                                                                                                              • Employee Appraisal Applicability - Why is Date of Joining Hard-Coded?

                                                                                                                In the new (to me, at least) Performance Appraisal Cycle wizard, it's possible to set criteria to determine for whom the appraisal process should apply. This makes sense on its face. However, one MUST use the Date of Joining criterion as a filter. Why
                                                                                                              • Formula fields

                                                                                                                Zoho People now supports formula fields. This post illustrates it. Formula fields are fields whose value is calculated instead of being entered by the user. Using this, number, decimal and date manipulations can be done. The value of this field could be numeric or date depending on the output of the formula. In date manipulations, the result will be given in milliseconds, which you can format as per you need. The operators we support are +, - , *, /. Formula fields get recalculated automatically
                                                                                                              • Copy paste from word document deletes random spaces

                                                                                                                Hello Dear Zoho Team, When copying from a word document into Notebook, often I face a problem of the program deleting random spaces between words, the document become terribly faulty, eventhough it is perfect in its original source document (and without
                                                                                                              • Is it possible to use module field filters via URL parameters?

                                                                                                                It would be really convenient if I could quickly link to a filter. For reference, this is the filter functionality I'm referring to: https://help.zoho.com/portal/en/kb/crm/customize-crm-account/advanced-filters/articles/advanced-filters For example: My
                                                                                                              • Transitioning FESCO Bill Project to Zoho Sheets and Integration Options

                                                                                                                Hello Zoho Support, I'm considering transitioning my FESCO bill project from Google Sheets to Zoho Sheets and wanted to know if there are integration options to seamlessly migrate our existing work. You can view our platform here, any guidance would be
                                                                                                              • Support for Custom Fonts in Zoho Recruit Career Site and Candidate Portal

                                                                                                                Dear Zoho Recruit Team, I hope you're doing well. We would like to request the ability to use custom fonts in the Zoho Recruit Career Site and Candidate Portal. Currently only the default fonts (Roboto, Lato, and Montserrat) are available. While these
                                                                                                              • Lightbox Pop-up form

                                                                                                                I would like to embed my form using the lightbox pop up. I don't want it to load automatically. I want it to load when some clicks the button. I can see this option, however when I use the "show pop-up launch button" on the website, the button automatically
                                                                                                              • Unable to remove the “Automatically Assigned” territory from existing records

                                                                                                                Hello Zoho Community Team, We are currently using Territory Management in Zoho CRM and have encountered an issue with automatically assigned territories on Account records. Once any account is created the territory is assigned automatically, the Automatically
                                                                                                              • Data Processing Basis

                                                                                                                Hi, Is there a way to automate the data processing for a candidate every time an application arrives from job boards, without requiring manual intervention? That is, to automatically acquire consent for data processing. I've seen a workflow that allows
                                                                                                              • Lightbox Pop-up form

                                                                                                                I would like to embed my form using the lightbox pop up. I don't want it to load automatically. I want it to load when some clicks the button. I can see this option, however when I use the "show pop-up launch button" on the website, the button automatically
                                                                                                              • Zoho CRM for Everyone's NextGen UI Gets an Upgrade

                                                                                                                Hello Everyone We've made improvements to Zoho CRM for Everyone's Nextgen UI. These changes are the result of valuable feedback from you where we’ve focused on improving usability, providing wider screen space, and making navigation smoother so everything
                                                                                                              • Customer Management: #5 Never Let the Customer Slip

                                                                                                                When Rahul started Knight's Watch Consulting, his focus was simple: deliver good work and keep clients happy. He offered one-time consulting projects, monthly advisory retainers and usage-based support for growing clients. Business was steady, and customers
                                                                                                              • 10GB Email Storage Limits in Zoho CRM

                                                                                                                We’ve had Zoho One for almost 5 years and have always synced our emails from Gmail via IMAP… As of late, we’ve run into issues with our emails not syncing, due to being over the 10GB storage cap… What’s very odd is that we haven’t changed a thing? I know
                                                                                                              • Next Page