Join the Team Forms community

141
members
11
new
J
d
B
R
M
Members
Muffins
M
Muffins
Offline, last seen 6 days ago
Joined August 16, 2024


I created the following dual actions on the button, with the 'show validations' option turned on.

However, if the validation fails, the other actions are still executed on click except for Submit.

I don't want to use the 'Disable on invalid forms' option because it doesn't show me the invalid components.

How do I make sure that all actions are only executed if the validation succeeds?

2 comments
M
E


I can't modify the function or language of the bottom buttons in multi-page mode.

I wanted additional functionality for the submit button, so I created another button.

But I still can't affect the 'Submit Form' button, so the original button is still there.

This is confusing for users. It would be nice to have an option to hide it.

2 comments
E
M

I tried to modify the code listed as an example in the datasource settings to put a variable at d[0] to make it dynamic, but it didn't work.

When I checked, it returns up to index 49, but not from index 50 onwards.



The end goal is to get the lookup column id from sharepoint and dynamically reflect it in the child dropdown.

Is it possible to create a code that returns the index or a nearby range that I want?

4 comments
A
M

My datasource has a complex set of permission levels.

So some people can see data that others cannot.


However, there may be cases where a regular user without many permissions updates the datasource.

This could result in data that should be there, but is not in the datasource.


To prevent this, I think only the team manager should update the datasource.

How does datasource sync work in practice?

1 comment
E