--- name: perfex-forms description: Perfex CRM forms handling. form_open(), CSRF tokens, validation, AJAX. Based on official documentation only. Use when user mentions "perfex form", "form_open", "csrf token", "validation perfex". author: Descomplicar® Crescimento Digital version: 1.0.0 quality_score: 70 user_invocable: true desk_task: null --- # /perfex-forms - Formulários Perfex CRM Gestão de formulários em módulos. **Zero assumptions, zero hallucinations** - apenas documentação oficial. --- ## Documentação Base - [Working With Forms](https://help.perfexcrm.com/working-with-forms/) - [CodeIgniter Form Helper](https://codeigniter.com/userguide3/helpers/form_helper.html) --- ## Regra Fundamental: form_open() **SEMPRE usar `form_open()` para gerar token CSRF automaticamente.** ```php ``` **NUNCA usar `