Skip to main content
6-Contributor
May 9, 2023
Solved

Is there any Form Widget for creating forms in thingworx?

  • May 9, 2023
  • 2 replies
  • 2845 views

Is there any Form Widget for creating forms in thingworx?

i want to  create a form with multiple rows and columns as shown  in the file.

Best answer by jensc

Hello,

 

You might be able to do it using custom CSS, but it is probably not recommended.

 

It is likely that creating your own Form widget would be the best option going forward.

There seems to be some libraries for it already, although perhaps not for free.

 

Regards,

Jens

2 replies

17-Peridot
May 9, 2023

Hello,

 

I don't recall seeing a widget like this.

 

What is your use case here? Do you want the user to fill out this form in a mashup?

Or do you want this form to be printed with some data from Thingworx in the form?

Or do you just want to let users print this form?

 

Regards,

Jens

6-Contributor
May 9, 2023
yes,i want the user to fill out this form in a mashup.how can i create form like multiple rows and columns for taking inputs from the users?

17-Peridot
May 9, 2023

Hello,

 

In case you don't want to develop your own widget for this, you would have to build your mashup in such a way that it looks like a form.

Perhaps you could use a grid where you could have a data set of rows of the rows you want your users to add data to.

Something like this:

 

jensc_0-1683619682213.png

 

Or possibly, if the form is static, you could upload it as an image and put input fields on top of the image.

 

But perhaps someone else knows about some custom built widget that does this...

 

Regards,

Jens

jensc17-PeridotAnswer
17-Peridot
May 10, 2023

Hello,

 

You might be able to do it using custom CSS, but it is probably not recommended.

 

It is likely that creating your own Form widget would be the best option going forward.

There seems to be some libraries for it already, although perhaps not for free.

 

Regards,

Jens