how to call a button or function from php code

Call a ChronoForms task button as a popup from custom PHP code.

Overview

The user needs to trigger a CF task button to open as a popup within custom HTML/PHP code in a CC6 environment.
Use the CF view placeholder syntax to disable the standard view and enable the popup functionality directly within your code.

Answered
Connectivity v6
at attiliomilli 09 Jan, 2021
I am in cc6 and I would like to call a task button as a popup within the code I wrote in an custom html, how can I do?
$note=$this->get("rep_assistenze.row.tb_assistenze.note");

if($note!=""){
echo "<i class='icon sticky note outline red' title='".$note."'></i>";
//echo "<a href='#' title='".$note."'><i class='icon sticky note outline red' title='".$note."'></i></a>";
}

For now I have used TITLE but I would like a popup button.
thanks
Max_admin Max_admin 20 Jan, 2021
Answer
what do you mean by calling a popup ? if you want to disable any view then you just use
{view:view_name}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.