Duplicate SharePoint Fields In tab Control

I am working on a form that is using the tab control to separate fields based on department. There are a few fields that I need to duplicate on other tabs.

For example the State field (SharePoint field) will be populated on the Admin Department tab, however the State field will need to appear as read only on the Human Resources tab.

Is this possible with Plumsail?

@janine.knox

You can add a Plain Text or Rich Text control to display the Sharepoint field. Just place field’s [Internal Name] in square brackets.

For example: [State field]

It’ll work then the data from the filed saved to the list.

Duplicate Fields,
I see you can use the external name. When I drag and drop the Plain text or Rich Text control. Where do I place the external name to make this work?

Hello @Alexuh,

What do you mean with external name?

If you want to duplicate the field value on the form, you need to add Plain text control and add fild internal name in square brackets to the Text property, like this:
image

OK. Thanks for the information.