How To Update Contact Form 7 Field Before Mail Sent

In this tutorial I will show you what you need to do in order to update a contact form 7 field before mail sent. I needed to implement this feature because I had to get a code from a txt file and update a certain field with the new code. How to implement a before… Continue reading How To Update Contact Form 7 Field Before Mail Sent

How To Update ACF Fields With Contact Form 7

In the last tutorial I showed you how to create a new custom post type with contact form 7. Now I will show you how to update any acf fields at contact form 7 submission. If you don’t know how to create a custom post type install the cpt ui plugin and it will create… Continue reading How To Update ACF Fields With Contact Form 7

How To Create Custom Post Type From Contact Form 7

Sometimes this action is a required one, especially when your website has a contact form thourgh users can register its own posts. So in this tutorial we will create a post in our custom post type from wordpress at every contact form submission. This is not hard to achive especially if you already have custom… Continue reading How To Create Custom Post Type From Contact Form 7

Custom Validatation For Phone Number Field Contact Form 7

Even if contact form 7 comes with many validation rules for its fields, sometimes you need a custom validation rule for a certain fields. Today we will task as an example the phone number where we will add a custom regex function to check how many numbers the number has and if it start with… Continue reading Custom Validatation For Phone Number Field Contact Form 7