Search by ID Application
This is probably an easy fix.. but I use Zoho Creator Mobile to view a rather large spreadsheet of data. I would like to write a script that will just bring up a specific record when I input an identifier... I'm not figuring out how to do this.. Is there an example of code that I can see somewhere to helP!?!?!?
Zoho Creator
I have embeded a "Zoho Creator" Form onto my Web Site as a inquirie submission form, here's the page; http://www.postfallslanding.com/boatslip.htm In testing the forms functionality on this web page I completed the form and in the final action I'm required to enter the verification code; I enter the code acording to whats randomly displayed on the "Form Field" and then click on the submit button. The Result, Not always but most of the time when I perform these actions I receive a message requesting
FORM ACCESS
I have mutilple contractors I would like to have access to my forms. I know I can share them but need them to be able to add information to fields listed. I would like to give them acces to only a few fields, not all but would rather them have all acces than no access. Is this option available or how can I allow who I share my forms with edit access? Thanks! Misty mbenham
Embed without login no longer functioning correctly
I created an information request form http://creator.zoho.com/synsales/website-information-request/# and embedded at http://sii-sps.synesisintl.com/Pages/ContactUs.aspx The intent is for the public to be able to complete the form and request information without a log-in. I selected "to access your form without log-in" and embedded the code with the key into our website. It seemed to work perfectly for several days, but this morning I noticed that it is requesting a log-in. I checked the obvious suspects
Creator permalink problem
Hi there, the permalink button doesn't seem to work for me in either Mozilla or IE. Is this a bug? peter.slate
new zoho creator field data type suggestion
Was thinking that it would be awesome to have an ajax-style star rating bar type, so anyone viewing data can rate it. something like this: http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/ gantry
creator
Can a logout button be added to a form rajshania
Str_Deriv_Int_Vars] null error obtained while saving script.
[Str_Deriv_Int_Vars] null, message from server: "Cannot add or update a child row: a foreign key constraint fails" deostroll
SMTP Authentication
Zoho Creator is a great product. We really like the email capabilities of Creator but we need SMTP Authentication for our applications to work correctly. Could this be set-up to work on multiple Zoho applications. Even our Zoho Meeting invites bounce back because of lack of authentication with our server. Thanks.
uploading data in excel
Hi, There is some problem when i upload (import) data for my application in excel...since there are few fields which are kept blank in the starting (they are updated later). The confusion happens i guess with the multi line field....the space between words goes into the next (empty) field and considers it an error (because of the format of the next field is different).....but if i convert that excel file into a csv file then all is fine (I guess because of the comma's there is no confusion within
How to limit the access of a user to one specific location
I want my user to acces application only from the office. Is there something I can do with IP adress ? Or anything else ? Thanks. Pascal
how can i change form name
Dear sir, How can i change a name of form after giving it a name.Please inform me to utilize this application efficiantly. Abhinandan Sharma abhinandan_sharma84
translations
hello, if you will need Czech translation, let me know. Im a native speaker. Petr Buben petrusa001
Bug with script
Hello My application is not responding well. I tried to create some function but I cant modify nor delete them. I have a message saying "null'' all the time. Can you help me? Is it maintenance?
Found a glitch on Edition Function
I'm creating a shopping list and I created the store form, then when I was trying to edit one of the items from my shopping list form, I was trying to update the store called Sam's Club and didn't make the update, then I tried a different store like Walmart and worked fine; so I changed the name of the store to Sams Club without the apostrophe and worked fine. Ed Silva. edsilva7
'Select' in multi select is not hiding
I have a form where I choose one item in multi-select based on that it checks the input to another form iteratively and if it finds one it will return the next value to the next multi-select field. It is doing all this purpose but not showing the found value automatically. Only -Select and the item come. Then you have to go to the multi select and choose the only item. Could you please, tell me how the item can be shown automatically. Shahid
Import URL
How do I import URLs? I have them created in XLS but when I import the data URLs get lost.
Creator Client Side Api
Is there any way to implement the client side creator API in more than one instance on the same page? I have a page with four forms in it, two of which I am currently trying to use the API for in order to input dynamically obtained stats into the fields via javascript as the page loads. However, when I put the second form in the page via the API, the second submits correctly, but the first tries to submit the data to the second form as well. At this point an error message pops up because the form
Its Fantastic Zoho
really it is fantastic i never see like this service before in my life arafathhashmi
Addition of a section containing multiple records
Hi, Just thought that whether it will be possible to build a functionality where-in multiple records of same section can be entered by the end user. For an example, user details is a section being defined, then the application user shall be able to enter details of multiple users, so in that case, some sort of functionality to accept and display the details of multiple user details. Same can be shown in a GRID. Please suggest if there are any more methods for the same. Regards, Prashant.
creating a link using values from different fields
I want to write a script that will assemble a url from three fields - one that contains a street, another with city and a third with the state. My goal is to create a url that will link a particular address to google maps. An example url will look like: http://maps.google.com/maps?f=q&hl=en&q=123%20Main%20St.+Peoria+IL What's the best way to do this? Secondly, how do I incorporate that url into a view? Thanks for any help!
View Record Request in Server API With GET?
All of the Server API docs I see say that requests need to be made with HTTP POST. But this requires making a form, having someone submit it with the hidden field posting CSV data. I want my employees to have an email link, with their specific user data embedded in the link, so that when they click on it, it passes the information to the Zoho Creator server, and returns the customized view that is specific to that employee. But this needs to be passed with GET, is this possible? Thanks, Andrew
Multiple Views From One Form & Client API Views?
Hello, I have one form with a lot of information on it, but I would like individuals in my organization to be able to access only certain fields, based on their login ID. Ideally, I would like to have a Client API HTML page with a view specific for each individual. Meaning, if I have fields A-F, I want userA to be able to go to an external HTML page, linking with Zoho Client API, to see fields A, B and C, and I want userB to be able to to a different page, to see fields D, E, and F. Or, alternately,
<br> problems
I need to input data in textarea field depending on user input in the several checkboxes. I want to place every new set of data on new string in textarea. But when I use tag, it doesn�t work � it doesn�t switch to new string, but just display this letters � �. How to fix it?
Timestamp
This should be easy but I can't get it to work. What I need... When a user submits an entry, I need my app to automatically show a timestamp that can be seen from view, similar to someone making a forum post.
incrementing chosen number range
Hi hi I want to create an internal orders app and have it choose its order numbers from a range I enter in a form on another form success event. How do I do this to ensure no lost numbers? Any ideas welcomed as great product still challenging me programatically! Cheers,
forms not accepting internal emails
hi, i got one test app where one forms needs to upload data on other form, after a lot of reserach on the foruns i decided to use the sendmail funcion (on success), but the result i got is like this: the emails are beeing sent (i got them on my zoho admin acount and other mail normally) but the data ins not added at the form. if i send a mail to the form it will add the data as it should. when the email is sent by the application data is not added, in all other cases it work normally. is this some
Views not being displayed
I have a problem! When I visit my application while logged in to Zoho Creator, all the views are present, but when I log out and view it again, many of the views aren't present! Any ideas? Thanks Richard
Reuse of scripts
Is there any way to re-use an event script. I find that the OnSuccess for Add and Edit is often the same, and I end up copying them back and forth every time I make a change. Is there a way to call the OnSuccess from the Add in the Edit script?
Manage Forma Buttons from the script
How to set the Button Labels and hide the Forma Buttons (Submit and Reset) from the script, conditionally? Is it possible?
How to set display Criteria for the Field in the View?
I want to display in my View only that Fields, where exists any input data and hide Fields without input data. How to set display Criteria for the Field in the View?
Auto logout
In creator is there any way to automatically logout a user after data has been submitted. i am storing logon id but have multiple users using same pc and forget to log out
amazing programs
thank you so much for your programs. what a great facility! ja1111111
Sizing Input fields
I want to be able to size the date portion of a field. For example, First Name is 30 characters Last Name is 50 characters Area Code is 3 characters I would like to make the input box as wide not not wider than the total amount of characters. Area code is 3 character so I would like a box that is 3 characters. Please let me know. Thanks. Les lcorzberg
image copying
At the top of each of my pages, I put <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> to keep people from being able to right click on one of my images and save it. But from site reports I can see that people are copying images that are in the embedded views I'm sticking on my site. But I'm not aware of anything I can stick in an iframe to perform that same function. If the script given to me for an iframe to embed in my page consists of an HTML page, can you stick that Meta Tag in the page header?
Great apps!!
Well, only for tell you all that Zoho apps are fantastic!! So far all working easy and stable! Great job! Two ideas: In the data tables (Zoho Creator), is it possible to have a color edition by rows? (In my case i have a contact form, and a categorization by colors (or other way) would be helpfull to manage several types of anwsers. Why the text in Note boxes desapear all the time when i access the form, it is a bug? Can i format itens of my forms? jornadasdoamianto
Problems sharing applications
Hi I have tried to share a lot of my appl. - everytime without problems. But this morning I tried to share my apll. but the user with whom I shared my appl. cannot see the contect of the form. He can see that the appl. is shared and he can enter the appl. but he cannot fill out the form hence it is not shown! We should have gone live today with the application in our company, so I will appreciate your reply ASAP. I have shared my appl. with you. It is MD Request ver. 2. BR Dennis Skouboe
Limiting Date Selections by Editing Record from Selected Dat
I am creating a registration form with a lookup field that grabs available dates from another form. The dates are currently only used if their Taken field = no. Upon success, I would like to take the date that was selected and edit its record, specifically the "Taken" field from "no" to "yes", so that future registrants cannot pick this date. How can I fetch just the record that was selected in the date lookup field and dynamically edit its fields in the other form?
Deluge scripting
Hi I have never scripted before and would like to learn this so that I can make use of this superb application. The videos are ok, but I need something like a manual or a book. Is there anything like this available?? Thanks.
Ticket expiration?
Hello! I would like to ask if there is any kind of ticket expiration. I used a ticket for a week via REST API, and it worked perfectly. But today it stopped working and i had to regenerate a ticket again. Thanks!
Next Page