mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

adding option to save the [_url] tag in the database #7

Closed praggmatica closed 7 years ago

praggmatica commented 7 years ago

It's a small change. I ran into a situation where I needed the actual submitted URL, which is captured by Contact Form 7 through the tag [_url]. The importance for it is that [_url] will contain query strings that may be present when the form is submitted, and we needed to see these query strings to identify use-cases with form submissions from the user.

Added the option in the admin to toggle it on, and added it to the options to be saved if its set to true.