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?
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?
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
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
I already have the pho scrip only showing the first 50 but would you know the code the do the “show more” maybe?
This topic is locked and no more replies can be posted.