Use of a filter
-
Hello,
I have contact forms 7, + this plugin + “Advanced CF7 DB”
I want to have a field dynamically filled with the form’s ID.
I know I can do a database query to calculate that id:
$uniqueid = $wpdb->get_results("SELECT MAX(id) FROMwp_cf7_vdata_entry` WHERE 1″);
$uniqueid+=1`Is there a way to use this value as an input?
The topic ‘Use of a filter’ is closed to new replies.