Filter chaining and options values
-
Hi, i’m so very sorry to ask for some help again but i’m struggling with two small things which are driving me crazy.
FILTERING
I have two pages with two field groups based multiple form.
In one page i need to see the results from the form_type=A, in the other page =B.
this is my short code:[pdb_list filter=”approved=yes” filter=”form_type=avviso-53-operatori-economici” fields=”ID,nome_ditta,codice_fiscale,partita_iva”]
As you can see, i need (absolutely) to show only the approved results, coming from that specific form_type with these fields: instead every result is shown, APPROVED OR NOT. I have some records in my list, to try out some things. Some of them are approved, some others are not. Every result is shown.
How can i chain this filter and how can i make it work?FIELD OPTIONS
I have this huge form with a lot of multiple checkbox choices.
This is an example of the options of one field:
E01: ASSISTENZA TECNICA ALLA GESTIONE E CONTROLLO DEI FONDI COMUNITARI – FONDI NAZIONALI – FONDI REGIONALI::E01, E02: SUPPORTO ALLO SVILUPPO PARTENARIALE – RELAZIONI INTERNAZIONALI – PROGETTAZIONE EUROPEA::E02, E03: MONITORAGGIO::E03As you can see i have long value titles and short values (ex. 03). The value is correctly recorded in the database. But what I’d like to show in the list page for users, instead of the value title (too long) is only the value (03). Is there a way to do that using the shortcode?
Thank you very much
The page I need help with: [log in to see the link]
- The topic ‘Filter chaining and options values’ is closed to new replies.