Search results

  1. automill

    how can i shorten url

    You can use Direct Alias Pro or the free version depending on your requirement. I avoid heavy SEO extensions. This basically work on menu item aliases, you create manually. You can watch, how it works in your case using free extension. Joomla extensions Link...
  2. automill

    Other element's data in dropdown via placeholder

    Thank you @p38 and @troester , saved many hours to route other methods to get results.
  3. automill

    Error message when validation failed

    I think, you have posted in a wrong thread?
  4. automill

    Error message when validation failed

    Use for any template, go and get this system messages free plugin: https://www.minitek.gr/joomla/extensions/minitek-system-messages Adjust color, size, location etc in plugin settings. You can stay message indefinitely to be closed by user or for a definite time to be faded automatically. for...
  5. automill

    Other element's data in dropdown via placeholder

    In my case the placeholder in dropdown element don't work in advance options. So I resorted to populate the JSON data into the dropdown data via Ajax method. Hopefully, some day. It may work. Thanks
  6. automill

    Other element's data in dropdown via placeholder

    Yes... But placeholder only in dropdown advance EVAL option not working. This is working for databasejoin, calc element etc. I am using the placeholder in dropdown element first time. Do they actually work in dropdown. I have searched the forum but did not find any case regarding this...
  7. automill

    Other element's data in dropdown via placeholder

    Hi, I am using dropdown element and correctly getting the dropdown list through EVAL method using query. I need to link the "aricle id" value in the query, for that I can use: $app = JFactory::getApplication(); $id = $app->input->getInt('id', 0); I am storing the "aricle id" in another field...
  8. automill

    Invalid suboptions in drop down

    Are you using the "assessment_number" for extra information in dropdown list. If so, then, you can use databasejoin element and concat label "project_name" with "assessment_number".
  9. automill

    No-Duplicate combinations of dropdown fields in repeat group

    I am trying to validate the No-Duplicate (unique) combination of two dbjoin dropdown fields (Room Type and Room Category) using JavaScript that are in repeat group: Room Type 0 - Please select 1- Single Room 2- Double Room 3- Family Room 4- Tent Room Room Category 0 - Please select 1- Standard...
  10. automill

    The Community Builder Fabrik plugin is not available for download

    Hi Hugh, Kindly update the CB plugin. It is very much needed in custom community apps made with Fabrik. Thanks in Advance. Regds, Sunit
  11. automill

    [Solved] CascadingDropDown & Calc elements not rendering in Frontend

    I found out the problem. I kept my site access as registered for all menu items. (That is no problem). I kept the default page as Login menu item (That is no problem). But I kept this Login page access as guest. (here, the problem starts). By login into this page which is guest page, the...
  12. automill

    [Solved] CascadingDropDown & Calc elements not rendering in Frontend

    I have updated the details in mysites. The problem of CascadingDropDown detected in menu item: Certifications - > Add certifications When I add client using database join element, the CascadingDropDown should render the value/label of projects. It is working in backend, but not in frontend...
  13. automill

    [Solved] CascadingDropDown & Calc elements not rendering in Frontend

    Hi, The CascadingDropDown & Calc elements are not rendering (ajax not working) in frontend when I use them as a registered user. When I make the access public from menu item it renders correctly. I always keep the list access as public for addtion, view, deletion etc. Also tried as registered...
  14. automill

    Merry Christmas! and Happy New Year! you can send me the email directly on...

    Merry Christmas! and Happy New Year! you can send me the email directly on sunit.sharma@gmail.com as I am not very active on Fabrikar Forums. Thanks, Sunit
  15. automill

    populating multiple lists at the same time

    You have to insert the user id of the current user into the region and town table, who is logged-on by php form like other insert queries. you can either escape user field in country table as you are putting country data yourself or populate it by your userid. Do not make the following table...
  16. automill

    populating multiple lists at the same time

    Sometimes while entering town you may not have region available. In that case you can use [!empty] validation within php form before running insert query in [region_id casacadedropdown] & [town name field] so that these fields can be escaped and only region field name can be insered and further...
  17. automill

    populating multiple lists at the same time

    Add user field and select to record user ID in all tables. Use -1 in menu items for both form and list for all tables. Add insert for current user ID in the existing form into main tables of country, region and town. Now logon into system and start entering the data. Change also some access...
  18. automill

    populating multiple lists at the same time

    You have to prepopulate the country table atleast, otherwise no validation on countries. Now make a form with [country_id databasejoin] & [region field name] and insert the data in region table for [region field name] & [country_id] Add 2 more fields with [region_id casacadedropdown] & [town...
  19. automill

    populating multiple lists at the same time

    Are you using a pre-populated country, region and town tables in another form or Are you first populating country, region, town tables by form and reusing it in another form?
  20. automill

    populating multiple lists at the same time

    I unaware what is your table structure but you also have to add 3 validations (separate validation for each table) on insertid with queries in this form to know if there country, region or state exists so that you can get info for each element if this element already exists? You can also refer...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top