Hi,
Well I’m using the default form with the “Ask for Visitor’s Name” checkbox checked. The name of the field when I inspect the page is “custom_form_field[name]”, I’ve tried using that without success. I’ve also checked the contents of the $post array for all its values in case I’ve missed the name but it doesn’t seem to be present in the array at all.
I’ve noticed it’s possible to customize the form on the demo website, which is also using all of the free plugins. I don’t have the option, but we’re also not using the free plugins, is this feature enabled by one of these? I assume if $post is expanded with any of the additional custom fields, I could create a custom name field and get the value from there.
Thank you.