Please help
I want to automatically enter the date when checking the box
I have a cash payment page and I pay using the box sign. I have a date column in the same table. I want to enter the date automatically when I click on the box sign.
Please help
I want to automatically enter the date when checking the box
I have a cash payment page and I pay using the box sign. I have a date column in the same table. I want to enter the date automatically when I click on the box sign.
You can’t do it in the table editor without a trigger. If you mean to display it in the layout, you can create a Now column using a math column. Then display it through text in your layout/form with the condition if the checkbox is checked. If you want to populate it into your table column, do it through an action on the submit button.
I think your best choice is to convert that checkbox into a button that would both set the boolean column to true, and the current date/time to where you need.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.