What when error 403 or forms have disappeared !Solution!
This worked for me so hope it can help others, Go into edit application > Scripts, select the form that does no longer appear, under "Form Definition" save both scripts the "with action" and "without action" script, the form will reapear hope it helps, EC kickupstairs.com
Dropdown on user input isn't firing
When I write script for the on user input event of a dropdown, even script as simple as an alert box, instead of executing the script I get the little circle icon forever. My app was working very well only six hours ago, so this is a very new bug. Please let me know what you find. Thanks, Brennan Example: http://creator.zoho.com/snhca/snhca/form/148
error on import from xls data
How can I avoid the error message while importing data from excel sheet? Is there any condition or format ? pha
May I have some loving up in this place
Whenever you tell someone something mean it is okay to tell that person that you are sorry. ms.tkoko1990
HELP! I CAN'T UPDATE MY TABLE!!!
Hi everybody! I really need your help. I'm trying to update records in a view clicking "Edit" button on record line, but just one field is shown. On the same view, if I try to insert a new record, it doesn't appear any field to edit. It's happening in just one view, called "Despesas Atuais". The others are Ok (I hope so...) What's going on!? Could I help you to debug it? Regards, Cassiano cassiano
Verification code unusable in Safari
Hello~ I've embedded a form in a web page, and I've just been informed by a user that the verification code does not work with Mac's Safari. I've doubled checked and ensured both Java and Javascript are enabled, but it still doesn't work. The code (image) shows up, but entering the code always returns an error. Any fixes? Ideas? Thanks, Vera
suggestions and queries
I had a couple of suggestions and queries 1) Is it possible to embed something like likert scales responses in zoho creator. This would help researchers greatly 2) whats is the limit on the database size for a free user? Do you intend to keep it as a free service or migrate to paid ? If so any idea what charges would be taken from the end user? Thanks ashishhattangdi
XML-RPC API Character Encoding
From what I can tell, the XML-RPC API it doesn't return UTF-8 text. Is this correct, or is the problem on my end?
send a row with information back to a email
how can i send a row with all information back to a email adress optiek
no way to have a total by scripting on user input
I want to create a order form when i want to have a total= price x qty i put a script on "On user input" nothing happend, only a idle sign in the left of the form Can every body help ? Thanks alainventeur
Fields keep getting truncated with no error message
No matter how many times I edit the fields Link Name, Title and Alt Text in the view http://creator.zoho.com/maureenshea/links/view/10/ , when I click edit again they all just say Cupid. To recreate: go here http://creator.zoho.com/maureenshea/links/view/10/ then switch to list view. Click search and search for Cupid under Product. When you see the record, copy the first field into the fields mentioned above. When you save the record and go back and view it, however, the fields have been truncated
The form is in invalid state?
re: http://creator.zoho.com/dallasblue/linkedin/view/28/ Every attempt to edit and save any record results in the following error. "The form is in invalid state. Please refresh the page and resubmit the form." The form has not been changed in a few weeks. Marc Freedman dallasblue
Fields with commas are truncated?
Earlier I reported that a field that was supposed to contain Cupid's.. kept getting truncated to Cupid. Now in the view http://creator.zoho.com/maureenshea/links/share/edit/ whenever I select the Vendor as BRECK'S it's completely blank, even when I edit it and resave it. maureenshea
Date Validation
When I prompt a user to input a date into my database I would prefer if they only used the calendar to pick the date, although most people do this and the date format works perfectly well. If they used the calendar for today I get returned a perfect date format 22-Jan-2008 appearing in my database. However some are typing the date themselves in the often used shorthand version format of 22/1/08 and the database is populated with 22-Jan-0008. Is there a way I can force the user to only use the calendar
Zoho Genius for hire?
HI, Are there Zoho Geniuses for hire to help me build my simple CRM application? I have very specific requests but they are not very complicated (in my opinion). Thanks, Eugene vesolutions
Public views keep switching to private
I keep clicking the Share tab and setting my 7 Calla Lily views to public (inside the Links app which is private) and at least twice a day either the app is reset to public or those links are set to private and I have to set them all over again. Often it seems the only way to change a view back to public from private is to set the app to public then immediately back to private, then go back and individually make those forms public again (not to mention sharing other forms and views with 1 user and
Freaky update problem
I've been entering data all day and night, and there's one field that just won't maintain its changes. Go to the Vendors view in my Lists app, search for barnes, and click Edit next to Barnes & Noble. In the Logo Source field, paste the value http://clickserve.cc-dt.com/link/tplimage?lid=41000000014950200&pubid=21000000000010639 (it should all be one unbroken string) then scroll down and click Update. If you click Edit again the change wasn't saved!!! No error or anything! maureenshea
great stuff! and some suggestion
Congrats on the terrific job you are doing. Can you include Likert scales format where radio buttons are displayed as .agree .neutral .disagree Thanks This will help researchers like me greatly. Also how do we export the data we have collected? Thanks again ashishhattangdi
Likert scales
Hi there,. Congrats on the great job that you are doing.\ Can youprovide likerst scales as an option in your forms? e.g. .agree .neutral .disagree That would help us researchers a lot. Thanks ashishhattangdi
List View Editing
When editing larger records in List View, you have to scroll all the way to the right to scroll up or down to edit a record. This would be greatly improved if you could add a vertical scroll bar immediately beside the record you are editing. adam
url to popup a small browser window displaying other fields
Hi there -Please help. I'm building a database of used cars. Which I want to display on my website. All is going pretty well except for being able to click for more info. I'd like a url or link on each record that allows me to click on it and popup a new window with additional photo's etc from that record. Please could someone explain in detail how to do this? Also can it even be done. Thanks in advance.
Port used for Zoho
I am able to log into zoho creator and title a new application but that's as far as I get at work. I cannot insert fields with zoho creator or use any of the other applications (writer, spreadsheet etc.). They are frozen on the screen and the only thing I can do is sign out. I brought this to our net admin and he thought we might have some of the ports blocked that Zoho uses. I was wondering if you can let me know what ports are used for zoho, so that I may ask to have them unblocked. Thanks Karen
Data record created
I need in my Zoho Creator records also the date and the time by defoult e.bolzani
Custom Filter?
I love the filters...but is there a way to apply more than one filter? I've got a member list with several different "dues status" options. I'd like to display members that are in 2 or 3 of them all at once. Thanks for an awesome app!
Formula field based on currentdate not working
I have this formula to calculate a person's birthday from their BirtDate (date of birth) field: (((((((zoho.currentdate.getYear())) + "-") + (BirthDate.getMonth())) + "-") + (BirthDate.getDay())) + " 00:00:00").toDate() Currently this is still showing dates in 2007 for most records. It only shows dates in 2008 for records that have been updated in 2008. It seems that the formula fields are not calculated dynamically but instead are stored in the database when a record is added or updated, is this
How to I add lines in the message email?
I am trying to configure the the "Send E-mail" message so it puts inputs in seperate lines instead of all together in one line. Is this possible? luismiguelroca
embedded view problem
When I embed a view it looks great, but if when viewing the embedded view I click the heading of a column in "list view" it will sort properly, but then it allows me to change the "view" and allows me to "export data" How do I stop this from happening. Rob
Sorting in hidden fields
I really need to sort my view by hidden fields, but hidden fields don't display when you click "Set Sorting" for a view :( maureenshea
Sorting
When you're sorting the items in a dropdown list, you sort the lower case ones beneath the ones that have initial caps. For instance, Abt through WAL*MART display, followed by altrec and any other company that doesn't capitalize the first letter of it's name. Makes it hard for me to find what I'm looking for because I can't remember if a company capitalizes the first letter of it's name or not. maureenshea
Update records - Not working
I'm trying o use the Deluge Update Records function and it's not working. When I click EDIT, the screen comes dark but non popup. Thanks. Pascal
How do I add the "Submit" button at the end of a form?
Hi, I've made an inquiry form on Zoho which I intend to embed in my website's HTML. It's complete, except I can't figure out how to add a "Submit Form" button at the end of the form. What do I use from the "Insert Fields"? Your help would be appreciated. Thanks Manasi manasik
ALL OF MY DATA IS GONE
Every record in one of my forms is gone. I have other forms where I still have access to data, but all of my data in my project list is completely gone. I didn't delete the records. What is going on? kwasserman
Editing in Summary View.
This should be made possible. Thanks. peaslee
embedded views cut off at bottom
My site displays the data gathered from forms. I had thought it was doing so clearly, and certainly in Safari on my Mac it does, with the entire view's worth of fields visible. However, I've learned that in Firefox, and in Explorer on a PC, only the first three fields are displayed, with a scroll bar to get to information lower on the form, and a vast empty space beneath. What can I do to make the entire view visible?
sorting in views
I would like to have a view sorted by a field that is not part of the view. For example, I want a list of all customers that meet a criteria in another field, but I don't want the "another" field to show. Thanks Rob
how to modify the views
I would like to not have the ID & added time always visible on the view. How can I turn these on/off? dasadler
Text fields: Automatic Capitalization?
Is there a way to set Text fields so that information entered is automatically capitalized? Thanks!
Ranking field
http://crucifierxx.angelfire.com/ On the left, I'd like to add a column which says " Rank ". It will start from the number 1, and go down to however many names I've added. I want the name to be linked with the score field, so whoever has the highest SCORE will be rank #1. Then whoever has the second highest score will be rank #2, and so on. Any ideas on how I can do this?
changing zoho.adminuserid
Hi I've never worked out how to ask for help on zoho so posting it here. I want to change hte email address of the 'from' - it currently comes from my main email address and I want to change it. I've tried adding another email to my account (the one that owns the application) and setting this as 'primary' but all emails that are sent from zoho still come from the original email. Any ideas? the application is kingsarmsnewcomers and it's shared with support. thanks Simon simon
Zoho Creator problems
Hi. I have several problems with Zoho Creator. 1) When I click on View Form Definition for several of my forms, it comes up blank -> nothing showing on the screen. Not all forms are this way, just several of them. I could tell you which forms, but which form it is really shouldn't really matter as to why the form definition doesn't come up. 2) When I make a change to a form field, the changes are not always saved. The case I'm talking about is when I change the script name for a field, in the options
Next Page