Search results

  1. A

    table custom template

    Thanks it's working :) roland
  2. A

    table custom template

    Sorry for reopen the thread. Whit this code the check box near every record for selecting is not showing any more. It is possible to add it for deleting records? thanks roland
  3. A

    table custom template

    Thank you this code is working for me: <table width="800" border="1"> <?php foreach($this->rows as $group){ foreach($group as $row){?> <tr> <td><?php echo $row->jos_fabrik_formdata_10___codice; ?></td> <td width="155" rowspan="5"><?php echo $row->jos_fabrik_formdata_10___foto...
  4. A

    table custom template

    Ok this is my code so far: <table width="800" border="1"> <tr> <td><?php echo $this->rows[0][0]->jos_fabrik_formdata_10___codice; ?></td> <td width="155" rowspan="5"><?php echo $this->rows[0][0]->jos_fabrik_formdata_10___foto; ?></td> <td><?php echo...
  5. A

    table custom template

    Hello is it possible customize the table template like a form template? I would like to display the elements of the records not in single rows but in different custom tables. Please look at the attached image for an example. Thanks roland
  6. A

    Pre filter question

    This is not possible ... you can only choose AND or OR from the dropdown in second prefilter. roland
  7. A

    Pre filter question

    Hello Is difficult to explain the problem in English ...but I try. I have two elements: element1 is a number field element2 is a checkbox with 0=no and 1=yes. I would to set a pre-filter like this: not registered user only see records with element1 not empty registered user see all records...
  8. A

    Picture display with question mark in file name (rev 890)

    Hello If you upload a picture with the upload element and the file name of the picture has a question mark in it (example: filename?.jpg) the picture will not display. It shows only the element name. roland
  9. A

    java error in view only

    Thanks The error now is gone. But the problem was not the custom template... also the standard templates where affected. I think it has to do with the access level set in the "Read only access" of the elements parameters ... but I'm not sure. roland
  10. A

    java error in view only

    I have this error in my view only template: this.element has no properties if(this.element.hasClass('readonly')){ >>>> in element.js (line 106) In this form I'm showing only some elements of the submission form. The error is related to the first "hidden" element. If I use the default template...
  11. A

    checkboxes lose value after validation rev 885

    My problem is resolved. Thank you Rob. Ciao Roland
  12. A

    checkboxes lose value after validation rev 885

    I don't think the problem is SEO related. My page has no SEO turned on and there is the same problem. Check: http://www.operenuove.it/index.php?o...id=108&lang=en roland
  13. A

    view only template

    The workaround for the tooltip will not work for me because I'm using 3 languages on my site and the labels would not be translated. roland
  14. A

    checkboxes lose value after validation rev 885

    Hello Rob I have updated from 885 to 886 but the check box elements always lose there values after validation. Please take a look : http://www.operenuove.it/index.php?option=com_fabrik&Itemid=108&lang=en Try to fill out the first check box and then press submit. The values are only stored when...
  15. A

    checkboxes lose value after validation rev 885

    Hello I have a form with checkboxes and other elements with a validation. If I fill out the form and there is an error caused from the validation, the form will reload displaying the error, but the previous entered values in the checktboxes are gone. Also the upload element has this problem...
  16. A

    view only template

    Hello I'm using two different templates in a form, one for data submit and one for view only. The view only template displays only elements with data. I would change the order of the elements in the view only form without changing the order in the submit form. Also a would that the tooltip...
  17. A

    Automatic numbering

    Thank you The email is ok I have already a "staff only version" for sending the email and is working fine. I need a incrementing number for archiving the dvd and finding them easily because the dvd are not arriving in the same order as the film data are submitted. We do already this way and...
  18. A

    Automatic numbering

    Hello I've used fabrik last year for film submissions for a filmfestival with very good results (more than 1000 submission with no problems). This year I would improve the form. The form works like this: the user submits all the film data and then ships a DVD to us. When the film arrives, we...
  19. A

    [SOLVED] SVN 749 file upload >>> file not allowed

    I have updated to SVN 749. Now when I try to upload an image, I am not able to upload the ones specified in the backend (.jpg,.png,.gif,.jpeg). I'm getting a 'file not allowed' error. roland
  20. A

    translations of error messages

    Hello i have made a form translated in 3 languages with joomfish. The form is working fine in all languages but after submitting the form the error messages always showing in the original language. I have translated all the validations but it's not working. Any help? :) If someone is...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top