• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

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'];
 

Members online

No members online now.
Back
Top