Submitting File via Email
Hi, Is it possible for a user to submit a file (excel, csv, txt) via email to a form? Thanks! V
Relating tabs
how can i relate a custam object to a standard object using lookup
Subforms
I am new to to Zoho creator and have recently been using the trial version of Microsoft Access to set up a patient database for home visits. I have created a form and have included two subforms within the Master form. 1. I was hoping that they would just provide a link to the forms, by clicking on the images (see attached "overall patients form (editing view)") and not reproduce all the entries, as in the attached "overall patients form (actual view)". 2. I would like it look like the editing
take the percentage from one "form" and calculate it from a dollar amount on another "form"
take the percentage from one "form" and calculate it from a dollar amount on another "form" is it possible??
Combining Views
Hi, How do I combine three different forms to create a view that has all the fields from these forms? All these forms are part of same application. The first form contains a user entered reference field which is also a lookup field in the other two forms. Thanks! V
Creator Font Change
Hi, I would like to change the font of a renewal deadline to red whenever it is within a month of that renewal deadline. How would I go about doing this in Zoho Creator? Thank you, Jon
I can't use public application on free account???
Hello. I can't find any information on this in the FAQ. Whenever I try to change a form to public the option is grayed out and it suggests upgrading my account. However in the business version faq it says that I should be able to create a public app accessed by unlimited users - inside of the free edition.
Formula
Hello, i was trying to edit this in free flow, The "username" and "userid" are field name right? and type is "formula" ..But you can't put formula if you don't enter "expression"? in the given example theres a two fields username and userid but their type is "formula" is it possible that you can convert a field to formula in free flow? username ( type = formula value = zoho.loginuser ) userid ( type = formula value = zoho.loginuserid )
ERROR ON AT SUCESS SCRIPT
Dear All, While filling online Form, I am getting Error Message as below : Error on at Sucess Script Note: We are working on giving more meaningful error messages on script failures. What is the solution for this message. I have given request to Zoho Team, but not received any reply. Please reply me at the earliest. Deepak
Can I set up a field that autofills with consecutive unique numbers.
I need each form entry in my database to have a unique consecutive number. So when a form is submitted the first field might be 0234. Then when the next form is submitted that field will automatically show 0235. Is this possible? Thanks in advance.
Need a Database Documentation Report
Any idea when there will be a database documentation report, similar to what you find in MS Access? It would need to report on each form and view, and all of the field properties associated with it.
Email Already exist
Hi, i tried to do this in free flow and works fine at first,when i try to submit the email again it shows" One or more fields were dynamically changed. Please resubmit the form. then after i resubmit the form it "Added Data Successfuly"? On User Input { if (count(Register[emailid == input.emailid]) > 0) { input.emailiderror = “This email id already exists”; show emailiderror; } }
Cant find the "count" built in function?
Cant find the "count" built in function?
Edit - Form View : Unable to scroll to right to edit
Hi, When I go on form view and try to edit a embedded subform, I am not able scroll to the right and make changes to the data. Please attached image for your reference. Thanks! Vishal
Email - Subform Data
Hi, I m unable to include subform data into the email message I am trying to set up. Is it possible to include subform date into email messages? Thanks! V
Inserting Lookup Field information into HTML view.
Application has two form: - Project Form: containing Client name, Project number, Task required. - Purchase Order Form: containing PO information The PO Form has a Lookup Field that allows the user to associate the PO with the Project by the Project Number. Once the user click on the submit button, the PO form launches an HTML view for printing. I am able to auto insert all the PO form fields in the the HTML view, but I have no idea how to insert the associated Project field into the
How to Get Data From External Website?
How to Get Data From External Website? i already read this in Help Center,but i want a better explanation,thanks
List Add
Hi Here's my problem: I have a list LISTA { A,B,C } and I would like on edit/on success that all items on LIST that are not checked to be included on LISTB How can I do that??? Thanks
what is String Variable?
can you give me an example of string variable? String variable are "Zoho Variable"? zoho.adminuserid zoho.loginuserid zoho.adminuser zoho.loginuser zoho.appname zoho.appuri zoho.ipaddress ??
Radio Button on edit remembers last choice would like it to no be Initial value none as per on add
Hi Small Radio button issue Radio two choices A / B (Initial value none) On add select A On edit A is selected (should be) For On edit Would like neither A or B back to Initial value none Any way to do this via script ? thanks
change field value button
I have a simple application which I want to be used in production. I am stuck on creating a simple script that when push Vinde custom action button adds the letter "a" before Cod produs field value. From the view I set up a custom action which shows for each record. I just want people to click Vinde button and it will change the Cod produs field value from 1001 to a1001. Thanks anyone who can help!
what is a "criteria"??
what is a "criteria"??
Script Builder Usage Tutorial
Script Builder Usage Tutorial
Reports Based on Two Forms
Is it possible to create a report based on two forms? Thanks!
Creator to CRM
Hi I am currently running a trial of CRM Enterprise with the intention of running this alongisde Creator. I just wanted to check that I will be able to build apps in Creator and have them update prefined data fields in CRM as per my specifications using Web Tabs? This is what I've understood to be the case - but I was just hoping to get a steer before I start the process of head banging and learning! Thanks M
Cannot Delete Tabs
Hi, I have the free version and I created a Report which I selected to place under a new Tab called Enquiries. I have now deleted this report but I cannot delete the Tab which contains nothing. How can I do it?
How can i edit this in Script Builder???im getting confused,
form Feedback_Form { displayname = "Feedback Form" Your_Email_Address ( displayname = "Your Email Address" type = email )
How do I get an embedded form (iframe) to open a single CRM record for editing using a URL Parameter
Hi I have a form which I want to use to edit a specific record from Zoho CRM Contacts. Specifically, I want to use the form "onload" to retrieve a single record for editing by using the current URL parameter value as the record's ID value to be retrieved. For example, using the form below "id=1234" http://www.rentlondonflat.com/reference?id=1234 So in the deluge script I want to use on form on load event to execute following: getRec = zoho.crm.getRecordById("Contacts", currentid); Question is how
Support Number
Can any one have support number please give me
Zoho header - is it possible to remove the zoho header on all pages? Is this something for paid accounts? Can we make the size appear fully custom and on it's own domain (dentalcosts.biz)?
Zoho header - is it possible to remove the zoho header on all pages? Is this something for paid accounts? Can we make the size appear fully custom and on it's own domain (dentalcosts.biz)?
Make a record inactive
I was wondering what is the best way to make a record inactive. Basically I need to keep all the information that has been entered to this point and the option to edit in case the client is re-opened, but I do not want it to show up in any reports. I also need to make sure others are aware it is an "inactive" account.
Is there any list of codes in deluge script? I think it will help alot because of copy paste
Is there any list of codes in deluge script? I think it will help alot because of copy paste
Customize zoho form - Zoho Creator
Is it possible to create three sections on a zoho form? Example, I need top half of the form to have two vertically separated section and entire bottom half to be the third section.
Report builder - limit to 3 fields in Y-Axis?
I can only drag three fields into the Y-Axis on a bar graph. Is this a limitation? I have four things to graph, pounds, dollar value of pounds; time, dollar value of time. Pounds and dollar value of pounds share the same scale, so time and value of time should work too. Right now I have to choose either time or value of time to display with the pounds/dollar value. I'd like to show all four.
Embed View
The users guide says to: embed a view (all views other than HTML view) Select the view to be embedded and click on More Actions -> Embed in your website near the view header. When I click on More Actions, the embed option is not shown. Can you please tell me why?
Criteria with "not equal to" in the condition is not working
I had set criteria in several views as follows : Current status is not equal to Empty Returned. (I used script builder so not mentioning the deluge stript) Till yesterday it was showing all records in which Current status was not "Empty Returned" But I could not see any record in the views today. Then I had to change the criteria and remove this "not" and gave the condition of matching any of the all other Current status. Then only it worked. Why is it that the criteria with "not equal to" in the
Can we change the domain of the app made in zoho to other domain without embed it just for SEO purposes?
Can we change the domain of the app made in zoho to other domain without embed it just for SEO purposes?
How to get formLinkId for my application form?
Hi I need to get formLinkId for my application.If anybody answer this question, then it would be appriciate. Looking forward for your answers. Thanks
Is there a way to take the value of checkbox?
I need to design a form using checkbox. activity: abc/$100 cde/$200 xyz/$123 i need to count the total price of activity? How can i take the input of selection of checkbox on validate?
Creator Calendar month display
I have created several calendar views using Creator. All of these vierws only show the month being displayed in the bottom line of the calendar view which is generally off the display so the user has to scroll to see the month. Is there some way to have the current view's month displayed at the top of the calendar view? Thanks, Bic Wood
Next Page