Can Contact Form 7 send all dropdown options in WordPress?
I need to send a full array of custom field to a mail (dynamicaly populate) with contact Form 7 to work it here before sending : // define the wpcf7_posted_data callback function action_wpcf7_posted_data($array) { $a = get_field('date') //WORK HERE $array['Nom…