Can I prevent the use of an iframe from specific web sites?
Hello, Currently anyone who copies my iFrame code from the HTML source page of my site can embed that into his or her own site and show my view. Is there a way to prevent that? So that only when I access the iFrame from a predefined domain / site the iFrame will be displayed?
Reference Function params through tooltip
Suggestion for easier function coding... I absolutely love the simplicity of your functions. While not as flexible as js functions they sure get the job done. Often times I need to quickly reference the params for a function. I think it would be so great if you added a "tooltip" on hover for the function links in the function menu bar. This way you could really quickly reference the order and typeOf params being passed in an existing function. Wow, this would be great. It doesn't even need to be
Help with IF deluge
In my application I have a radio button with 3 options "New", "Yes", "No". I have a multi line field called "If no, Why" I want the person editing to be forced to enter notes in the multi line box if they select "No" on the radio button. HERE IS MY SCRIPT if ((input.Hired == "No") && (input.If_No_Why == null)) { alert "Please explain why this person was not hired"; cancel submit; } If I take out the && (input.If_No_Why == null)) I get the alert and cancel submit, when I add the &&...
Nonprofit Access?
I represent a nonprofit gaming recreations program called GameHearts (GameHearts.org for more info). We have been searching for an database import program that can list redemption cards for our participants and today I began working with your site. Unfortunately, I encountered a couple of limitations - First, the "free" package is limited to 1000 entries and, Second, apparently we cannot share our data entry with our participants without their logging into our account. Are these issues something
Assign based on location selected
In my application the end user selects from a drop down list which location they want to work at. I want to be able to "assign" those to particular people. Examples: Applicant1 applies for job in Stockton, CA - some designation is given that "Steve" is responsible for follow up. Applicant2 applies for a job in Battle Creek, MI - this person is assigned to "Mary" for follow up. Sorting is not sufficient as the person following up is responsible for several locations and sometimes in different states
Alert and Cancel Submit Script When Input ==null
Hi, I have created an app that is used for people to apply for a job. Everything is fine on the form side. I have fields that are hidden on the form that are shown in the view. This is so that I can add notes for each persona from the View. I am trying to make it a required field or setup a script so that when I go in to "edit" I have to enter something in this notes field. Nothing in the script builder selections is working. Can this be done? How?
Nested lookups ???
I know someone has asked this but I didn't see a response so .... Can you do nested lookups in forms - I want to do something as follows I want to create a form that has two dropdown lists ( say Industry Sector and Industry Sub Sector ) The values of Industry Sub Sector should be displayed dynamically based on my Industry Sector selection. For example suppose my Industry List is { "Energy", "Healthcare" } and my Industry Sub Sector List is {"Oil", "Pharmaceuticals", "Health Care Equipment & Services"
How do I select only the latest entry?
I have a multiple dated notes for each of several subjects. How do I view only the latest note for each subject?
Scheduler in Zoho Creator - Preview
Dear Users, We are excited to announce the beta testing program for one of our forthcoming releases - Scheduler. If you're interested in becoming a beta tester, please sign up and we'll contact you with further details. This beta program is for limited people. So hurry up and be one of the first to try it out. Register now Starting from tomorrow, we will start enabling the preview for the registered users over a period of time, depending on the number of requests. How can Scheduler be useful for
Script editor not loading
The script editor is either very slow or does not load. It only displays the loading bar
Brilliant
This is a really brilliant application. I can achieve in hours what would have previously taken days
How do I create a simple report that displays data from 6 different views?
I am trying to create a printable summary report using zoho that takes data from 6 different forms and compines them to one printable view? what is the easiest way to accomplish this?
if count being criteria being ignored in form
When appending to the first of 3 multiple selection field look-up form/tables, the following code adds a blank record to the remaining 2. It seems that the "if (count" criteria of "== 0" is being totally ignored. The following malfunctioning code comes from my "Child Training Report" form in the "On Success" section: if (count(Training_Subjects[Training_Subject == input.New_Subject]) == 0) { insert into Training_Subjects [ Added_User = zoho.loginuser Training_Type = input.Training_Type Training_Subject
ZOHO Creator Reports: Issues
This is what I'm seeing. You can see it live by visiting the Cycle 3 Voting Statistics page....
Is it possible to share a view with a user that can only edit one field?
Hello, I can share a form with a user and define that the user can edit the records. But is it also possible to allow a user rights to only a specified field? What I want to prevent is that a user can change some fields that are automatically updated. Greetings, Rob Bastiaansen
Date/time calculation to stop date/time being selected within 12hrs of current time
I am creating a booking form where I need to stop entries being submitted if the proposed booking is less than 12 hrs away. How do I calculate this to so that the booking cannot be made?
HTML view font size
I noticed that all of my HTML view's fonts just changed size in the smaller direction. I have not changed anything to result in this behavior. I'm wondering if anyone else is seeing this or if Support could shed some light on this. tt
no-cache setting prevents exporting data
The no-cache setting on the export data link/page is preventing the download of our database in all but the html format. I used a registry setting to tell IE 8 to ignore the no-cache setting, per Microsoft support, and it did not work. Please help.
How do I view only certain records in a form
I have a master form, then a user form. I want to select/view only certain records. How do I easily do this? It would be nice if the web page had a search button, but I don't see one or a way to add one. Thank you. ~rich
Form view
In zoho creator, I have built a form to obtain information for the talent agency I run. Models upload their photos into the form, along with other information (contact info, etc) My question is this: Is there a way for me to customize a view similar to Microsoft Access that enables me to create "cards" that show me the information of the talent including the photos (not in link form)? Thanks so much. I hope this makes sense!
Button
You guys are doing great work! I Love this. We could use a Button component. Thanks
URGENT: Need to increase Insert Row limit for this month.
Hi, In my previous application there was a flaw that we are filling up by creating an aggregated form. Please allow me to have 2000 to 5000 entries a day for some time. Thank you. Nepal
How do I find the data submitted from a form using 'Add Form'?
I have created a job application form which is supposed to send data to the Zoho server and also copy an email to the person submitting the form. I have tested the form and neither of these actions has worked. How do I find the data? I follwed hte instructions in Knowledge Base but to no avail. Would appreciate some help. :)
How to search data containing a "?" question mark.
When importing data from .xls some characters are not imported wright. Like H?l?ne must be Hélène or No?lla must be Noëlla. The ? mark is a replacement for one character. Question: 1)How can I seach for this words with ? so I can correct them. The normal search with ? do not work. 2)How to prevent bad import ?
Problem with the new login screen
After implementation of the new login screen, I see the header twice.... Please see the attached screenshot. Thanks!
Redirect url cause not displaying success message!
Hi to everybody, I actually have a problem because If I insert into the Deluge script the url redirect syntax to another form of my project, the success messagebox is not displayed. If I remove this url redirect I can see the success message. (I have inserted the code on Add on Success) I have to give to user a success message and then (after some seconds) the page has to be redirected to another form. This is a really big problem for me beause a not well-experienced user does not see if the data
Having trouble gettting Excel info to import
I can not get Excel spreadsheet with data to import correctly. Whether I import it or paste it for Creator, I do not get the data in. The window freezes up and when I go and look at my field view, nothing is in. Ideas?
Null & Html
Hi, anyone have experienced Null values in Html referred a field as dropdown, date, etc. I try with this code in freeflowscript to return no values instead a "null", but don't run. if (rec.Date == null) { tempVariable = ""; } else { tempVariable = rec.Date.toString(); } Any suggestion? Thanks Michele
Zoho Creator evaluation
I have been evaluating Creator for use in a non-profit I work with. I love the product, however, the severe limitation on record count is a show stopper. $25 per month is at the high end of what this organization can afford for this purpose, and 10,000 records simply does not cut it. Competitive products typically offer 100,000 records for a similar price. I'm surprised not to see a lot of discussion of this issue in your forums. I was hoping that deployment in GAE would be an option, but here I
PLease wait - creator
I have created a new form, when the person I share it with selects "submit" it get hung up (please wait) and no data is sent. Further more I do not get a email notification. What am I missing?
Subform - Pick Attendees Unique Meeting list
Hello, I have created a subform similar to the Meeting Tracker Application in the "Add Meeting Attendance" part, where you see all the Attendees in the "Pick Attendees" List, is it possible to show only on this list the Attendees relative to this Meeting and not the attendees of all the Meetings. Thank you,
how to select the first item in a dropdown field on form load
Hi, I a form I create a dropdown field with a few items. On form load I would like have the first item in the list to be the current selected item. By default the dropdown field will say: Select. But I want it to show the first real value that is in the list. I have tried this: Cursusdatum.select(1); But that doesn't work. I know and have tested that when I provide the actual value it will select the correct item from the list. But I don;t know the values of this dynamically created dropdown field.
Error message on changing private views to public
When I tried to change a view from Private to Public I received the following message: Due to security reasons, we have disabled enabling public access for the Trail and Free Edition users. Please contact support@zohocreator.com for more details. I am currently using the free edition. Did this change recently
Currency Calculation
Can I get a calculation output displayed to only 2 decimal places for currency purposes? I am trying to calculate a price based on 2 sets of dates given and the calculation comes out at about 8 decimal places.
Creator
Creator is an awesome program not sure how we would keep track of our projects without it!
Updating criteria in lookup
When using a lookup field it is possible to use criteria. I would like to know if it is possible to update this criteria when updating another field. For example I have a dropbown selection and I select an option, then the Multiselect only shows the records that correspond with the selected option from the dropdown. I have been looking around at the forum / help, but haven't found a solution yet. Thanx for the help. Tim
How to restrict what a user sees?
Okay I have set up an HRMS system in Zoho Creator and I need to restrict the data that employees can see to their subordinates only. How can I do this? Please help ASAP!!! Thanks, Michael McNeill
View criteria. String case.
I have a view with the following criteria: ((txtTask.startsWith("Verify this was received") || txtTask.startsWith("Follow Up")) && (Completed is null))But if the case is not a match then the records are not displayed. For example, I'm looking for "Verify" in the string but if the records text is "verify" then it will not find the record. I tried this but it would not let me save the criteria. ((txtTask.toUpperCase().startsWith("VERIFY THIS WAS RECEIVED") || txtTask.startsWith("Follow Up")) && (Completed
MAC computers - cannot access creator -- Firefox 3 or greater...
MAC computers - cannot access creator -- Firefox 3 or greater...any ideas?
A lot of problem
Hi, We have a lot of problem with our application (quota of sent mail and form Live). We sent mails tu support but we don't have answer. Can you help us ?
Next Page