Jump to content
  • 0

Adding a Textbox in a Tabular Report's Details Page


Dayne

Question

Newbie to Caspio.

I have a tabular report with a details page and I want to create a text field so Users can add comments. Then another user for example can open the details page, see the 1st user's comment and add their own comment.

So the final result should look like a textbox to add comments And any comment that were previously submitted from other users. Similar to the image below

Most Popular 3rd Party Comment Systems for Your Website | by Bradley Nice |  Level Up! | Medium

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I had a similar issue. You need two fields and play with trigger:

field-a  Is a text 64000 displayed in read-only where all comments will be stored
field-b Is a text (it would be better limit its size) used to write new comments

Than you need a trigger for insert/update that append field-b to field-a (and control to leave empty field-b into records).

What do you think?

 

Link to comment
Share on other sites

  • 0

Hi,

I think what you need to do is create an additional submission form, on your details page of your tabular datapage where you will be displaying the comments of the user. Just add an HTML button that will display the submission form that you have created, then you will need to pass the primary key / unique identifier of the comment where the user will be responding. So that any new reply will be link to that specific comment.

What you need to do is to structure your table for this to work, and to see any new respond. You will need to either go back to the main results page of your tabular report page, then go to the specific records where the comment / reply to the comment was made.

Or you can create another tabular report datapage, to display all the comment and its respective responses. Then deploy on to your details page as an Iframe, then you will just need to create an html button to refresh the page to see the new comments. But keep in mind, it would be difficult to make this look any way near to what you have in your screenshot. As this would need complex custom coding.   

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...