tommasogavioli
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] How to: Logged WP User Email NotificationHi, thank you for the answer but i didn’t understand.
Do i have to add something like that to my function php?
<?php
function filter_email_recipient( $recipient, $email, $form, $fields ) {
// Add another recipient to email
$recipient .= ‘, wp_get_current_user()->user_email’;return $recipient;
}Thanks!
Forum: Plugins
In reply to: [Participants Database] Filter chaining and options valuesNevermind, i solved. When i was pasting the ampercode, i don’t know why, it was duplicating it in the code.
Solved.
Thank you.Forum: Plugins
In reply to: [Participants Database] Filter chaining and options valuesThank you, but that is the problema. I cannot chain them.
The ampersend is not linking the two: i’m absolutely sure that i’m wrong but i can’t understand where i make the mistake.that is my shortcode to show results from one specific form type that are approved (AND AND):
[pdb_list filter=”approved=yes&form_type=avviso-53-operatori-economici” fields=”ID,nome_ditta,codice_fiscale,partita_iva”]
where is the mistake?
can anybody suggest a (working) correction?Forum: Plugins
In reply to: [Participants Database] Multiple registration formsThank you very very much! It works.
If i may, just edit a bit the tutorial you made on your website, giving the specifics about composed name field groups.
CheersForum: Plugins
In reply to: [Polylang] Plugin doesn't keep translations in fieldsI’m sorry again. After hours, I solved. It was a problem of Sync between Polylang and ACF. Just go to Plugin>Polylang>Settings>Sync and uncheck “Custom Fileds”.
In this way, every language will be indipendent.Forum: Plugins
In reply to: [Polylang] Plugin doesn't keep translations in fieldsSorry, when i talk about ACF, i’m referring to the PRO version.
Thanks