Recent content by acardoso23

  1. A

    How can I pass values from elements when opening a related form?

    Hello, When I open a new form throw a database join related data, I would like to pass at least one field value to another field in the form that I am openning. I really need to solve this, thanks!
  2. A

    UPSERT REPEATABLE VALUES

    I am running it in a form submission plugin and it is working really well, but what should I change?
  3. A

    UPSERT REPEATABLE VALUES

    I have solved this question so whoever needs the solution, here you have it: $db = JFactory::getDbo(); $ids = JRequest::getVar('ids', array()); $app = JFactory::getApplication(); $sql = "SELECT element FROM table INNER JOIN 2nd table ON element == 2ndtable element"...
  4. A

    UPSERT REPEATABLE VALUES

    Hi I have been trying to insert values in a different table from a repeatable group, but I can only add when it?s a single row. How can I upsert values when it?s more than one row? Thanks
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top