New Pricing
When will the new pricing go into effect and will it be mandatory? I don't see it on my subscription options. Bruce Letterle Red Lab Media
Cannot Get Field Type "Checkbox" as an argument in Custom Action
I have a custom action calling a function: SMS.sendsms with four arguments: - Active - Method - smsphone - smsbody In the form I have a field called "Method" that is a checkbox with two options "text" and "Email". PROBLEM: When craeting my New Custom Action and I select my field names for each argument, "Method" does not appear. I have tried all the argument types like int, stinr, list, etc. and "Method" does not pop-up. Is this a bug? http://monosnap.com/image/VQIaZ8wcUpiaoZrcVnZAddrvLg5Uc0
Variable 'row' is not defined
Anyone else seen this error message ? Help appreciated. Trying to auto-update subform price once the subform product selected. The price is to be fetched from the product form. Going crazy as this code is taken from a ZC blog and cant see why it doesnt work. ZC doesnt recognise the phrase "row" ?? //Fetches the information from the "Products" table selected_Product = Productsform [Product_Name_Field = row.Order_Item_Name]; //Updates the value of Unit Price using the stored value from "Products"
Passing data to a lookup field in a form
Hi there I wonder if anyone can help. I've created and published an evaluation form which has a lookup field to my delegates table. I'd like in the email I send to include a url so that when they click on it it automatically selects their delegate record in the delegate lookup field. I just can't seem to get this to work. Not having any difficulties passing data through urls to place into normal text and date fields, but can't get it to work with lookup fields. I thought it might be that I needed
Giving a Variable a Parameter Value
Dear All, I have an HTML view with an embedded Stateless form the form has a drop down menu. When you select an item from the drop down menu and click on the stateless form button, the stateless form will open the same page but will add a parameter called ParaID. How can I get hold of what that parameter is? How can I create a variable, let us call it "SelectedParaID" and give it a value = ParaID Thank you, Sam
Is there a premium support option for Zoho Creator?
The long, multi-day delays to get a support response via email just won't cut it for my particular needs. Is there a premium support option available to purchase that will get faster results for support? I really want to go full-bore with Zoho, but the support time-frames make me very hesitant. I don't mind paying for better support and a higher SLA, I just have to have it.
Publishing app to marketplace
Can anyone please explain to me why I haven't received any feedback regarding a ticket i opened with support a week ago?! Ticket number [##5425448 ##] I have finished up my application and until today cannot publish it on the marketplace.. this is getting extremely frustrating! I sent credentials to support, granted edit access to the support & done everything as requested.
Report
Hello, I have a "workshop" report that shows data from my "workshop" form. I also have customer field in my "workshop" form, that data populates from a "customer" form. I would like my workshop report to produce all my workshop data, and have two fields from the selected customer displayed i.e. Customer Name and Email Address. However I would like these to be listed as two separate columns on the report. I am sorry if I haven't explained this very clearly, please ask for more information, but
Unable to connect to messaging server
I keep on getting this error when trying to write a script in Zoho Creator. Is there an outage right now?
Users can change their username and email adresse from the customer portal
I just took the "new" Zoho Creator services, that is alot different from the old one.. Now I see that all users from the customer portal have a "account", that they can change themself. Thats give them to ability to be any customer, how can we block this feature ?? Thanks
Plus sign in URL parameters
I have an application in which I preload values into a form using URL parameters. These parameters are generated from an external (to my app) HTML page using a form submit. These values are user inputs that are likely to contain both spaces and plus signs (+). The URLs are properly encoded, with spaces changing to "+" and the plus signs changing to "% 2B" (without a space). However, when we get to my Zoho app, the values automatically populated into the Zoho form do not convert the"+"s back to spaces.
Remove Google Apps Login
I have been experimenting with integrating zoho creator witjh google apps but now find myself in the situation where my users are being asked to login using google rather than their zoho logins. How do I change this back?
Send form data to external website
Hi I have gone through this guide (Webdata) iprovided by Zoho but I really don't understand it (I don't have an IT background). Please can you provide a sample script of what I want to achieve. This is what I want to do: Order Form on Zoho creator has the following fields: Name, Surname, Email, Address etc. On Add -> Success, I want this data to be pushed to an external site that also contains a form with the same fields as my Order Form found in Zoho Creator. The tricky part is that for me to access
automatic number in database
Hi, When guest fill form, I send the different informations trought a mail. All are working but just automatic number is not write in the mail. There is "automatic number = NULL??? but it's ok in the database, just not in the email? thanks for help
Multi Select Checklist hide other field if certain selection
I have a multi select field that has about 10 check boxes representing products. Any number of check boxes can be checked. When certain boxes (eye wear products) are checked off, i need to show another field for lens size. If non of the eye wear products are checked I do not want to show the lens size field. If an eye wear product and another product are checked I want to show the lens size field. I can't seem to get this to work. It seems that i partially works but the field does not hide when
Change order of Reports showing in the drop down menu of Creator
Screenshot Please indicate how I can arrange the sort order of the reports / views that appear in the drop down menu from a zoho creator app. I have looked around the forum and could not find any answers. Thanks
Anybody notice issues overnight?
Has anyone else noticed any changes overnight? I have a sendmail function that is no longer working correctly along with some calculated fields and reports.
external DB conection
hello, i'm wondering if there is some way to conect my zoho DB to a external web page with the embed option or something. thanks.
Zoho report/view with dropdown: limit values
I need to design a view/report based on a form, with a lookup field : it's a drop down with about 20 values. I need to dynamically limit and restrict the selectable values to about 3. However, the 20 values should still be selectable in other views... so this should not be programmed at the Form level, but at the view level... anyone had this experience???
Update field in another form
I have a form with Job_Details in it. For each job in Job_Details i have a JSA link to a JSA form. I want to make that when i click submit to create a JSA in the JSA form that it updates the JSA Complete field in Job_Details to "Yes". I have already setup that when i click the JSA link from Job Details report that is passes the Job_Number onto the JSA form. So i want to use the Job_Number from the JSA form to update the record in Job_Details with the same Job_Number to show that a JSA has been done.
Zoho creator app ios camera
Hi guys, I'm trying to understand if zoho creator is a suitable option for us. I have a question regarding the use of an app on iOS, is it possible to access the iPhone's camera through the app? What I need to accomplish is that the app (created with zoho creator) user can take a picture using the iphone camera and store the image in the form. Thanks!
IF syntax - user guide example doesn't work
Sorry if this is very basic, but I'm stuck when setting this up (I'm a very new user). For debugging simplicity, there is no other custom deluge code on the form (just a decision box, and a submit button). I'm trying to set up a conditional IF statement for the "on click" action of the button, that evaluates whether a decision box is checked. Taken straight from the user's guide, I set it up like this (substituting the name of the decision box on my form): if ( (input.box== "false") ) { alert "Please
Back up restore failed
Hi, I try to restore drc-timex v3 backup but the restore failed and I see the following error message : om.adventnet.persistence.DataAccessException: [t_255467000006116494] The size of the value [Atelier DVs Critères 2010] of the column [Etape_Missi_255467000006116516] specified in the row [ Could you please investigate ?
Disabled field format
I am having instances where a disabled field does not appear like the other disabled fields. It is a dropdown field, but not a lookup field...the other fields are all lookup fields and they appar correctly when disabled. When it is enabled, it looks exactly the same as when it is disabled
Is it impossible to paste text into script builder?
I'm trying to paste some script from textedit into the script builder and keep getting an error when I try to save the script. Below is the script I'm trying to paste and it looks exactly like the script I built using the builder manually. input.Zip_Code == "27150” || input.Zip_Code == "27151” || input.Zip_Code == "27152” || input.Zip_Code == "27153” || input.Zip_Code == "27154” || input.Zip_Code == "27155” || input.Zip_Code == "27156” || input.Zip_Code == "27157” || input.Zip_Code == "27158” ||
Mobile Forms Date Edit Causes Crash on iOS 8
I am unable to edit the date on a shared application as tapping on the field causes a white box to appear at the bottom and application is non-responsive.
Zoho Creator Forced to Mobile Version on Mobile Form
Hi, It seems recently there was a change where the mobile version of zoho creator is forced onto the user if accessing form a mobile device. Unfortunately he mobile version does not work for our application for many reasons too many to number. How can I disable this or connect to a non-mobile version?
iOS 8 crash down
Help, zoho creation is crashing on iOS 8. I can't access shared database.
Refresh a Report with New Entry
Hi team, I've built a page that contains a form and a report of that form. I would like the report (or the entire page) to refresh when a new entry is submitted via the form. How do I do this? Danielle
data from a lookup field displaying incorrectly in email notification
I have a form (let's call it Form A) in which, among other things, a user selects a site name from a drop-down list. This list is generated using a look-up field to pull in the site names from another form (Form B). I also have an email that is sent when a user updates another field on Form A, and among other things, I want to pass the site name in the email. However, instead of showing the actual text of the site name, what gets passed is a string of numbers. I'm guessing this is some sort of key
SQL SYNTAX REFERENCE FOR ZOHO
I am trying to find a reference guide for Zoho SQL Syntax: for example this function does not work but I do not have an sQL syntax reference to correct it: void DEFAULT.DELACTS() { delete from acct [(CANADA_TRANSIT_BRANCH like "*editme" && flag_temp == "XIALEGOUYAN")]; }
Permalink using http
Hi there. I'm struggling with a website issue using Zoho embedded forms and to address it I need to turn the https links in my forms into http. Any idea how I can do this?
Keep getting knocked back to the homepage
I have just signed up, and am trying to upload a simple Excel table. I have tried uploading the files via Local file, and also via the Cloud Dropbox option. With both, without any explanation, I get kicked back to the home page. Why is this? The file I'm uploading is large (48MB, 48k records) & it only has 1 tab. What is going wrong?
How to enable registered visitors on membership site to automatically access embedded ZOHO Creator report
Hi, I have a Wordpress based membership site with restricted access to many pages. One of these pages accesses a ZOHO Creator report. When I set up a "published" report, the only options are to view and print a selected record. However, I wish to enable my registered users to access an "embedded" report where they also have the ability to edit and delete records. Is there a simple way to automate the process of logging in to the ZOHO Creator database so that my site visitors don't need to go through
Zoho Creator and Zoho Campaigns Integration
I would like to use the data from my Zoho Creator database as content in my emails that I use Zoho Campaigns to send. The database is an inventory type of database which I would like to send out to my customers via email using Zoho Campaigns.
Report refresh for multiple users
Hello . Is it possible ,in zoho creator application, to update data in a Report view without refreshing a webpage after one of the users edited - apdated -created - deleted a record in the under-laying database . Regard Sergey
error in field multi-line
Good evening, I have a problem with the tag <br> in Multi -Line. In the report view , an application executes the command <br> while in another no, visualizzandomi simple text <br> no newline . example Report in application1 Multiline = " 1 <br> " In report = 1 Report in application2 Multiline = " 1 <br> " in report = 1 <br> May depend on what ? David
Multi-value filter on a view
I want to filter the results of a view with multiple values passed to a column, say "1" or "2" or "3" or "4". I know how to do this by designing the view to have a custom filter; but can I do this "on the fly" when displaying the view, so the user can arbitrarily enter the values herself to filter the results? Kind of like Excel but more powerful as you can enter an unlimited # of filters.
Using ZC and Google Apps: Manage Groups not available?
The Manage Groups menu item as described in the ZC help pages is not functioning. Anyone else?
HTML page return null
Hi there, I'm creating an html page where I'd like show a column of a form (Commesse). I attach an image that explain what I'm doing, anyone could tell me why result is null? Thank you
Next Page