can't save any type of modification
Can't modify my application anymore! every time I try to save in the "script builder" or in the "free flow Script" pannel, I get the same error message: "null" Application has been shared with support.
Create a list
I want to create a list of condition with 10 different combination,For eg Gender,Suburb,dateofbirth,State,Post Code....... I need to check each permutation like if gender=="Male" ,if Suburb=="Sydney",.......,also if gender==male && suburb=='"Sydney" .............Like wise I need to check all the condition. Is there any solution in zoho to filllter data with the different combination of conditions
Date Picker fails in Chrome selecting a future month
Hi, It seems that when using the date picker in Chrome 5.0.375.99 it fails when clicking the > key to move forward a month. No issue with FireFox and this is the same for all my apps and those of my clients when I log in using developer access. Please advise if this is known and being addressed Thanks Mark
Resizing Controls
How can I resize a control?. I have tried changing the definition script and resizing it manually without succes.
Field Height and Width Control Issue?
I am attempting to gain some sort of control over the display width of specific form fields and have attempted to find an answer in using the knowledge base and help of areas of Zoho, but have grown a frustrated in the many of the answers not properly being documented and/or not properly updated for the existing Zoho framework. I thought I could gain some control by changing 'Form Definition Script' for height and width of fields of my form, however, it appears to have NO effect. Please advice if
Restrict IMPORT / DROP DOWN list by other FORM data
I am trying to restrict a drop down list by a valaue in another field on the FORM data entry page. General info: FORM NAME CATEGORY FIELDS - TYPE CATEGORY - FREE TEXT FORM NAME DEVALCODES FIELDS - TYPE DEVALCODE - FREE TEXT CATEGORY - DROPDOWN IMPORT FROM CATEGORY FORM FORM NAME ASSETS FIELDS - TYPE CATEGORY - DROPDOWN IMPORT from CATEGORIES form DEVALCODE - DROPDOWN IMPORT from DEVALCODES form Goal Restrict DEVALCODE dropdown list by CATEGORY as selected in ASSETS form. However, I cannot
Update image field with different image
How can I update an image field through a script once the image has already been set? Example: (This is in the On Edit On Success script. When a radio button is selected I want it to trigger the image change. "Urgent" is the radio button name, "PriorityImg" is the image field name.) //Update Urgent image per selection if (input.urgent == "Yes") { input.PriorityImg = "http://mywebsite.com/images/zoho/hi_pri.png"; } if (input.urgent == "No") { input.PriorityImg = "http://mywebsite.com/images/zoho/no_pri.png";
when I check my forms online, why does it show login info, and not the form?
Question is pretty self explanitory. When I go to my partner links page, the page shows a login form (i.e., user id, password), and not my form for businesses to fill out. It only turns into a form when I'm logged in to zoho. How can I change this so it shows the form all the time?
Could someone clarify the limits of the Zoho Creator Free edition?
I'm trying to move a nonprofit membership list from an excel spreadsheet to a database. I'm intrigued that I might be able to do much more with it (like having members join from our website and input their own data into the database) but I'm looking for clarification on the limits to Zoho Creator Free version before I spend 100 hours putting data into it. It's fine if only me and one other person has the ability to change the form of the database, but I'd like a few other people (not the general
Html view : I don't access to my variables created in my form.
I try to create an html view and I don't access to my variables created in my form (I access only zoho variables). Is it normal? I don't really understand the purpose of a html view. My wish is to create a report. My data are only textual, url, email. I don't have to carry out some calculation for my data. I want to a report with some boxes where the data can be shown. I tried to do a report with zoho creator and It is not very beautiful (grey, not easy reading). And I don't find how to make it nicer.
Lookup with multiple field information
First off, Thank you so much for a great application and all your outstanding support. I love it! I have a membership database with three forms: a member form where personal information is stored, a club form with information on sports clubs, and a participation form which tracks a members participation in a club. I would like to do a member lookup from the participation form, but I will need the lookup to show multiple information to avoid selecting people with the same name (ie Surname + First
Permission is denied for Scheduling
Hi Team I have an Standard Plan Account in Zoho .I created a Scheduler.but Can't enable it.It shows an alert message like Permission is denied.Whats the problem?......
Scripting documentation hard to find
Scripting is needed once one moves past the basics, but documentation is not comprehensive that I can locate. One needs a list of all the functions available with the exact vocabulary and structure specified, but I can't find it. The few examples listed are good, but more are needed. A related issue is that the ToC for the scripting help menu doesn't cover all available help pages for scripting documentation, apparently. I discover, at least, many more than I can descend to hierarchically through
Form using Sendmail unable to send mail messages
I've developed a an application, https://creator.zoho.com/sancher/shift-allowance-tracker/. It is to help in tracking shift allowances in my project. Shift allowances are entered thru the month. At the beginning of a month, a mail is sent to various team members who have shift entries in the past month. This mail contains the shift entries pertaining to the team member along with the team members ID. A module, "Generate request to confirm shift details", has been developed for the above requirement.
Forms and number of users
Hi, im trying to create a form that will be used to assessed the technical support of one area to the organization to other internal areas. In order to do this, which kind of licence do i need? every person completing a form is considered a different user? Thanks, Juan
Posting JSON to HTML view and converting to Map.
This is in response to the following post. Got an error trying to post there so I started a new thread. http://help.zoho.com/portal/en/community/topic/500-internal-server-error-24-6-2010 Akash, I'm a little confused by your guidance here. I don't think that hesadanza it's trying to do a JSON "RPC'ish" post with a json body as ONE KEY. When submitting an html form via ajax doing this.... params : { name1 : value1, name2: value2, name3 : value3, } //jquery ajax post $.post(url,params,function(data){
creator reports
unable to open the report editor on clicking create new report....
IMPORT DATA FAIL
Hi, I have given support access to the database. Here are more details with the issues. Importing DID WORK Denominations (simple two column, no linked or multi-select data) Suburbs (simple three column, no linked but one multi select data) Importing NOT working The forms; Churches AND Schools will not let me import I went through first and removed ALL "no duplicates allowed" options - did not fix I removed all field options for 'required field' - did not fix In the Schools Form: I removed the two
Hide some tab from User
Hi Team I have a question . For example My application is used by User and the administrator.I want to set some permission that the admin can see only some form/View.But the user can't access that view. ie I have three tab Dashbord,AddTable,ViewTable Can I hide View table tab from user but it will show while the admin is used. Is this possible? Thanks
toXML parse not working.. TRUST ME.
Hi, I use your getURL, postURL,toXML, and xpath functions extensively. Good stuff. However, I ran into an odd problem that I was able to debug. This problem throws erros both DS and in xpath builder app. In DS the my xml variable cannot be updated In xpath builder I get the following error Error :: Invalid XML/JSON format javax.xml.xpath.XPathExpressionException Anyways, it turns out that the problem occurs when an xml element looks like this <element attribute="" attribute="" > instead
Upload Issue
I just uploaded my database and 250 of 4000+ entries came back as invalid type all in the same column. Reviewed, all in order and do not understand why this happened. Please advise how I can get this information into the database.
Problem
I just want all forms & Forms views in my left top pane. How can i see this ?
View for a specified range of date
Can I display the record with a specified range of date as input value, for eg: I want to display all records between the Startdate and Enddate: please help me Thanks
I love zoho
I recently signed up for your services and have spent the last 2 solid weeks building my somewhat complicated database. I love how you can customize everything. Being able to put my own code in has been hugely advantageous and has made it so nobody can possibly screw up an entry. I guess all that programming I learnt at university that I thought I'd never use is finally paying off. Im sure I'll be using your services for many years to come. Great job!
Begginer looking for manual.
I am a developer with over 20 years experience. Am new to Zoho Creator and I am looking for a manual for beginners. Thanks to all
getUrl function doesn't work
Since 2 hours ago, the getUrl function fails and no web-data is fetched into a variable. I suppose it is a temporary problem of Zoho api... Has anyone checked it? Thank you.
Count the Number of Member expire in these month
Hi Team I have table of members which contains the Member Expiry date. Can you please help me how can find the number of member expire in these month. Thanks
Set the criteria on the current month
Hi Team Can you please help me how I can show the members whose Membership is expire on this month. I have the field for Expiry Date. Thanks
Emails not sent
Suddenly Emails not being sent from production application
Increase the number of records
Number of records for free user should be increased to 1500 or 2000.
Views not working properly in iPad
I am using mobile.zoho.com to access my app, and it works for the most part, except the Views are always showing as Summary no matter how they are configured. I need to view as a List or Grid so that I can use the search functionality to search for records. If you select More Actions > View As > List or Grid, the app just does nothing and remains in summary view. I tested in iPhone and it works as it should. I can see List or Grid. only the iPad does not work. I also tested using Opera mini and
get current url as an initial value?
Hi! I have used countless hour on one simple problem: Is it possible to get the current url as an initial value in a field of the form? I was hoping to have a costumized link on several pages with this format "example.com/zoho-form.html?page=last-page.html" to the form-page, and then have the form automatically detect from which page the request came from. My hope is that if you click on the link from "article-1.html", you'd get this in one of the fields in the form: "example.com/zoho-form.html?page=article-1.html"
Access for new update
The next update, which is scheduled for tomorrow, is available in http://precreator.zoho.com . You can test drive your applications and in case of any issues, please feel free to post them here. Change Log : 1. Look and Feel changes in Script tab 2. Edit mode menu items increased to 20 per column and 4 columns will be shown at a time. Regards, Charles
Zoho Creator Pricing - Adding Records
Is it possible to add records to a plan? Each plan has limited record limits. I wanted to know if it is possible to increase records without necessarily upgrading plans? Thank-you.
forms - if selected, show these and make required
hi, does anyone know if it is possible to create the following functionality in creator forms? - if this value is selected, show these hidden fields and make them required, otherwise hide these fields and make them NOT required - if this is selected, make the next 6 fields NOT required, otherwise, make the next 6 fields required i am considering purchasing if this type of validation is possible. thanks!
Close an embedded form.
I am embedding a form in my website. When an employee is done enter data into the form, I need them to close it. Do you have a script for closing the dialogue window? Would I use a button to close the form?
String Function
Can I split a string using , seperator. For eg: str={133,233, 333} Can I spilit it like 133 233 333 as Split() function in PHP
User accounts require registration with zoho??? Why???
When I try to send an invite for a user to access my application it seems to require them to create a zoho account. If so why? I dont want them to have anything to do with zoho. They are my users and I dont want them to have to register with zoho. How can I get around this? this is a deal killer for me if I cant get this to work. I would gladly upgrade my account IF I can get features like this allowed.
change column format view in View mode
How I can change column format view in View mode? For example, I have column (formula calculating) in view mode and it looks like 100324.1234124 and other fields like currency looks like 12000,00 I wondering why there different separator? comma and dot? And how I can change calculating field view format like 100324.1234124 => 100 324,12
unable to see scripts
i cannot see my scripts this is what it shows [ServletException in:/jsp/edit/script/sbuilderedit.jsp] null'
Next Page