Search results

  1. kaito

    HOW TO PASS VARIABLES INTO DIFFERENT PAGES

    Hi: I have maden 2 modifications: Mod 1: changed sessionStorage with localStorage in order to ensure persistance data between browsers windows <script type="text/javascript"> var audio = new Audio('https://media.geeksforgeeks.org/wp-content/uploads/20190531135120/beep.mp3'); var...
  2. kaito

    HOW TO PASS VARIABLES INTO DIFFERENT PAGES

    Hi everybody !! I have a form with (there are other fields, but the relevant ones are the following): - button: that opens a new window and run a javascript that let you scan a QR code (this is the link I have used https://learncodeweb.com/jquery/how-to-use-instascan-an-html5-qr-scanner/ it...
  3. kaito

    [SOLVED] Error in CALC element: JSON encode error! Inf and NaN cannot be JSON encoded

    Hi troester: Tested that $recorridocompleto is 0 from database query. I changed "Calc on load" from Yes to No and then it works !!. I do not really know why on load, $recorridocompleto didn´t get the value from the query (different than zero), besides query extraction is previous to...
  4. kaito

    [SOLVED] Error in CALC element: JSON encode error! Inf and NaN cannot be JSON encoded

    Hi to everyone !! I have a calc element that makes some sql queries to obtain data and uses that data to make calculation to return a value. Code used in calc element: //busco el valor raw (que es la id de la respuesta) que selecciono con el radiobutton...
  5. kaito

    [SOLVED] CHECKBOX ELEMENT: HOW TO LIMIT CHECKED QUANTITY

    It works perfect. Thanks lousyfool !!
  6. kaito

    [SOLVED] CHECKBOX ELEMENT: HOW TO LIMIT CHECKED QUANTITY

    Hi to everybody: For a checkbox element I want to set a maximum value for checked items. I looked for in the forum and found this post: https://fabrikar.com/forums/index.php?threads/howto-limit-the-number-of-selections-for-checkbox-element.20557/ using a PHP validation based in counting...
  7. kaito

    [SOLVED] Redirect plugin does not append jump url with LATEST data (after validation run)

    Hi troester, You were rigth, I have installed calc element plugin (I have never used before) and it is easier and it works. When form is redirected, url provides correct value from calc element. Thanks !!
  8. kaito

    [SOLVED] Redirect plugin does not append jump url with LATEST data (after validation run)

    Hi troester, I´ll try to explain what I am looking for: - It is a training class and there is a proffesor and several alumns. Every single alumn exposes his/her work and rest of the alumns vote the quality level of the work exposed. - Proffesor can access to chart result for all the...
  9. kaito

    [SOLVED] Redirect plugin does not append jump url with LATEST data (after validation run)

    Hi, I have a form with 4 elements embebed into an article: - element 1 is a databasejoin type element: to select an id_ classroom from a database - element 2 is a user type element (hide) to get id_user. This user element has a JavaScript to hide element 3 (CDD) if user value is a...
  10. kaito

    [SOLVED] PHP SQL QUERY: SYNTAX ERROR

    Hi Icollong, I have found where was the problem: instead "quote" is "quoteName". Correct query finally is : //para conocer el identrenamiento con el que voy a grabar esta información, tengo que consultar cuál es el último id de la tabla afab_entrenamientos y sumarle una unidad $mydb =...
  11. kaito

    [SOLVED] PHP SQL QUERY: SYNTAX ERROR

    Hi Icollong, using your query syntax solves syntax error, thanks !! //para conocer el identrenamiento con el que voy a grabar esta información, tengo que consultar cuál es el último id de la tabla afab_entrenamientos y sumarle una unidad $mydb = JFactory::getDbo(); $myQuery =...
  12. kaito

    [SOLVED] PHP SQL QUERY: SYNTAX ERROR

    I have an element field to display some chained info in a QR, that will be stored in database afab_entrenamiento. In PHP validation I need to retrieve last "id" from database, so I make the query but it replies with a SQL Maria DB syntax error: "1064 You have an error in your SQL syntax; check...
  13. kaito

    Error messages not shown in multipage form (yes for singlepage form)

    Thanks mahmoodee for the link, it seems to be a feasible way. I do not know if Hugh would have get advance about inline errors issue.
  14. kaito

    Error messages not shown in multipage form (yes for singlepage form)

    Please, any help to show messages in a multi page form? Thanks in advance
  15. kaito

    Error messages not shown in multipage form (yes for singlepage form)

    Hi to everybody: I have 2 forms, one is a single page form and the other is a multi page form with 2 groups. In single page form I have several standard validations for elements (notempty, areuniquevalues,php) with Error messages inserted in their corresponding textboxes. When I fill the form...
  16. kaito

    [SOLVED] Is it possible to hide tool tips in forms?

    Yes, it seems to be a must. I will do it. Thanks for the tip.
  17. kaito

    [SOLVED] Is it possible to hide tool tips in forms?

    Thanks startpoint for this fast reply. I am not familiar with CSS, if possible, any clue for that? Thanks in advance
  18. kaito

    [SOLVED] Is it possible to hide tool tips in forms?

    Hi to All: For forms that have very simple questions, is it possible to select "hide" for tool tips popup messages? If so, where? Thanks
  19. kaito

    [SOLVED] Dropdown eval populate with query based in value from other field of the form

    Thanks lousyfoul for your advice, that´s exactly what I was looking for !! I have installed cascadingdropdown element plugin, configured and it is working. I will rename this post as [SOLVED]. Thanks again for your fast reply
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top