You are viewing limited content. For full access, please sign in.

Question

Question

Display tabular data without form fields

asked on November 13 Show version history

Hi All,

Using the modern forms designer, how can I pull data from a datasource and simply show it on a page without having to have it inside of a form field? I would like to be able to just construct a table and have it loop through the data.

Currently, I'm only able to figure this out using a table and form fields, but would rather have just text in that table. 

0 0

Replies

replied on November 14 Show version history

Although you could use Javascript to create an HTML table within a custom HTML element (as long as you are not on a older version of Forms) - you would still need to get the data into the form from the data source before you could do anything with it in the Javascript.  So you're likely still going to need to populate it into a table, at which point I'm not sure there is much point of not just displaying it in the form table structure.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.