What new features do you want to see in Forms?
Hey!
We run a form-building service at FormCrafts (https://formcrafts.com/) and have been considering building a native integration for Smartsheet.
I'd love to get some feedback and suggestions on what people are looking for that's missing in Smartsheet forms.
Some ideas we have so far:
- Being able to add custom text, images, and such on the form
- A more powerful dropdown field - limit selections, add images to options
- More powerful conditional logic. Maybe use logic to send emails, trigger redirects?
- Restrict form access by password
- Use math calculations in forms
- Create multi-step forms
- Allow form to update an existing row (is this already possible?)
I'd love to hear some thoughts and suggestions.
Comments
-
coby ✭✭✭✭
We have a big issue that Smartsheet only allows a maximum of (8) conditional logic branches for each field. We have a complex form we are looking to implement that would need dozens of branches for each field. Going in the direction of jsonschema form on an external site that sources the schema from Smartsheet API data but would be sweet if there was an easier way.
-
skarkhoff ✭✭
All of your ideas are great! I'd love to see something that could filter dropdown options based on a previous response, currently I have to use 2 columns and combine using a formula.
Being able to format text and add images would be helpful as well.
Also, being able to select calendar options for date selections (i.e. exclude weekends, or only show dates over 2 weeks out, etc.)
-
Nish ✭
我们没有限制你ca的数量的分支n have for a field, or the number of fields it can affect. We have tons of users who have 50+ logic steps, each with their own set of 'actions'.
I am curious though - why does the form require dozens of branches for each field? If you have more info I'd love to see ways it can be done more easily.
-
Nish ✭
We have the features that allow text and images, and the ability to customize the date field.
We don't have a feature where you can edit the options list of a dropdown field based on a selection. Our users usually create two dropdown fields in this case and show the one with the correct option set via logic.
-
coby ✭✭✭✭
Could go into more detail if you wanted to discuss further. Looking at your business model/service it looks solid, but I guess we are looking for a more malleable solution.
-
Melitta ✭✭✭✭
We use forms to collect information from specific people in roles at the university. We don't have an enterprise license so - there may be some things that are precluded due to that.
2, 3) I'd love a more powerful dropdown field and conditional logic.
4) I'd have some questions about the restrict form access by password. I can see where that would be helpful but right now, getting everyone on board with what we're building - that people don't have to log in to use the form is important.
6) Multi step forms? YES!
7) And if the form could update an existing row - sounds complicated to implement but I would love that.
Thanks
Melitta
- Being able to add custom text, images, and such on the form
- A more powerful dropdown field - limit selections, add images to options
- More powerful conditional logic. Maybe use logic to send emails, trigger redirects?
- Restrict form access by password
- Use math calculations in forms
- Create multi-step forms
- Allow form to update an existing row (is this already possible?)
-
Nish ✭
Thanks for the feedback! And yes, of course, requiring an access code for the form would be an optional feature.
-
Nish ✭
Yes, I like to know more about your use-case. We are trying to make FormCrafts work with varied requirements, and it would help to know about your workflow. We can trade feedback - you can email me at nish at ncrafts dot net.
-
Mark Salamon ✭✭
I have been struggling with some similar requirement re form security and came up with a solution that partly fits the bill.
It would be great to have a true password requirement in order to access a form, to ensure that not just anyone can complete it. But, obviously, SS does not support this yet.
Instead, do the following:
1 - Create a sheet and corresponding form. In the sheet add a Password column (simple text) and also add that to the form as a required field.
2 -形式,使电动汽车的展示ery other field conditional on the value of the Password column matching a specific value, by using conditional logic. Optionally, add a description to the form or field that explains what the Password is used for.
3 - Create a copy of the sheet.
4 - Create a rule in the original sheet to copy a record to the copy sheet if the password matches that same value.
5 - Share the password value separately with the people who need to access the form.
This approach will NOT stop a user from completing the form, but without the password they will not be able to fill out any fields except for password itself. That's the reason to have a copy of the sheet, so that you can use the copy to limit the records to ones where the user had the password and completed the rest of the form.
If you have an existing sheet, then make a copy of that sheet, base the form off of the copy and when a record has the right password, copy the record to the existing sheet.
Note that you can create different forms for different groups of users, with different passwords (and possibly different fields available to each group), and share each form link and password with each group. You can store the passwords in its a separate sheet, identifying which group of users it corresponds to (Sales, Marketing, Clients, etc.) and insert that group identifier in the sheet via VLOOKUP.
If a password gets shared too broadly, you can alter the form to require a different password value and reshare that to the identified recipients.
Categories
I'll answer what I can and shout out to @Brian_Richardson<\/a> for back up. <\/p> #1 Report Filters- To my knowledge there isn't a direct Report Filter update however I wondered if the column was a dropdown list - if so, Bridge can update dropdown lists and if the filter was set to select all it made me wonder if the filter would pick it up new selections. (Datashuttle also updates dropdown lists if this method works)<\/p> #2 I've had problems with a slow sheet erroring out in Bridge. The sheet was massive and Bridge would time-out. Bridge did not help this sheet (it might have been too large for anything to help)<\/p> #3 -I don't have any experience with Control Center, so sorry, I can't answer those questions<\/p> My fav Bridge solutions?<\/p> -Capturing Approver Names in approval workflows<\/p> -Adding rows - same sheet, different sheets, Child rows to Parents, On a weekly cadence, Adding New rows of acquired data to a status update sheet which feeds into a dashboard report<\/p> -Translating Employee Ideas from their native tongue to English<\/p> -Checking FedEx Tracking Status on a sheet's worth of shipments<\/p> I hope this helps<\/p> Kelly<\/p>"},{"commentID":373322,"body":" Hey @Julie Fortney<\/a> !<\/p> @Kelly Moore<\/a> thanks for the shout out :-) but I'm not sure I can help more than what's already been posted. <\/p> @Julie Fortney<\/a> in general Bridge is an API tool. You can setup multi-branched workflows in Bridge with pre-set API calls and utilities. You can also do custom HTTP calls to any API that you have access to in the cloud. So anything you can do with API calls you can do with Bridge. It also, importantly, allows you to run Javascript code using the results of your API calls, and to trigger workflows on changes to Smartsheet content or on any other webhook that you can receive from other tools.<\/p> There's a fair amount of Smartsheet API methods that are prebuilt into Bridge, but not all of them. So if you're looking at the Bridge documentation for Smartsheet<\/a> integrations and not finding what you need, you can also look at the Smartsheet API documentation<\/a> to see if there's something there to help you out. If you find an API method to use that's not already pre-built as an integration, then you can use the Custom HTTP Call step to directly call the API. You just have to provide the Smartsheet API with an API token, which you can assign to yourself in your Personal Settings.<\/p> It looks like your specific questions were answered pretty comprehensively by Kelly and Samuel but here's my 2c:<\/p> At Iron Mountain we use Bridge for a variety of use cases, here's the most effective ones:<\/p> Hope that helps (a little). If you're trying to figure out whether you'll find Bridge useful, my best advice would be to decide how much integration you want to do. That's really what Bridge is for IMHO. You can<\/em> use Bridge to do more advanced workflows in Smartsheet but it can be a little tricky, often it's easier to leverage the prebuilt addons like Data Mesh and Data Shuttle in combination with automations to achieve what you're looking for. That said, Bridge is quite powerful and can certainly take your Smartsheet setup to the next level.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":343,"name":"Add Ons and Integrations","url":"https:\/\/community.smartsheet.com\/categories\/apps-and-integrations","allowedDiscussionTypes":["discussion","question"]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":369,"urlcode":"bridge-by-smartsheet","name":"Bridge"}]},{"discussionID":108771,"type":"question","name":"Has Smartsheet improved the Workapps notification functionality?","excerpt":"While looking at a Smartsheet Workapp today, I noticed the text highlighted below. It says: \"Automation: You can create automated workflows in Smartsheet to alert people in your app. Learn more\" I was excited to see this because I don't use the Workapp tool since it lacks a way to A) notify users of notifications within…","snippet":"While looking at a Smartsheet Workapp today, I noticed the text highlighted below. It says: \"Automation: You can create automated workflows in Smartsheet to alert people in your…","categoryID":343,"dateInserted":"2023-08-10T01:25:46+00:00","dateUpdated":"2023-08-10T07:34:18+00:00","dateLastComment":"2023-08-10T13:12:38+00:00","insertUserID":13526,"insertUser":{"userID":13526,"name":"Marc Shecter","url":"https:\/\/community.smartsheet.com\/profile\/Marc%20Shecter","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/7MDG7HO742ML\/nHOVUT0FAH0M1.jpg","dateLastActive":"2023-08-10T15:38:57+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭"},"updateUserID":91566,"lastUserID":91566,"lastUser":{"userID":91566,"name":"Genevieve P.","title":"Community Manager","url":"https:\/\/community.smartsheet.com\/profile\/Genevieve%20P.","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/KHY4Y67W0VRX\/nF76D5N9MFB28.png","dateLastActive":"2023-08-11T17:39:53+00:00","banned":0,"punished":0,"private":false,"label":"Employee Admin"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":1,"countViews":27,"score":null,"hot":3383304504,"url":"https:\/\/community.smartsheet.com\/discussion\/108771\/has-smartsheet-improved-the-workapps-notification-functionality","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/108771\/has-smartsheet-improved-the-workapps-notification-functionality","format":"Rich","tagIDs":[371,510,514],"lastPost":{"discussionID":108771,"commentID":389996,"name":"Re: Has Smartsheet improved the Workapps notification functionality?","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/389996#Comment_389996","dateInserted":"2023-08-10T13:12:38+00:00","insertUserID":91566,"insertUser":{"userID":91566,"name":"Genevieve P.","title":"Community Manager","url":"https:\/\/community.smartsheet.com\/profile\/Genevieve%20P.","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/KHY4Y67W0VRX\/nF76D5N9MFB28.png","dateLastActive":"2023-08-11T17:39:53+00:00","banned":0,"punished":0,"private":false,"label":"Employee Admin"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Add Ons and Integrations","url":"https:\/\/community.smartsheet.com\/categories\/apps-and-integrations"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/C4YA4UIUZFSF\/image.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"image.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2023-08-10T15:39:24+00:00","dateAnswered":"2023-08-10T13:12:38+00:00","acceptedAnswers":[{"commentID":389996,"body":" Hi @Marc Shecter<\/a> <\/p> The prompt here is to help Workapp Builders use automations in the underlying Smartsheet sheet to send out notifications. There currently isn't a way to build an automation directly in the Workapp, as you noted. I see you created an Idea Post<\/a> around this, thank you!<\/p> For your B), you could add the URL to the Workapp in the body text of the notification if that helps.<\/p> Cheers,<\/p> Genevieve<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":343,"name":"Add Ons and Integrations","url":"https:\/\/community.smartsheet.com\/categories\/apps-and-integrations","allowedDiscussionTypes":["discussion","question"]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":371,"urlcode":"WorkApps","name":"WorkApps"},{"tagID":510,"urlcode":"email-notifications","name":"Email Notifications"},{"tagID":514,"urlcode":"slack-notifications","name":"Slack Notifications"}]},{"discussionID":81825,"type":"question","name":"Control Center profile data","excerpt":"Hello everyone, Do you know what is the difference between \"one time write\" and \"editable value\" when we configure profile data ? I can't find information on this parameter. Thank you for your help, Have a nice day, Corentin","snippet":"Hello everyone, Do you know what is the difference between \"one time write\" and \"editable value\" when we configure profile data ? I can't find information on this parameter. Thank…","categoryID":343,"dateInserted":"2021-08-04T15:22:08+00:00","dateUpdated":"2022-06-14T14:38:22+00:00","dateLastComment":"2023-08-10T00:13:11+00:00","insertUserID":120110,"insertUser":{"userID":120110,"name":"Corentin Dal Farra","url":"https:\/\/community.smartsheet.com\/profile\/Corentin%20Dal%20Farra","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!nrtVvwdzHTo!U5VVnwNbQ4Q!QK6RQ3smzIb","dateLastActive":"2022-06-21T12:25:40+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"updateUserID":91566,"lastUserID":148703,"lastUser":{"userID":148703,"name":"Kayla Q","url":"https:\/\/community.smartsheet.com\/profile\/Kayla%20Q","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!A6O0x6U5B7g!D_Erg-_Cvns!j14wSxJ9_1x","dateLastActive":"2023-08-10T21:50:02+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":489,"score":null,"hot":3319718719,"url":"https:\/\/community.smartsheet.com\/discussion\/81825\/control-center-profile-data","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/81825\/control-center-profile-data","format":"Rich","lastPost":{"discussionID":81825,"commentID":389941,"name":"Re: Control Center profile data","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/389941#Comment_389941","dateInserted":"2023-08-10T00:13:11+00:00","insertUserID":148703,"insertUser":{"userID":148703,"name":"Kayla Q","url":"https:\/\/community.smartsheet.com\/profile\/Kayla%20Q","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!A6O0x6U5B7g!D_Erg-_Cvns!j14wSxJ9_1x","dateLastActive":"2023-08-10T21:50:02+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Add Ons and Integrations","url":"https:\/\/community.smartsheet.com\/categories\/apps-and-integrations"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/HU1SUMAZFTJO\/image.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"image.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2021-08-06T07:31:01+00:00","dateAnswered":"2021-08-05T17:11:20+00:00","acceptedAnswers":[{"commentID":300485,"body":" Hey @Corentin Dal Farra<\/a>,<\/p> The \"One Time Write\" behavior will copy the value from the cell in the intake to the Profile Data<\/a> cell in the project sheet(s); this allows collaborators to update the value within the project sheets unlike the \"Cell Link\" option.<\/p> Essentially, \"Editable Value\" behavior is the same as \"One Time Write\" but when you Edit Project Information in Smartsheet Control Center you will be able to update the value and ensure that it is updated in all sheets where the Profile Data appears: <\/p>