Problem: View not being displayed
I get the following error message when I attempt to view a view. How can I see the data? We are unable to fetch this data, sorry! Please note that your data is SAFE.Report this problem to support@zohocreator.com
Send views if new data
I currently have two schedules that periodically send views as spreadsheets to me. I'd really rather them only send when I have new data. My idea is to have a table that keeps track of the last maximum record ID and if the current maximum record ID is higher, send the views as spreadsheets. Is this possible? Ideally, I'd have it done as part of the success event, but it says that file attachment is only applicable to scheduler actions. Thanks, Carl
Selecting Dropdown item to display relevant Fields
Hi to all i have one Dropdown in a Form ,the dropdown have two choices one is LAND another one is HOUSE.based on above two choices if end user select the LAND choice to display relavant fields and hide HOUSE relevant fields. is there any way to implement. Thanks Hareesh.A
Set Criteria for Lookup field
last_name == input.last_name Gives me error "Variable 'this' is not declared" Can't the Set Criteria under Zoho use an input from the current form as a Criteria?
Based on dropdown selection,how to show and hide the "Add Note".
Based on dropdown selection,how to show and hide the "Add Note". Iam able to do the thing like,On form Load event iam hiding all the "Add Notes". But once i will select some value form dropdown based on selected value i have to show the selected value "Add Note".(This iam not able to do).For example,i have 4 "Add Notes".On form load iamhiding all the 4"Add Notes".And on selecting the dropdown only that note i have to show. Please help me out of this.
Email
How do I send an uploaded image file in my email message?
500 Server Error when trying to change application name or link on Settings page
I made a copy of an existing application. That application was entitled 'Copy of ProjectName'. When I go to the settings page for the copied application and attempt to change the application name or link, it gives me a 500 server error. Robert
Does Zoho have servers in Australia?
Hi Zoho, I love Zoho Creator but find that applications load very slowly. For example, look at www.cocoride.com.au, a website I set up with a Wordpress backend. The wordpress pages load within 1 second, but the Zoho Creator HTML view takes 11 seconds to load on average: The interesting thing is, it's just for Australian visitors: I also note that Zoho's server status page does not list any Australian servers: This creates major problems for me as an Australian Zoho developer. My clients are dissatisfied
Scheduler script stops if it encounters an email address it thinks is bad.
I have sever custom scheduler scripts that are supposed to iterate through and send emails to our staff. If the script encounters what it thinks is a bad email address it errors and stops. The additionally troubling thing is the error logs aren't detailed enough to figure out on which address the script stumbles. Below is a streamlined version of the script. How do I get it to keep running if it encounters an email it doesn't like? for each e in Staff[((Email_Address is not null) && Notice)] { eml=e.Email_Address;
How to apply styles to ZOHO Form.
Hi, How to apply styles to ZOHO Form. Please help me out of this.
Formula Syntax
Can anyone help me get the syntax right for this formula? I have 4 fields. field1 is true/false field2 is a number field3 is a number field4 is a formula I want field4 to perform this function: If field1 is false, then field4 = (field2 * field3). If field1 is true, then field4 is null. Thanks, Tom
How to send a customised email
Hi I am new to Zoho and am trying to build what is probably a relatively simple application.... I have a View embedded in my website, that contains a list of people records. The email addresses of these people are purposely hidden from the View but are still part of the record. I am trying to create a script that allows you to select a number of these records and then send out a message via the website. The message has to be customisable via the website and the email records have to still be
on validate performs only the first check
Hi, I need to perform several checks before the datas are stored. To do this, I have a script on when validating - submit. The problem is only the first "if" seems to be evaluated, not the following "else if" When the first condition is true, the datas are added... Any idea ? Here is the code: Submit ( type = submit displayname = "Valider le projet pour enregistrement" tooltip = "Cliquez sur ce bouton pour enregistrer votre projet
Remove Decimals
Does anyone know how to remove decimal places in a expression? I'm trying to calculate the amount of nights a clients stays. ((Stay_End - Stay_Start) / (1000 * 60 * 60 * 24)) this will come up with 7.00 I would prefer it display just 7 Thank You, Phil
show multiple fields/rows from one form in a Add note field in another form
Dear members, How can I fetch some fields based on a selection from a form (FormA - normal form) and show them in a Add note field inside anther form (FormB - stateless form)? The story is this: FormA = contain fields: User_acc (single line), User_link (single line) FormB = contains fields: User_acc (single line), Note (single line) In FormA is saved all the links (User_link) associated with a User account (User_acc) ... so we will have a database like this: User1 | Link1 User1 | Link2 User1 | Link3
Using ZC form (with dynamically generated url parameters) on NING
Hi Team Ticket ID:1745299 Subject:Trying to integrate ZC form (with url parameters) witn NING (Community page) I am trying to integrate ZC form into a NINGpage. This is a three part process WebForm 1 -Basic ZC contact form embedded on client page - with predefined field values passed as static url parameters Works good, no problem here Form submit > initates an email with a link to Webform 2 Email is passed as parameter url parameter is generated based on the user-email in webform 2 URL is getting
set up field when pickup field
hello. I have 2 forms: 1. FORM "blogtext" whith pickup field "name" (i pick it up from form podr1) and field "mailto" 2. FORM "podr1" with field "name" and "email" What can i do to: when i choose the name in form "blogtext", need to set up emal from choosen person to field "mailto" Thanks
Please ! urgent... Update a total after deleting a row
Hi, Thanks to you folks, I'm now able to have a total in the main form that sum values from a subform. This part works fine. But there's still a minor problem I can't solve: if the user delete a row with a value in it from the subform, the total is not updated. It seems logical, given that there's no "user input". So I tried to apply the same script on "on delete row" but nothing happens. Any idea ? Here is my script: temp_total = 0.0; for each x in FPA1 { if (x.Montant != null) {
More effective Group Member management
We have hundreds of volunteers in several counties around California, each of whom will be a User in our Zoho account. We are creating an Application and a Group for each county's volunteers, and Sharing each county’s application with that county’s volunteer Group. Volunteers come and go all the time, and only current volunteers should have access to one of our Applications, since the Applications will contain sensitive information. Thus, we need to be able to easily compare each county’s list of
How to hide/show forms based on user selecting "Accept" on terms and conditions page?
Hi, We have the following requirements: 1. User (Not Admin) visit our site and will show the terms and conditions tab only each time 2. Once he click the "Accept" radio button and click "Submit" button then shows other forms (which are tabs) to him/her. 3. If Admin login, it should show all tabs. Please let me know how to implement it. If having code snippet that will be awesome. Thanks, Winson
Double Vision in Chrome Version 23.0.1271.64 @ Freeflow script mode
Hi ZC team Double vision happens in all apps (personal, shared, developer access) when viewd in chrome irrespective of form / view / Schedule / Functions etc This happens only in FreeFlow script mode Script builder mode is working fine Please see attached jpeg. Thank you Best Regards -Deepa Govind http://homepreneur-online.com/
Submit through mail
Hi there, I have a doubt. When I fill in a form it sends a mail with the information to my client, is it possible that if he replies to the email then it fills in back to the form with the rest of the information? It´s like the submit through mail option but it has to fill back regarding the ID. Thank you
Populating Subform through Deluge Script
Hi, I have looked extensively through the support section, and while accessing subform data is relatively easy, I have still found no way of adding subform data through Deluge script. I am trying to automatically generate invoices when a booking is made, but the line items for the invoice are in a subform. Any pointers in the right direction? I have already inserted the non-subform data into a new invoice: Customer_Invoice_ID = insert into New_Invoice [ Added_User = zoho.loginuser Address_1
Add Items in a PickList Dynamically - Not Working
I am trying to add some Products to a picklist dynamically. I have a form where there is a lookup field called product1. By default it gets all the products from a separate form. I then have another form called "Setup_Delivery_Locations" where I have another lookup field back to the same products list. I want the products list to be filtered by the "Setup_Delivery_Locations". So here is the code that I have: VShiptoProducts = Setup_Delivery_Locations [Delivery_Locations == input.Delivery_Locations];
Adding records to zoho creator with REST API
I'm trying to add a record to one of my forms in zoho creator using the REST API and python. My code looks like this: from httplib2 import Http from urllib import urlencode access_token = 'AUTHTOKEN HERE' h = Http() data = { 'authtoken' : access_token, 'scope' : 'creatorapi', 'zc_ownername' : 'reviewpro', 'external_id' : 1 } resp, content = h.request("https://creator.zoho.com/api/json/desk-com-cases/desk_cases1/add/", "POST", urlencode(data)) print content And I always get the same
Missing tabs even log in as site admin. Please help!
The site works before but just missing all tabs all of the sudden. Thanks,
Email Notification When Someone Updates a Form
How do I get an Email Notification When Someone Updates a Form. Right Now I only get Email notification when someone submits a new form.
How can I test for no entry in an RTF field?
The test ... if (input.RTF1 != "") will not evaluate as false when RTF is left blank. The test ... if (input.RTF1.length() > 0) will not evaluate as false when RTF is left blank. No matter what I try, a Rich Text Field will not let me process ONLY if it has user entered content. It always passes the tests i try to apply and acts as if there is data in the control. What I am left with is entering some generic data such as "n/a" and then testing if the field equals that generic data and using that
public form how to generate a "one time" view of the data ?
Hi, I have a public form and I'd like the user who fills in to have a pdf version of the data submitted. Sending via email is not good here, because I'v several subforms and those datas doesn't show up in the mail. I manage to open the view via "on success" script, but I don't want this view to be public, only one shot to allow the user to have a proof (record the pdf, print it, ...). How can I do it ? Thanks Sam.
Zoho Creator ID returned in scientific format
I am pulling records from our ZC account via the API, but having an issue with the ID field. The values in ZC are shown fully as 1934572634234345645 for a sample ID value, but via the API, 1.93457263423E18. I have seen elsewhere to change the ID value to text, but I believe these values are generated automatically as new form entries are created, and can't seem to find where to change the field's properties. Can anyone point me in the right direction? Thanks!
Play video in popup
Hi, I have a requirement to play the video on popup when user clicks on the link in Zoho form. But currently its playing in the same form.The problem is once user click on the link ,it plays the video.Once its done the user has to go to other form means,the user has to select the browser back button.That should not happen for me. And while playing the video on popup , i should not get the tabs/menus to popup.Only video has to play on popup. Please help me out of this.
What's the proper syntax for Else If Condition
Hi, I'm stumped on getting some script correct. Can anyone help? I have three fields: Field1 is a radio field with 2 options Field2 is a lookup Field3 is a lookup On loading the app I have: Field1 defaulted to option1 Field3 is hidden On User Input I have: If option2 in Field1 is selected then Field2 is cleared and hidden and Field3 is shown. After this I can't get the script right. I want to clear and hide Field3 and show Field2 again, if the user changes Field1 back to option1. Can anyone show
Missing tabs even logged in as admin of the site. Please help!!!
tabs are missing even log in as admin. It works before but just disappear suddenly. Please help!!!
Zoho Creator - integration with crm - set crm-user lookup field
Hi, I have a requirement that I must set "Zoho CRM"-field value "On Load" of a form. The field gets its choices from Zoho CRM Users module. It would be something like this (let the field name be "selectedUser"): selectedUser = someID; This code sets value of the field correctly but text of the field remains empty - when I select paticular user using UI the field gets populated with "UserName". How can I set field's text value using Deluge Script?
Existing Record Subform
Hi Will it ever be possible to have an "existing record" subform. This would enable the function to be able to edit existing records and link them to one form. I know you have lookups, but this doesnt allow the user to edit fields on the existing record directly. Maybe have a feature on the existing subform "add new record / Add Existing record? Thanks
Urgent Need help
Hi, In zoho form,how to place anchor tag/hperlink(Visible link name should be "Click Here",not the actual link). Please help me out of this.
Zoho Creator for HP TouchPad
Any plans to develop an App to use Zoho Creator on the HP TouchPad? We use Zoho quite extensively and would love to be able to use it on our TouchPads. Thank you!
Require/Check for Entry in Prior Field
I have a reservation form with a property field (dropdown) and a check in date field. The user enters the property and then the check in date and the system looks up the available rates. The issue occurs if the user skips the property field and then enters the check in date, the system then crashes with an error (as it is trying to look up a null value). Is there a way for me to check if the prior field (property) has an entry upon entry of the second field (check in date)? I am thinking this
htmlview [calendar] in an iframe/htmlview issue
Hey, I was trying to reference htmlview [that includes e.g. a calendar] in an iframe. The result of this looks partial, e.g. only the secondary-header appears in the iframe. Using views/form have no problems. Did anyone manage to have an htmlview within an iframe section? any examples? Many thanks,
Counter Field in Subform
Hi - new user I like to use a counterfield as a unique ID for related Forms. I have placed script to create the counterfield value - it works fine in the forms . However it does not work when the form is placed as a subform. eg it returns only the previously succesful data - not the current field I am trying to link to: eg Form . Clinical Counter Field Clinical ID Form . Clinical Detail Counter Field . Clinical Detail ID as above they work fine and auto update for the next "new"
Next Page