Recent content by achartier

  1. A

    Solved Prefilters : eval FabrikHelperElement::filterValue - not working

    I use Regular Labs Sourcerer in many of my forms intros. It works great and the free version will do what you need to echo the result of the FabrikHelperElement call.
  2. A

    Advanced search: Error with jdate on IS EMPTY or IS NOT EMPTY

    Now go to the 3 dots beside clone and select Compare..., you will now see you can compare your fork to the publicrepo, do the compare, you will see your one commit, at the top right you will see Create Pull Request.
  3. A

    element 'eval populate' echo does not work anymore

    As mentioned in another thread, us the Web Asset Manager to insert JavaScript to check the selected items.
  4. A

    pre-check items of form checkbox or picklist

    You cannot use an echo with the eval populate as I stated above. You can however use the WebAssetManager to have the script inserted: https://docs.joomla.org/J4.x:Web_Assets#Add_Inline_Script Also, your capitalization of $Lines is mixed in your code and will not work as you have it.
  5. A

    Fixed Joomla 5.1 and 'Fabrik cannot find files...' error

    Rename the folder administrator/components/com_fabrik/classes/50 to 51 and that should fix your issue.
  6. A

    pre-check items of form checkbox or picklist

    The How is documented in my answer above.
  7. A

    element 'eval populate' echo does not work anymore

    While it may have worked in F3 it will not work in F4. The Eval Populate is to return an array of options, that is all.
  8. A

    link forms by province

    The code should be $company = '{$my->id}';
  9. A

    link forms by province

    And don't forget the > , it is $my->id not $my-id
  10. A

    link forms by province

    You should always quote placeholders. So try '{$my->id}'
  11. A

    Fixed Old plugins in github download

    Ooops, had the wrong folder name. Fixed now. Note: the pipeline to update the public repo runs every Monday, Wednesday and Friday early mornings, so recent changes may not get into the public repo until the next run.
  12. A

    pre-check items of form checkbox or picklist

    Try assigning the output of the JHTM to a var of $option. The set $option->selected = 'selected'; (might be 1 or true, don't remember off the top of my head), then $options[] = $option, I am going from old memory here but I hope it helps.
  13. A

    element 'eval populate' echo does not work anymore

    You should also be able to include it via the Web Asset Manager in the eval populate, but I have not tried it.
  14. A

    element 'eval populate' echo does not work anymore

    Echo from eval populate should never have worked. The eval populate must return an array of options. You will need to insert the constant another way. I have used sourcerer to include things like this in the forms intro.
  15. A

    Fixed Old plugins in github download

    You are correct, they should not be there. I will correct.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top