File Upload Field does not behave as expected ...
Hi: I setup a Form with two fields ... File Upload field called Upload_This Single Line Text field called Field_Content In the on User Input section of the Upload_This field, I have ... input.Field_Content = input.Upload_This;It appears that while the widget display gets updated properly when a file is selected by a user, the content of the field input.Upload_This does not ... it is very erratic but mostly it appears to be a step behind i.e. the previous value of the widget display ends up in the
Creating a 'blank space' on a form
Is it possible to put a blank space on a form - in order to separate fields? I would also like to setup a horizontal break across the whole form, then have more fields below that - dividing the form into a top and bottom.
Can I rename a url?
When I am sending a form out as a url for people to fill in and the SUBMIT the niformation to me - I would prefer to use a shorter / different url. Is this possible?
Performance question
Hi, Is the performance that I experience using an application dependent on the service that I sign for? In other words, assuming that the record count is below 1000, would I experience the same performance whether I use a free account or pay $15/month for a higher level of service? Thanks
View only shows gray on 2nd page
I have a view with a few hundred records. When I click on View to the left of a record on the first page of the view it works correctly. But if I go to the second page and click on View the entire screen turns gray. This happens whether I show 10 or 100 records per page. Herb Wexler MBA www.PreventingMediocrity.com Norwalk, CT 06854
Can I send a weekly email to selected records only?
Hi, does anyone know how to set a weekly email sendout restricted to certain records? Thanks
Large application
Hi I have a large application, it must be with a main screen with the important fields, and twu button to acces to the secondary fields, Can I do this? thanks
creator- import of data
Can't get my import of data to work. Pasting xls file, number of records show, but all fields are blank. Any clues/suggestions? Have tried changing field type in zoho to multiline/single line but no luck.
Adding Un-Selected checkbox items to a list
Is it possible to add all of the un-selected items in a checkbox field to a list?
Vertical scroll bar on form
Hello, I have created a form, however, a vertical bar is visible on the far right side of the form. The bar appears white when viewed under Internet Explorer, but under Firefox, it shows up as scroll bar shade of green. How do I completely eliminate this bar from showing up on either browser? I have tried editing the width which made the bar width a lot smaller than original. I had similar problem with a horizontal bar showing at the bottom of the form. I managed to adjust the height to 1412
Using Line-Breaks to separate items
I can convert items from a multi-line field into a list if I separate them with a character, such as a semi-colon, but is it possible to separate them instead with a line break? I am using the ".toList" feature.
Embedded Zoho Creator Calendar Doesn't Look Right
I embedded a zoho creator calendar that has events in September, however it doesn't look right on my page. See http://www.iprepare.com/events-calendar.html 1) There is no way to select a month to go to. 2) There is no data showing at all. If I access my application in Zoho, it looks ok - the problem only seems to be on my embedded/published page. Please help. Thanks
Assign Numeric Code
Hello I am creating a questionnaire but I would like to assign a numeric code for each response so it would import to the database/table for analysis. For example, What is your age: 10-15 "1" 16-20 "2" 20- 21 "3" How do I assign a numeric code for each response? Thanks!
Can not access to all the form/application
Hello, form several hours before I can not access to all the form and application, all the page view only "loading.....". 2 weeks ago I have got the same issue, your support has fixed the issue. Please check it a.s.a.p. thanks. regards, YJ
Urgent: Error:'i18n' 未定义 (not defined)
Hi same error again within 2 weeks. Last time the zoho guys fixed it, but here it is again: page not loading Line:1 Char:50329 Code:0 Error:'i18n' 未定义 (not defined) url 网址: http://js.zohostatic.com/creator/ZOHOCREATOR_Aug_19_2009/js/zcliveapp.js OS: Windows XP Chinese. Some JavaScript variable definition error. Not very compatible with the Chinese XP OS, and Chinese IE running.... please help.... I have several users waiting right now... Thank you.
Latest updates communication
Dear Zoho Creator team: Questions: Where do you publish the changes that are included in your updates to Creator? How do you inform the community about when a new Creator version is updated? How do I find the current version number of Creator? How do you address notification to users who report bugs, apply a work around, and you fix the issue and release the fix to production code?Most of these questions arise because I know I have many work-arounds/hacks/fixes that are now fixed but I have no way
Color coding records in a view
Is there a way to conditionally set the background color of a record in a view? In my view I want records to show in different color depending on their status.
Hidden Fields
Hello, I just noticed that my hidden fields are visible to the public under Firefox but hidden when using Explorer. Please help! http://www.hhdw.org/cms/index.php?page=demo Thanks!
ZC does not fully support the latest Firefox version
ZC team, probably you know that today a new and much improved version of Firefox was launched. Unfortunately, it has problems with the Script Builder from Zoho Creator. It seems that ZC does not fully support Firefox 3.5, a quick test showed me that it's not possible to use Script Builder with this version (see the image below). Please, make ZC fully compatible with the latest Firefox version, otherwise it will be frustrating for a lot of users, because the new Firefox version is really faster and
Restrictions on a lookup field
Hi I tried to set a restriction on the lookup field. I have a field called "Active". It's a decision box. So I set the deluge criteria to be Active == true But every time I enter this criteria into the field definition it gets ignored. Is it because of existing records in the tables?
Zoho Creator opens in mobile view
When I log in to Zoho Creator, it opens in a mobile view instead of a computer view. Why am I getting this problem? I have fiddled with it a bit and got it to change, but I don't know what did it.
How do I make mailing labels?
I have all my contacts in groups and would like to create mailing labels.
Cannot copy application
I have tried using the Duplicate button, also More Actions-Save as Script and using the backup then restore function to try to create a duplicate of my applications. Any help would be greatly appreciated. Thanks, Sue
Removing support for Javascript in ZohoCreator
Dear Users, We would like to inform you that in future we will not be supporting Javascript execution in the applications. The Javascript which is already there in some of the existing applications will be stripped out. We are doing this as a security measure as allowing Javascript execution is vulnerable to various attacks. This change will take effect from 4th April after which existing Javascript will not work. Hence we request the users to change the Javascript code, if any, used in the application
Editing function
I edited the content of one of my contacts. After I finished my edits and hit the update button the contact was removed from the sub list and I could only find it in the entire database list. I did not edit which sub list the contact should be in, so I'm wondering why this happened.
How do I add Formula values to calculate sum?
Calculating Time Difference
I am trying to calculate the difference between 2 date/time fields and have it show up as 0 Hrs 42 mins or 1 Hr 15 mins I have input the following based on a prior post, but it is not working: ((((((Date_Time2 - Date_Time1) / (1000 * 3600))).toLong())) + " Hours ") + (((((((Date_Time2 - Date_Time1) / (1000 * 3600))).toDecimal() - (((Date_Time2 - Date_Time1) / (1000 * 3600))).toLong()) * 60)).toLong()) The formula gets saved OK with any error, but no data is populating in the field,
How to prevent users from editing the application once shared
Hi, I've created a simple app and shared it with myself. I can see and use it, but I can also edit it. Is there a way to turn that off, or is that jus because I am the creator of the app?
how to get the submitted form directly to my personal email?
Hi Harshavardhan, i already created a "Contact Us" form on my blog which it enables my customers to send their enquiries directly to me. how can i check their comments n enquiries directly to my personal email? Regards, Jaja
related forms: indicator to show if there are related records in the other table
I have two forms with a one to many relationship. How can I set up an indicator to show if a "one" side record has related records in the other form? Thanks.....
Inserting hyperlinks in a multiline text field?
How does one place a hyperlink in a multiline text field? I Have tried "<a href='" + Link + "'>" + Link + "</a>" but that does now seem to work.
Dynamic lookup criteria - not possible?
In the form 'TestForm' I have two fields: 'Player_Name' and 'Player_Entity'. Each Player can have multiple Entities. They are entered in another form. The field on the 'frmPlayer_Entity' form containing the name of the Player is also called 'Player_Name'. Now in TestForm I tried to make Player_Entity a lookup field with the criteria 'Player_Name == input.Player_Name' (to get only the Entities of the entered Player in the dropdown) and I get the error message 'Variable 'this' is not declared'. Is
Create new event in google calendar from a new form event.
Hi!!! I've been reading a lot of discussions about gcal sync from the last months...and I don't have a clear idea. My point is that i need to create a new event in my google calendar from a new form created in my zoho app.It's posible??? Thanks a lot. Sergio.
email notification
I have a form imbedded on my web site. When it is filled in, I get the content emailed to be as well as the database. I can't remember how i set this notification up or is it automatic? Can someone help. Also is it possible to set it up so that others are notified? I would like the person filling out the form to also receive a copy of what was submitted. Can you point me in the right direction. Thanks, tom
Multiple Forms associated with One Table?
I'm building a form that I will embed on a site, for clients to submit a work order. Its a long form, tedious to build in Creator and such a long form can test our clients' span of attention. So, I'd like to break it out into 2 or 3 steps (2 or 3 forms), but I don't want 2 or 3 tables. I'd like the 3-step form process to submit data to just one table. Is this possible? Thanks. - Matthew
dfgfd
'Save as script' function
Under "more actions" one of the choices is save as script. What does that do ? How does it differ from 'save changes' which appears occasionally ? Zoho newbie
Escape key
The 'escape key' which normally reverses choices made (drop-down menu, etc) apparently does not work in Creator. Plz advise. Thanx. Zoho newbie
Export Issue
I have been unable to export any of my app views to any output formats. I get the attached error. Could it be a problem with my pc or is it a setting I have missed in my application? Thanks for any help you can offer. I look forward to getting this resolved. Kevin
Next Page