I have an event registration form with chronoforms v6 and would like to have add the functionality, that the form will not be displayed after a certain date, which I load with Read Data from the DB.
Then I could add an if-then statement:
Which command could have the effect to stop the form from being displayed and instead to display custom code ?
Any help is appreciated.
Then I could add an if-then statement:
if(time() >= strtotime($this->get("read_data3.title.enddate"))) { STOP COMMAND }
Which command could have the effect to stop the form from being displayed and instead to display custom code ?
Any help is appreciated.