Join the Team Forms community

Hi everyone,

I have a form where I have a data-grid (DG) component inside and in that DG component I have a number and text field component , I want both of them to behave like if the user has written anything in those fields in the first row of the data-grid component I want the second row or any rows added of that same data-grid component to have the same values written in that number and text-field component.

Any suggestions would be helpful!
Thanks

2 comments
E
A

Hi everyone,

I have created a form where, I am using a multi-page wizard so in my first page (let's call it, page1) I have a data-grid component (lets call it DG1) and in another page (page2) I have another data-grid component (DG2) , page2 is more like an overview page, so I want to display the data from DG1 on the DG2 component automatically (basically, whatever fields i have selected (in the share-point component values) and typed in the text-field or number component, I want them to be displayed). Is it possible to achieve it, If yes, how should i go for it.

Moreover, I have another form where I have a data-grid component inside it I have a number and text field component , I want both of them to behave like if the user has written anything in those fields in the first row of the data-grid component I want the second row of data-grid component to have the same values written in that number and text-field component.

Any suggestions would be helpful :)

Many thanks!

5 comments
A
E

When clicking the bubble it works fine but clicking the word attached seems to change the answer to the incorrect option?


2 comments
E
T

hi,

If I use team by edge or chrome browser, is there notification function when contact show message to me at desktop? thanks.

1 comment
A

hi,

Our end user feedback when she login teams by website or app, the calendar function not run successfully, because she use team by intranet, not internet. I would like to check which website should be added to firewall to open calendar function? Thanks.

1 comment
A

I added an input field inside my survey component by inserting <input></input> inside my questions fields under the Data tab. Output is shown on the second photo.

Now I'd like to add another column for another input field to the right of the first column.
Also, I like to have table headers for the first and second column.
Or are there any other workaround to achieve the same output?

2 comments
E

The link nor the RQ Code to share my form with anyone do not work. Please help?

6 comments
E
G

I have created a summer camp registration form that includes sharepoint data from excel data sources. When I make the form public so that I can share the QR code with people outside of the organization who I'd like to fill out the form, my sharepoint fields are not linked to the data any longer, and the options cannot be seen or selected. Is there a way to make the sharepoint data fields public as well?

2 comments
A
T

I know it's more of a Power Automate question rather than a Team Forms one. But does anyone have an idea of how to get the label of the radio button value I selected using Power Automate. I want to get the label of each choice :

The current data that I can access is in this format:
"data": {

    "Monday": "Salad",

    "Tuesday": "Pork",

    "Wednesday": "Chicken",

    "Thursday": "WFH",

    "Friday": "Pork",

    "name": "Test User",

    "email_address": "test@gmail.com",

    "account": "Account Test",

    

  },

1 comment
E

Put a PowerPoint presentation in the form



1 comment
E

Is there any way to change the text "Add Another" in the add another button in a data grid component?

1 comment
E
D
David Cummins
E
Solved

Bugs

I am experimenting with Teams Forms. So far, I found a few bugs. One is that there is not a way to name a form, so the default name is "Blank" which is lame. The other bug is that response data in the SharePoint list is not written into discreet columns and rows, you know, what a typical database or List should look like. Instead, the responses are expressed in a PDF format and JSON code. Again, lame.


The last time I looked, JSON is not a language used to create databases, SQL is. So, I don't see the value of JSON with regards to leveraging Teams Forms submission into a SQL database.

I was hoping that Teams Forms would actually act like a database and be more user friendly as this point.

My question is: A) Since Teams Forms is obviously in Alpha dev, does anyone know when it will be ready for production. If so, will form submissions be available as a List or SQL database format?

2 comments
E

Hi,

Our embedded youtube videos Fullscreen button suddenly stop working. Could we please get assistance?

3 comments
A
T

I'm fairly new to Team Forms. Is it possible to send a copy of a response to the form submitter? If so, how? Note: I use the Email feature to send responses to appropriate staff members.

1 comment
E
T
Tom
E
Solved

Team Forms Crashing

Every time I minimise Teams, it needs to reload every form. Because of this is crashes constantly.

4 comments
E
T
L
Laura Charman
A
Solved

Title

I want to title the sections within the document. I was doing so by creating a text field, putting 'xx' in the Label field, the title I wanted in the Placeholder field, and then clicking 'Hide Label' and 'Disabled'. It works great within the forms app. However, when you transfer it to PDF, it comes up as a blank field. I tried multiple different combinations using the Label and Placeholder fields, and the selections at the bottom such as 'Hide Label', and no matter what I do the best I can get for a section title once I transfer it to PDF, is the title I want with an empty field box below it. Is there any way around this?

1 comment
A

When a user with an apostrophe in their surname submits a form, the responder's name and email fails due to the ' causing an issue.

Example is Bill.O'Reilly@xyz.com

We get Bill.O@#x27;Reilly@xyz.com

Of course the email fails.

Any way to fix this?

Thx.

4 comments
A
R

I want to create cascading drop down menus, but it is for an Employment Agreement, so there will be more information in some fields than just a few words. I would like it to work so that when you select the Job Title, the next field will give you the option of selecting that title's job description, and the following field will provide the key responsibilities of the role. I watched the YouTube tutorial and have it working correctly as far as options, but because the fields are long and narrow, the information under Job Description and Key Responsibilities is being cut off and is not readable in full.

Is there a way to change the size of the SharePoint Data fields, OR a way to make specific text populate into a Text Area when an option is selected in a SharePoint Data field above it? As opposed to three SharePoint Data fields in a row, could I do a SharePoint Data field for the Job Title, that makes the Job Description and Key Responsibilities populate in a Text Area below it?

Thank you!

1 comment
L

I have this form and I want my form responder to respond to it only if the time is between 2 pm to 7 am. So I put the fields in a panel and used this JavaScript to conditionally show the panel.

TypeScript
const currentTime = moment();
const startTime = moment().set({hour: 13, minute: 0}); 
const endTime = moment().set({hour: 6, minute: 0}); 

show = currentTime.isBetween(startTime, endTime);


It's currently 2:31 PM here but the panel is still not showing.

4 comments
E
Y

I have a text field that I'm actually using as a field where respondents input their email. I want to put a validation that checks if the inputted text ends with our company domain. How can this be achieved?

1 comment
E

I want to set a deadline for my Team Forms, similar to the feature in Microsoft Forms, where users are unable to respond to the form after the specified deadline.

1 comment
E

Hi everyone,

I am trying to filter out the options from one SharePoint data component which is inside the data grid component. In my SharePoint data component i have used an excel file where i am displaying numbers lets say from 1 to 30. Moreover, the user can have multiple values in it. For example, the user selected 2, 4 and 6 numbers from first row of data grid component from the SharePoint data component now what i want to achieve is that in the second row of data grid component in the SharePoint data component those three numbers (2, 4, 6) should not be displayed. How do i achieve this any suggestions would be useful.

Many thanks!

2 comments
E
A

It has been two weeks without access to the Teams Forms App within Microsoft Teams. Our company has iPhones through T-Mobile, and no one is able to access the Teams Forms. T-Mobile/Microsoft both say its on the Team Forms end. Has anyone had this problem and were you able to resolve it? Attached is the error message/screen that appears.

Thanks!

2 comments
E

The quality of the photos i take with my phone are good when i take them and if i edit them. Once i confirm and upload on a form they decreases in quality quite dramatically. How can i keep original quality or at least better than i am currently getting?

1 comment
E
L
Linda Babaic
E
Solved

Hi,

I am trying to calculate the hours between 2 time fields, please see below.

I have been using the following javascript and it's not calculating - can anyone please provide any assistance, or a different fomula


TypeScript
const startDate = moment(data.startTime)
const endDate = moment(data.endTime)

value = startDate.diff(endDate, 'hour')
7 comments
E
L