form submit email address's heeeeeeeeelp
Hi Guys i must be thick but i can't get the submit script to work, i get "In cases where From: address is not a zoho.adminuserid or zoho.loginuserid, the To: address can only be zoho.adminuserid and the sendmail task cannot have any CC: or BCC: address." If you could help me as you would a small child, lets say i registered with the username MR A with and email of john@hotmail.com and i want the form to go to him@nightsky.com what do i need to put in the from:field to:field because it's got me beat,
Making an email list.
Does anyone know how to create an email group from the view form without having to type each individual email into their email addresses?
Button
You guys are doing great work! I Love this. We could use a Button component. Thanks
URGENT: Need to increase Insert Row limit for this month.
Hi, In my previous application there was a flaw that we are filling up by creating an aggregated form. Please allow me to have 2000 to 5000 entries a day for some time. Thank you. Nepal
How do I find the data submitted from a form using 'Add Form'?
I have created a job application form which is supposed to send data to the Zoho server and also copy an email to the person submitting the form. I have tested the form and neither of these actions has worked. How do I find the data? I follwed hte instructions in Knowledge Base but to no avail. Would appreciate some help. :)
How to search data containing a "?" question mark.
When importing data from .xls some characters are not imported wright. Like H?l?ne must be Hélène or No?lla must be Noëlla. The ? mark is a replacement for one character. Question: 1)How can I seach for this words with ? so I can correct them. The normal search with ? do not work. 2)How to prevent bad import ?
Using forms to edit records
I'm a Zoho newbie. I have created a form and a view. I am able to use the form to enter new records and use the view to filter my records. However, I have not figured out how to use the form to edit an existing record. Is it possible to use the input form to retrieve a record/edit/resubmit?
Problem with the new login screen
After implementation of the new login screen, I see the header twice.... Please see the attached screenshot. Thanks!
Redirect url cause not displaying success message!
Hi to everybody, I actually have a problem because If I insert into the Deluge script the url redirect syntax to another form of my project, the success messagebox is not displayed. If I remove this url redirect I can see the success message. (I have inserted the code on Add on Success) I have to give to user a success message and then (after some seconds) the page has to be redirected to another form. This is a really big problem for me beause a not well-experienced user does not see if the data
Having trouble gettting Excel info to import
I can not get Excel spreadsheet with data to import correctly. Whether I import it or paste it for Creator, I do not get the data in. The window freezes up and when I go and look at my field view, nothing is in. Ideas?
Null & Html
Hi, anyone have experienced Null values in Html referred a field as dropdown, date, etc. I try with this code in freeflowscript to return no values instead a "null", but don't run. if (rec.Date == null) { tempVariable = ""; } else { tempVariable = rec.Date.toString(); } Any suggestion? Thanks Michele
Zoho Creator evaluation
I have been evaluating Creator for use in a non-profit I work with. I love the product, however, the severe limitation on record count is a show stopper. $25 per month is at the high end of what this organization can afford for this purpose, and 10,000 records simply does not cut it. Competitive products typically offer 100,000 records for a similar price. I'm surprised not to see a lot of discussion of this issue in your forums. I was hoping that deployment in GAE would be an option, but here I
PLease wait - creator
I have created a new form, when the person I share it with selects "submit" it get hung up (please wait) and no data is sent. Further more I do not get a email notification. What am I missing?
Subform - Pick Attendees Unique Meeting list
Hello, I have created a subform similar to the Meeting Tracker Application in the "Add Meeting Attendance" part, where you see all the Attendees in the "Pick Attendees" List, is it possible to show only on this list the Attendees relative to this Meeting and not the attendees of all the Meetings. Thank you,
how to select the first item in a dropdown field on form load
Hi, I a form I create a dropdown field with a few items. On form load I would like have the first item in the list to be the current selected item. By default the dropdown field will say: Select. But I want it to show the first real value that is in the list. I have tried this: Cursusdatum.select(1); But that doesn't work. I know and have tested that when I provide the actual value it will select the correct item from the list. But I don;t know the values of this dynamically created dropdown field.
How to create relation subforum?
Hello, im new to Zoho and wanted to ask how can I create this type of form: I have a main form with users. I need to add the family members of each user, father, mother, and so on. I tried to create this using the so called "subform workaround" so I have created something similar to the Meeting Tracker Application but in the "Add Meeting Attendance" part, you see all the Attendees in the "Pick Attendees" List, for all Meetings. In my case where "attendees" are "family members", I'm seeing a huge
Error migrating from Access to Zoho creator
I have succesfully opened my access database with the migration tool, and I try to upload the database to a new application. I only have one application. the upload take a very very long time (one hour) but the database is about 2mb. I don't know what to do I have uploaded the database and the ds file from temp as asked before by moderator. thanks in advance.
Error message on changing private views to public
When I tried to change a view from Private to Public I received the following message: Due to security reasons, we have disabled enabling public access for the Trail and Free Edition users. Please contact support@zohocreator.com for more details. I am currently using the free edition. Did this change recently
Currency Calculation
Can I get a calculation output displayed to only 2 decimal places for currency purposes? I am trying to calculate a price based on 2 sets of dates given and the calculation comes out at about 8 decimal places.
Creator
Creator is an awesome program not sure how we would keep track of our projects without it!
Updating criteria in lookup
When using a lookup field it is possible to use criteria. I would like to know if it is possible to update this criteria when updating another field. For example I have a dropbown selection and I select an option, then the Multiselect only shows the records that correspond with the selected option from the dropdown. I have been looking around at the forum / help, but haven't found a solution yet. Thanx for the help. Tim
How to restrict what a user sees?
Okay I have set up an HRMS system in Zoho Creator and I need to restrict the data that employees can see to their subordinates only. How can I do this? Please help ASAP!!! Thanks, Michael McNeill
HTML View parameter as DAte
Hi all, I am struggeling with a HTML view parameter. What I wannt is this : when accesing the html view, and the parameter is empty, it will get the currentdate. But the parameter is a string. How can I accomplish this? Thanks and Regards, Danny
display image in email attachment
i have created a form (form 'A') with an on success script that sends an email to the recipient with a link to form 'B'. some parameters from form 'A' are currently passed via the email to populate form 'B'. if i have previously uploaded an image to form 'A', is it possible for that image to automatically display in the email body when the recipient opens the email? (preferred) Or, as an option, could the image be displayed in form 'B' when the recipient clicks on the link? thanks, mike
View criteria. String case.
I have a view with the following criteria: ((txtTask.startsWith("Verify this was received") || txtTask.startsWith("Follow Up")) && (Completed is null))But if the case is not a match then the records are not displayed. For example, I'm looking for "Verify" in the string but if the records text is "verify" then it will not find the record. I tried this but it would not let me save the criteria. ((txtTask.toUpperCase().startsWith("VERIFY THIS WAS RECEIVED") || txtTask.startsWith("Follow Up")) && (Completed
MAC computers - cannot access creator -- Firefox 3 or greater...
MAC computers - cannot access creator -- Firefox 3 or greater...any ideas?
A lot of problem
Hi, We have a lot of problem with our application (quota of sent mail and form Live). We sent mails tu support but we don't have answer. Can you help us ?
Lets play a game. You guess what this error message possibly could mean.
tt
Corruption of Data
Yesterday was a terrible day for me in terms of time spent rebuilding ZC databases and applications. I rebuilt data from backups on two different occasions. Suddenly data in 6 different fields in a single form became populated from entirely different fields within the same form. The first time I thought it was a "hiccup" in the system and not repeatable, but it happened the second time and I am fairly certain that it is because of editing info using the Grid View. I've written support and granted
Disappeared the �width� of the field property
How to specify the width of the field? Does this property still existed?
Add date to submissions
Is it possible to add a date stamp to entries submitted to my database? I want to be able to sort them by date, but dont want the user to enter it manually, i want it done automatically. thanks aron
Problem with embedded form and parameters
Hello all, I can pass a parameter to a form successfully when i call it directly: http://creator.zoho.com/robbastiaansen/gpsopleiding-nl/#Form:Inschrijven?Test=hallo In my form the field named Test is filled with the value hallo. Works great. But when I try to do the same from my web page with the form embedded it doesn't work. I have added the parameter to the URL in the iFrame. But I am afraid that I have the wrong syntax or something because the field is no longer filled with the value. See here:
Creator vs. CRM
Hi, I am wondering whether I should use Creator or CRM for our CRM needs. I would use the CRM application, if there was some type of integration with creator, but it doesn't have it. Is this on the roadmap? In fact, I am liking the Zoho suite, but it's all disparate. i.e. if I am using Zoho Projects, it would be nice to associate a project to something in creator, say my CRM, or in my creator, if I could associate with Invoice etc. Is this type of absolute integration on the roadmap, and if so, is
HTML & Internet Explorer
Hi, I've a script that allow print an HTML view on success. With Firefox browser it print very well. But when I access at the form with Internet Explorer print result cutted on the right for 20% of the page. Anyone have experieced the same issue? Any suggestion? Thanks Mig
Gardeners?
Is anyone else trying to design a garden management database? I'd love to share notes.
FORMULA FIELD does not appear
Hi, When I create a formula field it is not appearing on the Form screen but it does appear on the View list. Why is it not showing on the Form? Please let me know what I'm doing wrong. Thanks. Henry
how do i import data from multiple fields to one field to select from a drop down menu?
i am trying to choose one of several products assigned to a specific vendor to make an action on.
Private application with all its components public
ZC team: Does it make sense to say that an application is private if all its components are public? See the image below Also, in the case of a public application, how can I know when the Save as script and Copy application options are available to the viewers? In some case these are available, in other cases these are not available. Regards, George
How to make one of three fields required in a form?
Is it possible to only make one of three fields required in a form, the application is here: https://creator.zoho.com/mosmobiles/hrms/#Form:Add_Contact and that should show you what I am attempting to do. Any help would be amazing. Thanks, Michael McNeill
Problem with Uploading XLS data to Creator Forms, Need help!
I am trying to upload some xls data to zoho forms. It initially accepted until some point where it refused completely. I have switched browsers but still not able. I then hid a column and i succeeded for just a single upload. Since then, it has refused. Could someone help me am stuck! Tiko
Next Page