Hi JB,
you mean listed on the same page of the form ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hello and thank you Max,
it would be nice, to have it on the same page.. Like this example (you can test result with certificate 23/2022):
https://www.cqs.cz/References/
JB
you can do this in v8 easily, just add "Read data" to the submit event of your page, read the record and display the data.
If you need help then let me know and I will prepare a tutorial on Data Read operations
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thank you, Max, we bought the v7 a few months ago and still haven't finished the current web with it so I would appreciate a howto for the v7, please.
JB
Your key should work for v8 too, it's recommended to use v8, it's faster and better
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hello,
I had to upgrade php version to 8.2 on my server and now I will need howto. I've tried it without success.
So, my table has 4 fileds (let's say fi1, fi2, fi3, fi4) and there is nr. in the first one "fi1" (let's say 123/123) and I need to "read" from the first row containing 123/123 the rest of the fields (so fi2, fi3, fi4).
Thank you,
JB
add "Read data" to the "Submit" event, choose the table, set the WHERE conditions to:
fi1 = {data.quote:form_field_name}
or
fi1 = {data.quote123/123}
now the {var:read_data_name.fi2} should have the value of fi2
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The record is found ? (does it trigger the found event?)
I do not know the action's name, it will be shown in the form debug, enable the debug and find the name or set the name using the Wizard Settings behavior.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
the latest update shows the action's name in the editor, so you will be able to call it easily.
Or let me know and I can prepare a tutorial on this subject
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
finally I try to solve another problem - I can't use php8.2 at this time, because of another system on the server, that doesn't support it (not a easy situation, server is not mine), so unfortunately I would need to have the form for both v7 and also for v8. :-/
Thank you,
JB