Hi,
How can i display data from a table using a form (i use chronoform v3.0),in frontpage?
How can i display data from a table using a form (i use chronoform v3.0),in frontpage?
Hi Tima,
if you will display only 1 record then you can use the profile plugin of Chronoforms, if you will display a list of records then you need the ChronoConnectivity component!
Regards
Max
if you will display only 1 record then you can use the profile plugin of Chronoforms, if you will display a list of records then you need the ChronoConnectivity component!
Regards
Max
Think you max for you answer, actually this is my problem in details:
I have desactiavted 'created new account' in the module login of joomla, i have created a form : ' request recording'
contains the following fields:(name, username,function,email, password,verify passeword,upload attachment)
Using chronoform 3.0,with a table associated 'table named:' request recording', all the requests recordings will be recorded in this table with the field 'state' = empty.
when the request is treating,this field will be equal to' yes' or 'No'.
The super administrator will have the possibility of validating these requests from the frontpage,
for that i want to create another form 'validate request' which contains the following:
(Number request 'DropDown list',name, username,function,email, password, verify passeword, upload attachment, validate's button and reject one),
this Form is necessary for posting all the recordings of the table 'request recording',this form will replace the creation of an account in the module login.
The drop-down list will post all the numbers of the request not yet treated(field state=empty), as a number is selected, the other fields will receive information automatically relating to this field in the table 'request recording'.
if the request is accepted the administrator clicks on validate's button,
the account will be created with assistance of plugins joomla registration as this tutoriel shows it http://www.joomlabc.com/tutoriels-joomla/composants-joomla/creation-de-formulaires/chronoforms/111-creer-un-formulaire-d-enregistrement-avec-chronoforms.html.
In parallel,it is necessary that the field state which was equal to empty will receive the value 'yes',so that the request will not be treated for the second time.
If the request is rejected, the field 'state' in the table 'request recording' will receive 'not'
it is also necessary not to allow the click on the button to validate and reject for the same request.
How can i post the data from the table 'request recording' to a form 'validate request'?
How can I fill the fields in the form 'validate request' automatically while selecting the drop-down list?
How can I post information starting from the table 'request recording' in the second form to validate request?
Can i have problems since these same fields (nom, identifiant, émail, mot de passe, confirmer mot de passe) will be associated with a table( request recording )to fill them but with another table (user) for writing?,
How to add the field 'empty' with the table 'request recording' which is associated with the Form without appearing in it?
Where do i have to use chronoconnectivity? and how?
Thank you again,i appreciate your help.
I have desactiavted 'created new account' in the module login of joomla, i have created a form : ' request recording'
contains the following fields:(name, username,function,email, password,verify passeword,upload attachment)
Using chronoform 3.0,with a table associated 'table named:' request recording', all the requests recordings will be recorded in this table with the field 'state' = empty.
when the request is treating,this field will be equal to' yes' or 'No'.
The super administrator will have the possibility of validating these requests from the frontpage,
for that i want to create another form 'validate request' which contains the following:
(Number request 'DropDown list',name, username,function,email, password, verify passeword, upload attachment, validate's button and reject one),
this Form is necessary for posting all the recordings of the table 'request recording',this form will replace the creation of an account in the module login.
The drop-down list will post all the numbers of the request not yet treated(field state=empty), as a number is selected, the other fields will receive information automatically relating to this field in the table 'request recording'.
if the request is accepted the administrator clicks on validate's button,
the account will be created with assistance of plugins joomla registration as this tutoriel shows it http://www.joomlabc.com/tutoriels-joomla/composants-joomla/creation-de-formulaires/chronoforms/111-creer-un-formulaire-d-enregistrement-avec-chronoforms.html.
In parallel,it is necessary that the field state which was equal to empty will receive the value 'yes',so that the request will not be treated for the second time.
If the request is rejected, the field 'state' in the table 'request recording' will receive 'not'
it is also necessary not to allow the click on the button to validate and reject for the same request.
How can i post the data from the table 'request recording' to a form 'validate request'?
How can I fill the fields in the form 'validate request' automatically while selecting the drop-down list?
How can I post information starting from the table 'request recording' in the second form to validate request?
Can i have problems since these same fields (nom, identifiant, émail, mot de passe, confirmer mot de passe) will be associated with a table( request recording )to fill them but with another table (user) for writing?,
How to add the field 'empty' with the table 'request recording' which is associated with the Form without appearing in it?
Where do i have to use chronoconnectivity? and how?
Thank you again,i appreciate your help.
Hi Tima,
I read almost all the details and I see that what you need is almost a full application which can be created by chronoforms and Chronoconnectivity and a mix of Chronoforms' plugins and many pieces of PHP code and JS code sometimes (and I think you may need AJAX too), all this needs an advanced user with PHP and JS to be able to handle it, beside that you must be very familiar with the 2 components.
Regards,
Max
I read almost all the details and I see that what you need is almost a full application which can be created by chronoforms and Chronoconnectivity and a mix of Chronoforms' plugins and many pieces of PHP code and JS code sometimes (and I think you may need AJAX too), all this needs an advanced user with PHP and JS to be able to handle it, beside that you must be very familiar with the 2 components.
Regards,
Max
This topic is locked and no more replies can be posted.