Zoho Creator - Install app from Gallery takes too long
I'm trying to install the 'Volunteer Portal' from the app Gallery of Zoho Creator. It has been busy installing the app for over 2 hours now. It might be okay, but how long is something like that supposed to take? I never installed anything from that Gallery
Formulae field(Sum) not updating when a sub form entry is deleted
Hi there, I was facing this issue wherein I have a main form called 'Work_order_Form' and in that main form I have a sub form called 'Items' and in that items I have a field called 'Print_Charges'. So in my main form I have a formulae field which calculates
How do I go to new form after using deluge button?
I have (Form1) - [Report1] (Form2) - [Report2] I have created a button which appears on [Report1] which creates a new record for [Form2] using data from [Form1]. I have the script working well, it pulls the needed information from Form1 and builds a new
Connecting Zoho Creator app with Zoho Sites
I created a custom domain on Zoho Creator for my app (and it is verified), but when I click the link for my custom domain, it redirects me to my website. I want to link my portal to my website so that customers don't have to sign in to multiple locations.
Exporting Records from an Embedded View ...
@support: In one of my Applications for a Customer, I have an HTML View ... part of whose content looks like ... //variables in iframe tag iframeName = "zoho-Case_Law_View"; iframeSrc = ((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/view-embed/Case_Law_View/";%> <p class="zc-viewtitle"><%=Current_Expert_Info%></p> <iframe height='800px' width='100%' name='<%=iframeName%>' frameborder='0' scrolling='auto' src='<%=iframeSrc%>/Expert_Info=<%=Encoded_Expert_Info%>'></iframe>...
Create list dropdown of all form names
Hi everyone, Can i create dropdown list by all form names? Thank you
pages over forms
Is it possible to build pages and have custom css /design and backend forms on C6?
Hide panel shadow in zoho creator
Hello, I was wondering if I could hide the shadow that appears around panels in Zoho creator stateless pages.
Assistance Required: Merging Applications in Zoho Creator
Hello, everyone, We are planning to use Zoho Creator for one of our projects. The project includes two modules: Hotel Management and Fleet Hub Management, which are both listed on this page. Currently, we need to merge these two applications into a single
Zoho Shifts Connection
I'm having an issue with Zoho Creator Custom Connector not refreshing its tokens. I have a function that pulls data from Zoho Shifts nightly. However, every night the connector access token expires and the only way to fix it is to go and revoke it anywhere
Bulk export of uploaded files
I've seen a few very old questions about this in the forum, but I'm wondering if Creator offers a solution that allows users to bulk export the contents (or at least the url) of an "upload file" field in a report. It's tedious to have to export/download
Video streaming on Zoho Creator
I used the video upload field in my form for my public users. Upon recording and uploading their video, I am able to view the videos in my apps. The issue I am currently facing is that the playback of the video is very slow. Every few secs, the playback video would pause and a circular image would appear suggesting that the video is still being downloaded. My video file is only 1 min long and is about 20MB. My connection to the internet at the point of testing is around 32Mbps (download speed).
CTRL+Space open Smartchat window instead of Show hint
Dears, Is anyone facing the same issue as me, when using Deluge Editor, it always opens the Smart Chat instead of showing a hint when I press Ctrl + Space. This just happened recently to me and this is frustrating.
Can we use our own icons in the sidebar menu?
We want to customize our look further. Can we use our own icons in the sidebar menu instead of the ones there currently? If not, can we disable those icons or somehow not have them show up and just use words? Thank you, Katie
Meeting Room Booking Software - Zoho Creator
I am trying to create a Meeting Room Booking software in Zoho Creator. I am exploring the default Conference Room Booking which is already there in Zoho Creator. I am trying to replicate the same, but I need the option to get data from the Zoho People
replace all
I would like to be able to replace the quotes in a string. For example if the input for Description is 4" cap I would like to on success replace the " with (in) I have tried <variable>=Description.replaceAll(""","in") ; and receive the error Improper statement. Is there a way to replace the "
Paste Image instead of uploading
Is there a way in Zoho Creator to accept pasted images from clipboard instead of uploading individually?
How do I get a hot link to and an updated field to be send via email
So when I new record is created there is a url shortcut to the new added record, thanks :)
How do add more than three columns In creator.
Hi there, I am recreating an Excel quote form in creator, and part of that form has multiple columns that are needed how do I do this in creator, thanks :)
Popup / Expand option not showing for Subform with less than 20 rows in Zoho Creator
Hi Folks, I am working on a project. Where there is a subform with around 15 Columns. In order to see other columns, we need to scroll to the right. We have a popup option for Subform, with which we can view the subform data in a popup view. But the issue
Fetch Records within a Date Range
This seems like it should be an easy thing to do, but I can't get the syntax right. I want to fetch all the records in a form that are within a certain date range, say the last six months. I have seen syntax like this rec = Contact [ID != 0] sort by Added_Time range from 1 to 5; referenced here: https://www.zoho.com/creator/help/script/fetch-records-within-range.html I do not understand, however, how a range for Added _Time can be an integer like 1 to 5. I would think if it as a date-time field.
{"4834":"Invalid Ticket Id"} as response of ACCOUNT_POTENTIALS = zoho.crm.getRecords("Potentials");
Today all fetchs to zoho crm give me the error {"4834":"Invalid Ticket Id"} All calls that I made are of the style ACCOUNT_POTENTIALS = zoho.crm.getRecords("Potentials"); crmResp = zoho.crm.getRecordById(("Accounts"), input.Cuenta_ID); etc. I have found some post with this issue and it seems that it's related with the auth token.... but i don't know what i need to do to fix this issue. Could you help me?
Formula field not working properly
I have an input field "Basic" and some other fields and one formula field "Total" in a form. When I input data into "Basic", then an workflow runs (on user input). The workflow populates some values and puts those into other fields. The formula field
Boolean operators
Why can't I use != (not equal to) when comparing 2 booleans?
Zoho Creator | Panel not saving after editing keeps on loading.
Use Zoho Analytics tables as data sources for Creator apps
I am currently using Zoho Analytics to create reports using data generated from a 3rd party web-based case management system. It would be very helpful if users in my organization could create applications/forms using data from the Analytics tables and
Filter Lookup Field by Most Recently Used
Hi, Is it possible to sort a lookup field by most recent? Like, I want items that I recently selected to show up at the top of the list.
How to Display Formula Result as Currency?
I have been searching this topic for an hour now. The best I can find are posts from more than 2 years ago with no solutions. Is this still not possible? The formula field does not allow for a format option. The report does not allow for a format option. My formula is based on a currency field with basic addition, multiplication and division. Why would the result not maintain the currency format? From the (outdated) Help section (https://www.zoho.com/creator/help/fields/configuring-a-formula-field.html)...
Simple way to add Support Contact to CRM Leads/Contacts on New Ticket
Case Scenario: Support WebForm is used as contact form on company website. Visitor is not yet customer of company, and is not listed in company CRM. When form is completed, Support is updated with contact information, but CRM is not... therefore potential customer cannot be located in the CRM for follow up or automated responses/workflows etc. I've been looking through the documentation and there does not seem to be any automated way to create a CRM Lead based on a new support ticket creation (by
Share your success story
We would like to hear from our passionate users how much Zoho Creator has changed the way you work and benefited you. If you would like to share your story to us and be featured as a proud user of Zoho Creator, then this is for you. Fill up the form below and if you want to be included in a case study, we will get in touch with you to get further details. So what are you waiting for? Tell us your story. Charles
Prevent Enter Key From Submitting Form
I have a client who really likes the Zoho form but doesn't like how using the Enter key (Return key on Mac) submits the form instead of moving the cursor to the next field. I am personally used to this so I only use the Tab key but perhaps this option would be nice functionality to add. From what I have seen on the web there appear to be ways to code this alternate functionality. Unfortunately I am not a programmer otherwise perhaps I could do this myself using your scripting functionality. Thanks
Subfrom data in Excel
Can we send a Subfrom data in a excel sheet while Triggering a Email in Zoho Creator.
Zoho Creator - Portal - Custom Domain Verification failed
Hello Guys, I've been trying to verify my custom domain for my Portal on Zoho Creator. I've contacted support and they told me to add CNAME Records which I have already done. I've tried adding CNAME, TXT rec , TLL - 600 seconds but no success. Domain
Preserve metadata info of images
Hi everyone, is there a way to preserve metadata info of an image taken or uploaded to an image field?
How do I resize the forms on my site?
Hi How do I resize the forms on my site? How to reduce your size? Etc. .. Thanks
Subform in a Stateless Form
First off, cheers to the creation of the subform function in Zoho Creator! However, with it, I seem to be running into an issue in trying to create a stateless form from a standard form that includes a subform. If I ask to include the subform, it won't let me create the stateless form (Variable '"SubformName"' is not declared). Is that a function that will not be available with stateless forms / subforms? My hope is to be able to create a versions of the standard form with a more limited set of
Count based on criteria
I am using Creator 4 if that matters. I am a deluge and zoho creator beginner so I apologize if I use the wrong lingo. I've searched other community requests and thought I had my answer but it isn't working. I want a running total based on a drop down field. If one option is selected I want that one counted up and if the other is selected, count that up. I've tried this script in multiple places but it doesn't result in a count. Regular_Stay = Room_and_Bed_Registration[TypeofStay == "Regular"].count();
Zoho is Slow
Let me be clear, the speed problem that I refer to below is a Zoho problem not a network problems. Other web apps running alongside Zoho do not have these problems. This post is in regard to typical behavior of Zoho. Here in the US (Eastern Time), Zoho slows to a crawl. Forms that usually load in less than a second, are currently taking minutes to load. For customer who are in the software all day this is a huge problem and I have had customer refuse to use Creator due to this problem. When
Workflow in zoho creator
I created a workflow which seem to work only for the superadmin and not for the portal users. I dont know what the problem is
directing contract form to my email
Morning I've creating a contact form and embedded it. How do I get responses to come to my gmail inbox please?
Next Page