How to make a toggle button in a CF7 connection

Add a functional toggle status button in a ChronoForms table list.

Overview

The issue is that adding a standard column does not create an interactive button to change record status.
Create two styled buttons in a single column that link to pages running a save function, use conditional display to show the appropriate button, and set them to redirect back to the list on success.

Answered
ChronoForms v7
Hi,

Hi a have a table list in a CF7 connection. I know I can add a column in the table list but how do I get functional toggle status button like in cc 4,5,6.
How to make a toggle button in a CF7 connection image 1How to make a toggle button in a CF7 connection image 2

Thank you in advance for any assistance you can offer.

Regards,

Aaron
di different_greyhead 08 Nov, 2020
Answer
1 Likes
Hi,

I was able to do this by creating 2 styled buttons (in one column) with links to pages that call a save function and redirect on success back to the index. These buttons display conditionally. See the screenshots below:
How to make a toggle button in a CF7 connection image 3

How to make a toggle button in a CF7 connection image 4
How to make a toggle button in a CF7 connection image 5
How to make a toggle button in a CF7 connection image 6
How to make a toggle button in a CF7 connection image 7
How to make a toggle button in a CF7 connection image 8
How to make a toggle button in a CF7 connection image 9
How to make a toggle button in a CF7 connection image 10
🤣

Regards,

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