Hello!
I have area element Group in my form. It includes some fields by different types (text and textarea).
How to get these fields as array (field names and values) from Group? (i use PHP action on load event and need this array with these fields).
Thanks a lot in advance
I have area element Group in my form. It includes some fields by different types (text and textarea).
How to get these fields as array (field names and values) from Group? (i use PHP action on load event and need this array with these fields).
Thanks a lot in advance
Hi s.elena133,
I'm not sure I understand but you can give a group of elements array names e.g. group[name] group[email] etc. if that helps.
Bob
I'm not sure I understand but you can give a group of elements array names e.g. group[name] group[email] etc. if that helps.
Bob
Hi, Bob!
I did not understand how to use these examples correctly.
But i created the simple array with elements, which are corresponding to input names i need.
But i want to read some information about Group area element. How can it use to and what cases?
Can you give me some link to any info about it?
Many many thanks for your answers
I did not understand how to use these examples correctly.
But i created the simple array with elements, which are corresponding to input names i need.
But i want to read some information about Group area element. How can it use to and what cases?
Can you give me some link to any info about it?
Many many thanks for your answers
Hi s.elena,
I have no idea what a Group does - and there doesn't seem to be anything in the Manual about them.
Does it do anything more that group some form elements together?
Bob
I have no idea what a Group does - and there doesn't seem to be anything in the Manual about them.
Does it do anything more that group some form elements together?
Bob
Hi s.elena,
If you set the form data values to have the same names as the inputs in your PHP action then CF should match the data to the inputs.
Bob
If you set the form data values to have the same names as the inputs in your PHP action then CF should match the data to the inputs.
Bob
Hi Bob!
I have the little different case.
I'm going to post my form on the full category of articles.
All these inputs (text and textarea), which are the Group included, are auxiliary (i going to think how to throw up them at all). Values for them are geting from two related data base tables. In Joomla they are values of custom fields and not necessarily be filled for each particular article of the category (it checked with function by id).
If the custom fields of current article are filled in, everything is ok and the values will be taken from the fields_values table. If aren't, values will be taken from the fields table (with help by other read data action, which added to notfound event of main read data action).
Main input element of my form what is used by user, is radio buttons group, which values are corresponding with names of custom fields in Joomla articles.
I have the little different case.
I'm going to post my form on the full category of articles.
All these inputs (text and textarea), which are the Group included, are auxiliary (i going to think how to throw up them at all). Values for them are geting from two related data base tables. In Joomla they are values of custom fields and not necessarily be filled for each particular article of the category (it checked with function by id).
If the custom fields of current article are filled in, everything is ok and the values will be taken from the fields_values table. If aren't, values will be taken from the fields table (with help by other read data action, which added to notfound event of main read data action).
Main input element of my form what is used by user, is radio buttons group, which values are corresponding with names of custom fields in Joomla articles.
This topic is locked and no more replies can be posted.