Forum
3 quick questions about "Listing Members"
Hi Drew,
- Is it possible to hide "Joined" and "Status" from the member listing?
- Is it possible to display the order of columns differently from the order that they appear on the editing page? (I would like to show certain info in a specific order on the listing page that is grouped in a specific way/diferent order on the editing page.)
- Email address in the registration form is being captured and displayed in the listing but doesn't appear in the field on the editing page?
Regards - Nick
Re: 3.
In the field that I've added (and grouped with the other info relating to the personal details of the customer - for ease of editing) nothing. However the field does appear further down the page (along with joined date drop downs and status conttrols.)
Re: 1 and 2 are these features that could be possibly added at a later date?
Could you perhaps show us your template?
I've worked around it having assumed that it hard wired as it appear on the editing page even when its not in the members.html file.
However I am having difficulty mapping radio buttons in the frontend form to radio buttons in members.html (I'm not sure how I get the ids to match?)
Here's the members.html template. The "extreme" order numbers are a wrok-a-rounnd to get elements to positions themsleves around the "hard-wired" elements in the members listing and to give me space within the order to add extra elements without having to reorder the whole lot.
So this line…
Generates 4 radio buttons with the id's
perch_status10 perch_status11 perch_status12 perch_status13
But when I try to get the front-end form to use the same ids in the form template. the ids come out as...
form1_perch_status101 form1_perch_status102 form1_perch_status103 form1_perch_status104
Do the IDs used by the form matter at all?
No, not really. I assumed that was how the backend editing form was picking up the data from the frontend submitted form.