data-clear-btn= true not working
Hi Can someone please help as to why the clear button is not showing up for this input text ? <input class="text-box single-line ui-input-text ui-body-c ui-corner-all ui-mini" id="searchInfo" name="searchInfo" type="text" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" data-min="true" data-clear-btn="true"> Many Thanks festiva_96
scripts for multiple select has stopped working
As i have seen reported. all of my scripts that need to fetch date and populate a multiselect field DO NOT WORK and have caused some forms to go INVISIBLE. of course ZERO response from zoho. PLEASE ZOHO HELP. PLEASE
Secondary header on Mobile
Hi, I found a good tip in the forums saying that in order to be able to view more than 5 entries in the view on mobile - I should Embed the view in an HTML view. It worked great but the problem is that the secondary header is not big enough so that my Pagination buttons are hidden. (I added a picture) Any way to solve this? Increasing the height of the secondary header? Thanks, Guy
Change Import Data lookup from radio to dropdown
I have a field that is an Import data lookup. The customer originally had radio button and now wants to change it to a dropdown box. The field is used in scripts and I don't want to delete it and re-add it. Is there an easy way to change the Display Type? I do not want to change the Field Type.
XPath Builder not working on XML data
I'm having difficulty getting XPath Builder to properly parse XML data from a URL or from a file. I've attached the XML file I'm trying to get to work. XPath Builder shows the data correctly under the data view, but when I try to parse it, it returns nothing. This is an XML file returned from a Zillow API call. Can you let me know how to get this to work? Thanks, Andy
Can't delete functions
I am trying to delete the following forms from https://creator.zoho.com/essistmgmt/assets/edit/function/# udf_telco_service_order.temp_mandatory_inherit_from_parent_order udf_telco_service_order.temp_optional_inherit_from_parent I get the following error "Error:undefined" I was able to delete other functions except those 2. Can you please remove?
Exporting forms and subforms onto one .pdf
Hey guys, I've just created my first form, so I'm still fairly new at this... I have three subforms as part of my main form. Is it possible to export the results from the subforms and the results from the main form onto one .pdf page? Thanks.
Updating code error
I want to remove this code from the form located at https://creator.zoho.com/essistmgmt/form/1696/scriptbuilder/ field action on the SITE_VISIT_SCHEDULED_NTU_CPE_INSTALL_COMPLETED_DATETIME field if (input.SITE_VISIT_SCHEDULED_NTU_CPE_INSTALL_COMPLETED_DATETIME != null) { input.DETAILED_STATUS_PHASED_OUT = "7"; } But I am getting the following error message Error Occurred. We are sorry for the inconvenience. Please try after some time or refresh the page and try again. The application is available
Auditing
I have a form with 50+ fields and there is a requirement for auditing field changes. How can I easily track which fields are updated?
How to display a picture in Html from image field?
How to display a picture in Html from image field? Please see the app: https://creator.zoho.com/wei.wang_zh/display-pic/#View:display_pic1 This app already allowed edit access.
Script button labels
Is it possible to edit the script in a form up change the labels on the button? If so, how can you change the button label dynamically?
Datetime keyboard on a mobile
Hi, I am creating an app for scheduling orders, ideally on a mobile device. I have got a "work completed" input which uses the date-time field. However, I have noticed that this is actually classed as a HTML text input field, which means it doesn't bring up the datetime keyboard on an iPhone or Android device etc. Is there anyway to change this as it is very hard to use the JavaScript calendar on a mobile? I have attached a picture of the keyboard I would to use (the one on the left). Also, Ideally
Want To Develop Online Teaching/Exam Interface For My Business
Hello fellow Zoho gurus. My 30 plus years of experience is in business and sales, and I'm seeking someone who wants to throw in a little sweat equity with me and create an online training/exam program that can easily embed into either wordpress or another popular application, and still tie into Zoho's great platforms. Must be able to do both audio and video interface with other commonly related features one would expect to find in an online training seminar. There is a very lucrative opportunity
Usage Limit
Hello Zoho! Is the usage limit https://www.zoho.com/creator/help/script/usage-limits.html applicable to all plans? We are going to use Creator-CRM integration but this usage limit makes me doubt. We are going to submit massive amount of forms per day so i think this could be some kind of limitation on our part. Please help me and explain these things. Also, what plan do i need to purchase to achieve the max usage anyway?
Custom HTML view Customer Based
I am building an app and i have difficulty to create a custom html view for my forms. I am having a customer form that you can enter a customer and 5 categories ( different forms ) that you can input some data and use a customer from the customer form. (using lookup field ) I want to create a Page that its going to contain all the results that is stored under a customer name. Customer Dimitris Car contract 1 2 3 Fire Contract 1 2 Life Contract 1 2 ... etc.
Hello? Submitted emergency request to support over a week ago, via email and phone where is the update?
My application wont duplicate, this is essential for us. What is the problem? What is the solution. Can you make anything work for us. WE ARE PAID CUSTOMER!
Help please
Hi - sorry do not know the terminology in zoho... but I have an Zoho app for my business - reminders are important to my business, but two different programmers working on this have failed to come up with a solution. They both say design is the issue. So instead of trying to fix what has been created - I am looking at a new fix , how I used to solve this problem in Access. Essentially if I invoiced an item eg: ProductID =234 ( Annual vaccination) then I would post this record as a date to
How to reformat the Date-Time string (e.g. 05/28/09 11:00:00)?
Been searching through help docs and trying substring manipulations, but getting nowhere, so asking this kind forum for assistance. The "Time" field in a form generates values that are formatted like this: 05/28/09 11:00:00 When building a Dashboard, I don't want the trailing "seconds" to show in the time, so I've tried several things: - looking for a preferences setting that would change the default time format -- None exists that I can find - searching Help Docs for a code statement that allows
hide/show not working on Edit
In one of my forms (Inventario) I have been using the script hide/show to hide or show fields based on the condition of other fields. They work as they should on a new form input but when I go to edit a record the form doesn't hide the fields, it just shows everything. Am I using the script correctly or am I missing something? Thanks.
dons't work for current view to total number
Hi When associated with another table, dons't work for the view to total number,although the show yellow, like bellow screenshots Stanley Guo
Can Creator duplicate everything that Zoho CRM can?
If so, I need for someone to develop an App for me... I'll pay. It needs to duplicate everything in my CRM
"Duplicate Application" function not working for one of my applications
I contacted support, they could replicate the error. But I haven't received any confirmation and don't remember if they gave me any kind of support ticket number or anything of the like. My application is available for support to access. What would be reasons, for application not duplicating?
What is the proper code indentation convention in HTML pages?
I'm finding it confusing to read code with both <% type tags with zoho script code. For instance how would you tag and indent a block of code for each, which fills in cells of a table? What if you have nested loops? <% for each i in IForm { %> <%for each j in JForm { %> <%=j.data %><% }}%>So maybe its not so so confusing with this simple dummy text, but then the editor automatically does some corrections of its own and spaces things like crazy, so what rule is it following?
Importing incorrectly triggers "length of field" error for related field
Issue: Form has a lookup field to another form When importing, Creator occasionally--and incorrectly--indicates imported value for this field is too long Workaround is to rename value to something very short, import, then change the name back Example: One form called "Restaurant Types" with value "Fast food restaurants" One form called "Restaurants" with fields "Name" and "Restaurant Type," the latter referencing the "Restaurant Types" form CSV import attempted for "Restaurants" with record having
Script for "Today and prior"
If anyone can provide this, I'd appreciate it very much.
Script doesn't update
I am trying to modify a user defined function that I have called udf_ccc.get_ccc. After I make my changes, I get an endless "Updating Script..." message. The function would not update and I would close it after 5-10 minutes. As a test, I added the following code test_variable = 0; The first time I saved the script, I got a "null" message. I'm not sure what it means so I tried saving it again. The second time I saved the script, I get the "Updating Script..." message and it does not finish updating.
Code for Form Being Ignored - Urgent!
Shared to support Form:Contact_Record Try to edit a record: The type option for student and parent is not working to show/hide field values App: buzzap/edirectory Cheers, John Whitney
Setting privileges
I am restricting data access to views by using the filter Added User == zoho.loginuser. This works great to ensure that separate users do not see each other's records, however, I need the Admin to have access to ALL records from ALL users. How can I do this? Thanks.
large database support
Our database of consumer records is now pushing well past the 100,000 limit for Creator and I would expect it will continue to eventually grow into the range of several million. Has anybody worked out integration with SQL type service to manage the larger datasets while still being able to import/export in campaign sized groups of say 25,000 and be able to keep using the applications we've built with Creator? Malcolm.
Urgently need help for execute event in Sheduler
Hi Akash I try many times for execute event in scheduler,but they all failed and I checked the email address is correct,the screen disply as bellow: Error details:Error in executing 房源状态图示 script(Custom Schedule). Error. Error in executing Send Mail task. InValid email Address Found. Thanks for your help Stanley Guo
Reply to: not functioning properly in new app builder
If I add a reply to: or change and existing one in the new app builder, I get an error when I save: zoho.sendmailtask.rpltonotallowed And a red box around the line. If I switch back to the classic app builder, it saves fine.
Cannot remove records from linked application
To help simplify the structure of my complicated application, I created a separate External Application to deal with a particular section. In the Main Application I used Sections and Pages that contain the forms of the External Application. They show up nicely, and I can input information. I also constructed a page containing all the views related to the external application to allow users to edit their entries. When I try to delete records from the External Application's database (via the Main
Calculating linked field
My application contains a form that uses linked fields to input information into the database as follows: Field A | --------> If Field A = x then Field B = y | --------> If Field B = y then Field C = z Field C is a percentage field in the original form and when used inputs the correct value in the linked form. So the data is correct. However, when I perform a Deluge calculation with the value using the value from
Encode URL Question
I am populating a string field on a form via an email with some text from another system. I am then using a URL to open another form and default this data on that form. This works great EXCEPT when there are line feeds or other non-allowed characters in the initial string feed (e.g &). I have tried to use the encodeUrl function, but instead of converting the spaces in the string field to %20 (as I would expect) they are being converted to "+" and passed to the new form this way. Am I doing this
Issue with Sub-Form not linking properly
Hi there! I've created two views. Using this form: https://creator.zoho.com/reedmiller17/prisoner-profiles/#Page:Prisoner_Profiles Our volunteers can enter prisoner information, and then at the bottom, write a short letter to the prisoner. I have it set-up like a subform, so my expectation was that the prisoner's ID would show up in the Correspondence view: https://creator.zoho.com/reedmiller17/prisoner-correspondance/#View:Copy_of_Prisoner_Correspondance_View Similarly, under the Prisoner Profile
I need to link two forms together and make relationship!
I am needing to create a relationship between forms that will allow users to submit a form (embedded into website) that will populate data into another or have a view that can access both forms.
formatting strings in html reports
I couldn't find any built in function to format stings for currnecy For example a = 2.1; I want to display "$ 2.10" anything built in already for things like this? Has anyone wrong a function to do this already?
Is this possible?
Hi all Would it be possible to call a creator form in the leads view ? What i would like to achieve is from with in the leads view call and calculate some values and the update the given fields without of having to call the creator form and searching for the lead and then submitting the creator form
SQL Querying between reports/views/tables on Zoho Creator
Hi Zoho! I would like to suggest integrating also the Query Tables from Zoho Reports into the Zoho Creator. I find it hard to produce an output whenever I use the "Lookup" fields in Zoho Creator. It just loads the Row ID without it's equivalent rows like description, etc. Customer Name is automatically loaded upon entering this form, but upon saving, I save the ID as reference. But when I create a report using this table/view, the Customer table is not included in the columns (Pivot table) unlike
Dropdown - filtering values conflicts with preset values
I have a form with a CUSTOMER dropdown lookup field and a SITE dropdown lookup field. The SITE lookup shows the SITE ID, SITE NAME and SITE ADDRESS. The SITE field has criteria CUSTOMER_ID == input.CUSTOMER_ID I have preset the form to the most common customer using the on load script. CUSTOMER_ID.Select("INT"); However,when I load the page, the SITE dropdown is empty even though CUSTOMER "INT" has SITES. If I change the CUSTOMER, then the SITE dropdown gets populated correctly. If I change back
Next Page