Help with understanding API
Is it possible for a form at my website to send information to zoho records? What does this process look like? what would the form at my site need to be written in? php? html? I would start with a simple contact us form then try my test_reserve form after that ( and no please don't tell me to embed a form, already tried that, customers are coming up with "there is no such form at zoho creator" at my embedded form on the site and it works perfectly fine for me even when i am not logged into zoho)
Code field for email
Is there a ready made form or is there a field that can be put into a "contact us" form that requires a code - numbers and/or letters - to be filled in before the form can be submitted? - tks - jb
Show only columns of the current view while editing?
Hello, I want just to show the fields of the current view when editing. How can i get the info which view is displayed? Thanks in advance. Markus
Send an email with from View A with details in View B...
Hello there, I hope Someone can help me, I'm trying to develop an application which main function is send available consultants, in oder to do that I have a Conctact Form where we have the comercial contacts with an email field. Then I have another form where we are putting the Available Resources and their skills and what I want to do is send this available resources to our contact list. Forma A: Contacts (with email info) View AZ : List of contacts , on this view I have generated a Custom
Import updating existing data : pb with "else" please !
Hi all, I know that importing data today is just to create date, not update. Will you (soon?) developp this feature ? I do need to import data matching for example on ZohoID or any another field (formula field witch concatenate several fields could be useful too). We also should ba able import data into multiselect fields, where data are separated by , or ; Waiting, can you propose us a script to do this please ? Thanks Zcreator !
Maximum size of a column cannot be reduced
I am trying to update a form via the Form Definition page, but I get the following error message when I try to save the script Error modifying the page Maximum size of a column cannot be reduced, when the table is not empty -- tableName : t_116668000000015301 -- columnName : City_116668000000015428 I am not even trying to modify the "City" column. How can I resolve this?
How can i attach an iframe in my Form?
Hello Respected Members of Zoho. I am in trouble, i want to add an iframe with my form. i am use Add notes field for attach an iframe in form but i seems it doesn't support iframe option. Like i want to add iframe in my form. So users didn't go anywhere for getting any information, also in another window or another page they get their information in my form. just take an example of iframe option:- <iframe src="http://www.w3schools.com/" width="100%" height="300"></iframe> Please provide me solution
Why can't I control the view column widths?
Creator seems to ignore my column width settings (n pixels or percents) for a view. The view definition is shown below -- do you see what I am doing wrong? list module_View { displayname = "module View" show all rows from module ( Title ( width = 200px ) Description ( width = 300px ) URL ( width = 100px ) Keywords ( width = 100px )
Popup size
When viewed with Internet Explorer 8, all my html popups are cut off on the right side ("Close" is only partly visible). I call the popups like this: openUrl("#View:Testview", "popup window"); Even a dummy html view like this one doesn't display correctly: htmlpage Testview() <%{%> test test test test test test test test test test test test test test test <%}%> Thanks for your help. Filip
Can you use cURL, REST or some method to script file upload?
I am migrating some applications from Dabble to Zoho Creator and the migration tool only migrates the text data, not the attachments. I tried using cURL and a public version of the form I created to POST data to the application, but I could not get that to work due to there being javascript and several other forms on the same public form page. I tried the REST API but again could not upload files. Is there any way to script the uploading of files? My client has thousands of attachments and they can't
Update for challening problem
couldn't edit my previous post for some reason did more work on the database ap Test the question I have is written in red Gaev built a text to string and back to date:time function/expression, wondered how to use it for my application
Using external API
I am trying to send a post request to an external api but cannot figure out how... DS keeps giving me error messages. is there an example of how to do this? Thanks, Damien.
Update Deluge Language
Dear Sir, We bought Zoho Creator, but we found the Deluge Language is not enough (5000/Time) to setup our System. So can you help me to improve the limit of the Deluge Language to 10000/Time? How the payment?
Please Help Migration Tool Problem
Tried to upload this information to make a new application called Time using this menu option Yes I have room for one more application Yes I have .Net framework installed Only has two fields Text and Date:Time How do I solve this so I can upload my database with list of date:time and text field
How can I force CSV export from creator to ALWAYS use double quotes around data?
I would like to export to a CSV file and have all my data fields be double quoted. Is this possible at all? normally the fields are only double quoted when I have a comma within the data itself. thanks!
Embedded Form - Move to another page on success - send an email with attachment on success
I have built a form - lets call it a survey - a list of questions. I embedded the form in my website. Worked great. On clicking the submit button (on validation) I have an email form that is sent. Still good - got it to work. Two requests: - first, I want the viewer to be moved from my page with the embedded form to another page on my website - a success message. -second, I would like a pdf copy of the information submitted on the form to be send attached to the email sent to the party completing
Example source code for PHP Post Method call to Creator Form (from PHP Command Line) - seems to work.
Hey all, after some happy hacking...I appear to have been able to get this working from a command line call like this... C:\PHP_TESTS>php testcalltoZohoCreatorForm.php ...the PHP seems to work OK whether from a Windows (XAMPP PHP) or Linux environment. Being able to do this is useful if, say, you ever need to schedule some activity, such as a nightly or hourly data transfer from one server to another. Thanks to some other forum posts, I was able to get this working from a HTML form (i.e. webpage)...and
Grid views values being blanked out
Hi, I had posted the same problem in August 2010. We have been facing this problem over and over again and there doesnt seem to be any logical reason. Can you kindly look into this problem again. Here is the description. I have a form A in which the name, registration number and other details of a student are stored. I have another form B in which the name, registration number are imported from form A and marks of the student are stored. I have a GRID view based on form B in which I use the lookup
How to control window dimensions in opened URL link from HTML View?
I have an embedded iframe containing a ZC HTML View, seen in-part here: I want the "More Info" button to open a new window containing another ZC HTML View, and the window is *sized* and preferably *centered*... i.e. a popup. But since ZC doesn't allow any Javascript, I'm at a loss for how to do this. Though the openURL() function does have a popup size parameter, it is an immediate-acting function... i.e. it can't be triggered by a click on a button in an HTML View, as far as I know. Anyone have
Update field based on selection of lookup from another field
Hi, I am new at Zoho, and I am starting a new database. Right now I have 2 forms: Client and Call Log. The Client form stores all contact info: name, company, address, phone numbers, etc. The Call Log form will track all phone calls, emails and meetings with our contacts stored in the Client form. I have created the relationship between the two forms using a the Client Name field. Now what I want to do is have the Company Name field on the Call Log update automatically based on the selection of
Condition Display in HTML View
Hello, I am trying to create the Delivery Note after adding the values through Forms & HTML View. I am successful in doing so. I am facing some problem with - The HTML View on top is displaying Powered by Zoho Creator Logo, Can i eliminate it? I need to conditionally load values from record in the HTML view. Like if srno is not empty then only the html row will be display.Thanks. Umesh
Action on all records?
I see how to define a Custom Action that can optionally be invoked on selected records in the live view. What if I want this to happen without any user involvement other than opening the application or a view? So, I want to invoke an action on all records when a Creator application is opened, or possibly when a View is opened in the application. A typical action would be checking a date field in each record against today's date - if today is later than the date field in any record, another field
how can i create a particular Form View
hello zoho I am create a application in which i am use some formula field, now i want to that when user enter data then after the submit button they redirect to the Form View and in this form only shows the formula fields, the view doesn't contain the user input fields. and please suggest me is there is any way by which i can group together many Fields of View : like the Form View contain - USER NAME USER EMAIL ID USER ADDRESS USER PHONE_NO. then these all four fields are grouped in one - like that
jump to a view
hi i have an app with a form where my employees enter their inventory for our store at night. once they are have completed and added/updated it i want to jump to a view where I have some specific instructions on what to do next based on the data they have entered. how would i do such a think?
Looking for a Developer! Anyone interested?
I've been recently struggling greatly in trying to find the correct individual to assist me in the development of my Creator application. I had a developer I was working with that now just seems to have disappeared into thin air. I'm not ware if any of you have tried seeking a qualified developers' assistance before, but there aren't too many people who know the platform well enough it appears ;). So...... I thought I would turn here to see if anyone is interested? I would ideally like to find someone
How can i create such type of View?
Hello Everybody I am in a problem. i am creating an application that keep records on sales. In my application there are various View and on these there are various Reports. now in a View- Daily Report provide me the all over records of earning from the different locations op the today's date. It have following two fields: Location and Earning this view works well, and the report which attach with it also work fine but it's only provide me details where is sales happened. and if any location there
Hi, help with another look up field value problem
HI there, thank you for your hard work!! How can I export a value from Field1 FormA to another Field1 FormB while still staying in screen at FromA? Field1FormA needs to hold same value as Field1 FromB while still on same screen at FromA I have two Forms Reserve_Ride With fields Number of Seats Total (which is set to 8 as set value) Number of Riders (Customer enters the number of rides to purchase) Current Seats Available (has a formula that has 8- number_of_riders)
Zoho Freezing
Hi, Zoho is freezing everytime I try to access the script for Bookings (Raft), and I have to refresh the page to get it going again, cant view script at all. I cant really seem to do much to change it, am I able to provide access so support can take a look? Thanks for any help.
Copying data from one field to another in the same form
Hi: I am a new user to Zoho creator. For the most part "deluge" is very intuitive. However, I am stuck trying to figure this out - I have a multi-line field called "Billing Address" I created a checkbox called "Same As Billing" I also created another multi-line field called " Shipping Address" If the user checks the box "Same As Billing". I want the input from "Billing Address" copied to "Shipping Address". How do I do this? Thanks, Ram.
Google Calendar HTML View - Broken?
For over a year I have had a link to a Google calendar embedded in an HTML view (so that the users can see their Google Calendar within my Zoho Creator App). All of a sudden this appears to be broken. In Firefox this will just not display and in IE8 I am getting the error "this content cannot be displayed in a frame". Is this a Zoho issue or a Google issue? Is there any way to resolve this?
Formula Field Not Saving
I understand that a formula field will not be seen by the form user - only on the view. However, after I successfully create a formula field in the form editor, then leave and return to the edit form page, my formula field does not persist (and subsequently does not render in the view). Any thoughts? I've tried repeated the behavior in Chrome and Firefox.
How do I call a function from an expression with current record as parameter?
So I want to do this in an expression field: thisapp.mynamespace.myfunction(currentrecord) But, alas, how do I pass the current record? Cheers and THANKS for any help! And yes, I know "on update" and it doesn't fit my needs.
File upload feature hangs when used to update record
So, I have a inventory app where I'd like to store pictures and update the pictures when needed. I've created a form and used a formula to display the pics in a view using the following formula: ("<img width='100' src='http://creatorexport.zoho.com/DownloadFile.do?filepath=/" + Image_Upload + "&sharedBy=" + zoho.adminuser) + "'/>" I pulled this from the KB article: "How to render the images uploaded in Zoho Creator." It works when I'm just adding a record and displays in my default view just fine.
Duplicate Entry Restriction on hidden field
Hi, I have a drop down called "Client Type" on my form. One of the values in the "Client Type" drop down is "Realtor - Team" and the other is "Retail". If I select "Realtor - Team", I am showing a field called "Team Name". This field has the "No Duplicate Entries" check box selected. Here is the problem, if I select "Retail", this field is not even shown. However, when I try to submit the form, I am getting "Duplicate Entry For Key 3". This validation should not even be checked for "Retail".
Can I add search to Summary View?
if I can add a Search bar to Summary field this is a home run!
Please List Supported Browser Versions
ZC team, Please give us an update on what browser versions are currently supported. Thank You, John M. Whitney
Creator - External Users
Good Afternoon I've started to look at Creator again after a few years. Is it possible to create an application which can accessed from external user without buying a full licence for so say an ecommerce site. Salesforce / force.com has sites which offer this function. Best Regards Ben
Ambiguous Error Messages: WHEN will dev ever fix error messages?
Please tell me how I'm supposed to troubleshoot this message below that appears when running an application? If the program knows a variable has a problem, it should know which variable it is, and display it's name, the line number the problem occurred on, etc. Oh, line numbers in error messages when compiling a script, don't get me started on that subject. Sometimes I wish the Creator dev team would simply go back to basics and get a few fundamental issues with Creator correct. QUESTION: When will
Radio button break down by categories
I have a question about radio button. For instance, Group A item 1 item 2 item 3 item 4Group B item 5 item 6 item 7 item 8 Is there any way to select ONE answer from either Group A or Group B not both? OR how do we break down radio listing and insert label Group B in the middle? Thank you for your help, woodpecker04
Edit Record via URL is not working
According to the help page at https://help.creator.zoho.com/Editing-Records-via-Record-ID.html the following format allows editing of a record via a URL: http://creator.zoho.com/<userName>/<applinkname>/#Form:<formlinkname>?recLinkID=<recordID>&viewLinkName=<viewlinkname> I've had this function working for months, but it seems now that I'm checking it that some of the records either don't appear fully (i.e. a blank screen) or some do work properly or inconsistently. Here is a URL that should work,
Next Page