Hi, is there manual to chronoforms v7 ?
Please write a review for the extension you are using on the Joomla extensions directory before posting a new question as we are being spammed by many negative reviews.
Thank you for your support!
First Step
1 - You Create a new Advanced Form
New Form: Setting: you can give a name to your Form
Save by "Create Form"
2 Page Group: Type = Standalone
3 Start Page: Views
You add a Text Field (Name = Text_1, probably)
Under the text field, you add a Button Field.
-> Edit the buttons parameters (toothed wheel on the right)
-> Type = Submit (by default)
-> Advanced Settings: choose "Submit Page" (Choose the next page)
-> IN the Submit Page Area, choose "your_form.end_page"
4 End page: You have to create an action to read the Text_1 value in your database
Click on purple text "Switch to Actions Editor"
In the Actions Area of the End Page (not in the start page)
-> Add a "Basic/Message"
-> Edit the Message (toothed wheel on the right)
-> in content area, write {data.pr:}
5 Save your form (Apply)
You can see the result (Admin View or Front View)
At this time, you can write a text on Text1 Area (example: 12345678), hit the Button and read the result, something like this:
Array
(
[option] => com_chronoforms7
[cont] => manager
[chronoform] => form-31mar21-1500
[gpage] => end_page
[text_1] => 12345678
[366fbf6371036d9508596018c69354c0] => 0c1817a4a4777c6ae9ff1ec5924a8431
[e2f0b04fc25b741eaabdc5d23ac26910] => 4718e63dfc902f189a1aac261dd7d9e1
[joomla_user_state] => logged_in
[Itemid] =>
[__cf_token] => a19e2090-e2d0-4cb0-abfb-1f3e66fa0782
)
Your word is {data:text_1}. We have to use {data:text_1} to read your database index.
To be continued…
Array ( [option] => com_chronoforms7 [cont] => manager [chronoform] => prova chronoforms v7 [gpage] => end_page [cod_fisc] => BRNNNA15T65A944M [__cf_token] => 5712fe91-f80b-4e45-a64d-8136aa0fa2ecI have added then a Database/Read data action with Model name = Model 4 , Select = First Record and WHERE conditions:
Array ( [end_page_validation] => Array ( [log] => Automatic validation enabled. [var] => true ) [read_data_4] => Array ( [result] => Data not found! [log] => Array ( [0] => SELECT `Model4`.`aid` AS `Model4.aid`, `Model4`.`user_id` AS `Model4.user_id`, `Model4`.`created` AS `Model4.created`, `Model4`.`modified` AS `Model4.modified`, `Model4`.`lc_sesso` AS `Model4.lc_sesso`, `Model4`.`lc_classe` AS `Model4.lc_classe`, `Model4`.`lc_parrocchia` AS `Model4.lc_parrocchia`, `Model4`.`lc_iniz_crist` AS `Model4.lc_iniz_crist`, `Model4`.`lc_cod_fisc` AS `Model4.lc_cod_fisc`, `Model4`.`lc_nome` AS `Model4.lc_nome`, `Model4`.`lc_cognome` AS `Model4.lc_cognome`, `Model4`.`lc_luogo_nascita` AS `Model4.lc_luogo_nascita`, `Model4`.`lc_data_nascita` AS `Model4.lc_data_nascita`, `Model4`.`lc_indirizzo` AS `Model4.lc_indirizzo`, `Model4`.`lc_cap` AS `Model4.lc_cap`, `Model4`.`lc_localit` AS `Model4.lc_localit`, `Model4`.`lc_email` AS `Model4.lc_email`, `Model4`.`lc_cellulare` AS `Model4.lc_cellulare`, `Model4`.`lc_telefono_1` AS `Model4.lc_telefono_1`, `Model4`.`lc_scautismo` AS `Model4.lc_scautismo`, `Model4`.`lc_comunicazioni` AS `Model4.lc_comunicazioni` FROM `josxd_chronoforms_data_iscrfemmina` AS `Model4` WHERE `Model4`.`lc_cod_fisc` IN ('cod_fisc'); ) [var] => false ) )The result of read_data is record not found! But I am absolutely sure that there is a record with the key I typed in form field cod_fisc! I am sure because if I try to read the same record with a chronoforms V6 form I got it, as you can see:
Array ( [option] => com_chronoforms6 [cont] => manager [chronoform] => richiestacod_fisc [event] => submit [codfisc] => BRNNNA15T65A944M [Cerca] => [EM] => )
Array ( [submit_validate_fields] => Array ( [log] => Automatic validation enabled. [var] => 1 ) [read_data12] => Array ( [log] => Array ( [0] => SELECT `Data12`.`aid` AS `Data12.aid`, `Data12`.`user_id` AS `Data12.user_id`, `Data12`.`created` AS `Data12.created`, `Data12`.`modified` AS `Data12.modified`, `Data12`.`lc_nome` AS `Data12.lc_nome`, `Data12`.`lc_cognome` AS `Data12.lc_cognome`, `Data12`.`lc_luogo_nascita` AS `Data12.lc_luogo_nascita`, `Data12`.`lc_data_nascita` AS `Data12.lc_data_nascita`, `Data12`.`lc_cod_fisc` AS `Data12.lc_cod_fisc`, `Data12`.`lc_indirizzo` AS `Data12.lc_indirizzo`, `Data12`.`lc_cap` AS `Data12.lc_cap`, `Data12`.`lc_localit` AS `Data12.lc_localit`, `Data12`.`lc_email` AS `Data12.lc_email`, `Data12`.`lc_cellulare` AS `Data12.lc_cellulare`, `Data12`.`lc_telefono_1` AS `Data12.lc_telefono_1`, `Data12`.`lc_scautismo` AS `Data12.lc_scautismo`, `Data12`.`lc_comunicazioni` AS `Data12.lc_comunicazioni`, `Data12`.`lc_sesso` AS `Data12.lc_sesso`, `Data12`.`lc_classe` AS `Data12.lc_classe`, `Data12`.`lc_parrocchia` AS `Data12.lc_parrocchia`, `Data12`.`lc_iniz_crist` AS `Data12.lc_iniz_crist` FROM `josxd_chronoforms_data_iscrfemmina` AS `Data12` WHERE `Data12`.`lc_cod_fisc` = 'BRNNNA15T65A944M' LIMIT 100; ) [var] => Array ( [Data12] => Array ( [aid] => 314 [user_id] => 0 [created] => 2021-03-17 13:55:27 [modified] => 2021-03-17 13:55:27 [lc_nome] => A*******a [lc_cognome] => B**********i [lc_luogo_nascita] => B************a [lc_data_nascita] => 2015-12-25 [lc_cod_fisc] => BRNNNA15T65A944M [lc_indirizzo] => Via A****************s 55 [lc_cap] => 40133 [lc_localit] => B**********a [lc_email] => a**********i@gmail.com [lc_cellulare] => 3355382845 [lc_telefono_1] => [lc_scautismo] => §§§§§§§§§§§§§ [lc_comunicazioni] => aaaaaaaaaaaaaaaaaa
[lc_sesso] => F [lc_classe] => A [lc_parrocchia] => [lc_iniz_crist] => N ) ) )
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for goods and services provided by ChronoEngine.com