Can't edit a record with custom form template

josueben

Member
I have a custom form template. It works well with new records, but it doesn't work editing, doesn't change the record. Any help please? I'm using
$element = $this->groups['Contratos Oncall']->elements['salario'];
?>
<div class="control-group <?php echo $element->containerClass ; ?>">


<div class="fabrikElement myElement">
<?php echo $element->element;?>
</div>
</div>
 
Do you have the id element included? It must be published, may be hidden, but with write access for the user.
 
Like your other one
$element = $this->groups['group-of-your-internalid-element']->elements['name-of-your-internalid-element'];
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top