Jump to content
  • 0

Displaying Fields In A Table (Submission Form)


ababcock

Question

I am in the process of creating a new Submission Form, and I want some of the fields to display in a table format. I have used HTML to create tables before, but they included links, not fields. It's probably pretty simple, but it's really hard to search for this solution! 

 

Does anyone know how to accomplish this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Here is what I have come up with so far. I inserted this in an HTML box placed before the fields that go in the table:

 

<table border="1" style="width:100%">
<tbody>
<tr>
<th>GOAL/DESIRED OUTCOME</TH>
<TH>Increments ACTION STEPS with dates</th>
<th>INDIVIDUALS/ORGANIZATIONS TO ASSIST WITH CARRYING OUT THE INTERVENTIONS AND SUPPORTS</TH>
</tr>
<tr>
<td>
 
Then I added HTML boxes in between each field. In those, I put </td><td>. At the end of each row, I put </td></tr><tr><td> in the HTML box. At the end of the table, I put:
</td>
</tr>
</tbody>
</table>
in another HTML box. I attached a screen shot of what that looks like. I can't get the fields to display in the same row. I tried checking "continue next element on the same line," but that didn't fix it either. 
 
Any suggestions?
 
post-18151-0-15839200-1450881896_thumb.p
Link to comment
Share on other sites

  • 0

Hello ababcock,

 

As far as I know, DataPages are designed with tables, and every field is placed in a cell, or something like this.

So, if you add your table and your cells, the design is broken.

 

Maybe, you can use a standard HTML form and use it with Caspio?

 

Or you can use a standard features of Caspio and CSS to display fields like a "table". I mean, you can apply "border="1" style="width:100%"" to the table with name "cbTable" or better with attribute

data-cb-name="cbTable"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...