CCv5 Read More... question

alex305v 30 Apr, 2018
I have CCv5 with a list of "member notes" some of them could be long so I have it to only show the first 50 characters and if you click on it to take you to the "View" page where you have more details...

Instead of it having to open a different page to see the rest of that note, is there a way to have a "Read More" opion and on the same page it "expands" and view the rest of the note?
GreyHead 01 May, 2018
Hi alex305v,

I think that you can edit the HTML for that column to include a link to a modal window. You can use some PHP or a MySQL query to get the first 50 characters to display.

Bob
alex305v 01 May, 2018
I already have the pho scrip only showing the first 50 but would you know the code the do the “show more” maybe?
GreyHead 02 May, 2018
Hi alex305v,

Use the Front List > Settings > HTML box and add the HTML for the modal window you want to use. There are some examples here

Bob
This topic is locked and no more replies can be posted.