Display same editable dropdown SP field in different tabs

Hello,
I have a wizard form where a status-field (dropdown, single choice) should be shown and be edited in different tabs or wizard pages.

How is this possible?

Hello @DanielB,

Welcome to Plumsail Community!

You can add multiple dropdown fields from the common fields section and pass the selected value to the SharePoint field every time the common field value changes using JavaScript.

image

Note, that you need to add SharePoint fild to the form and hide it using CSS.

Thanks a lot! That worked perfect.

1 Like