How to add placeholder for contact form7 for dropdown?

I tried adding placeholder similar to the given for ContactNumber for my drop down Outlet but it doesn’t appear. Code- <div class="form-group form-icon-group"> <i class="fa fa-phone" > </i> [tel* ContactNumber /8 class:form-control placeholder "Contact Number *"] </div> <div class="form-group form-icon-group"> <i class="fa fa-food" > </i> [select Outlet id:outlet class:form-control "– Select Outlet–" "Pasir Ris" "Thomson"] … Read more

How to save contact form 7 data in Custom Post Types (CPT)

I want to store the data of contact form 7 (CF7) in a custom-post-types (CPT). There are several plugins like: https://de.wordpress.org/plugins/cf7-responses/ https://de.wordpress.org/plugins/cf7-store-to-db-lite/ https://de.wordpress.org/plugins/advanced-cf7-db/ which store the data in their own cpt. But it is not possible to redirect the data into a CPT of your own. Is there a plugin or another way how I … Read more