Hi
i need some help, i've been trying to figure out a query but due to my very low knowledge and even with Bob Janes support, i think it's better for me to be helped out.😟
The query should be very simple, a uses types a alfanumeric word in a text box, and after the submit, the query finds the matching value in the table.
Then all the other field of the record should be printed. In case no value is found the message no record found shoud appear.
Pleas let me know the pricing
Hi Max temp.
Did you manage to do this ? it should be easy to do with CCv5 search feature!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi, unfortunately i'm not very clever. I'm trying to migrate my joomla 1.5 site to joomla 2.5, but the problem is migrating from my LFRM Component (that lately is giving me truble) to chronoforms.😟
Ok, did you check the CCv5 section under the FAQs ? what you need to do can be easily done in CCv5.
If you still need pro help then you can send me a message using the "contact us" page with more details and I will give you a quote.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Ok i'll try again. Thanks
Hi
i'm still working 😶
now i get from the debug
Array
(
[option] => com_chronoforms5
[chronoform] => form_query
[event] => submit
[Itemid] =>
[text1] =>
[button2] => Submit
[Data] => Array
(
[id] => 7
[Numero_contenitore] => asdfr
[Codice_cliente] => pippo
[nome_cliente] => pippo spa
[Data_inserimento] => 10102014
[Numero_Pratica] => 7
[pwd] =>
)
)
How can i print theese data?
HI maxtemp,
Do you mean 'print' as in send to a printer? or just show on the screen?
Bob
Excuse me, i meant show on the screen.
Hi maxtemp,
The Debug data is from ChronoForms not from ChronoConnectivity.
You can display it using the Display Message or Custom Code actions in the On Submit event of your form.
The Display Message action has a Rich Text editor and can include form data as {input_name}
The Custom Code action is just plain HTML but can also use PHP.
Bob