gbdevdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Remove 'Submitted Login' from posted_dataIt worked. Brilliant, could’ve sworn I tried that a while ago but guess not.
Thank you Michael!
Cheers,Forum: Plugins
In reply to: [Fast Secure Contact Form] Avoid capturing 'Submitted Login'Marking as resolved.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Avoid capturing 'Submitted Login'Thanks Mike! I’ll try to get in contact with them.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Avoid capturing 'Submitted Login'Thank you mbrsolution, this got me close but I was only able to get rid of all of the other fields, except for ‘Submitted Login’ and ‘Submitted From.’ Unfortunately that filter cannot touch the array with the ‘Login’ and ‘From’ metadata. I printed out the keys of the
email_fieldsand got:email_to, name_to, message, date_time, ip_address, full_message, from_name, from_email.I looked through the code and found a
si_contact_user_infofilter, however it doesn’t have an equivalent to thesi_contact_email_fields_postedfilter, which is able to modify the array that is sent. Even if I wanted to modify the plugin, I’m not sure I’d be able to create such a filter.If you have any other suggestions I’d greatly appreciate it.
Nonetheless, thank you, again, for your help.