I updated to WordPress 5.7 and Contact Form 7 v5.4. The new version is not compatible anymore with a js file (line 6 "wpcf7.initForm"), that a previous developer wrote for our theme. Unfortunately I can’t find a way to adapt the code so initForm get’s recognized again. There are several suggestions (like this) with extra ..
Category : contact-form-7
I’m using Contact Form 7 with Dynamic Text Extension and Contact Form DB. I have a form that states quota value to 60. I use Contact Form DB’s shortcode [cfdb-value] that gives MAX number of id=k_quota (value="60") and SUM every input from id=k_amount (in this example value="9"). k_amount increases everytime form is submitted. Everything is ..
Hello… I’m new one this forum… Please, I need a help… I have this code for contact form 7 , and works perfect but with radio button (i need to be a checkbox): <label>Select A Size:</label> [radio select-a-size id:SelectASizeRadio default:1 "S" "M" "XL" "Other"] <label id="EnterYourSize"> Please Specify Your Size [text size] </label> [submit "Send"] ..
My current setup with contact form is as whenever someone clicks the form, I capture the employee id (from URM). I want to achieve this : Since I already have the employee ID, I wanted to hit a GET Request on my backend server and get all the available details for that employee and pre-fill ..
Is it possible when someone selects an option in the checkbox (Contact form 7) to be shown the image associated with that field, e.g. when someone checks the "dog" field, a picture of a dog appears on the side? Source: Ask Javascript..
this time i have question how to convert date into dynamic field by "m-d-Y". CF7 code <label>Date of Birth</label> [date* date-dob class:form-control placeholder id:idate "mm/dd/yyyy"] [dynamictext xxx id:pdfdate "date-dob format=’m/d/Y’"] output result : The result in dynamic field is not "m/d/Y" there is come by default "Y-m-d". Thank you for any help. Source: Ask Javascript ..
Hi guys can somebody help me with my code in CF7. I need more input fields group into one. For example i have Street, City, State, zip. Please see the code below: CF7 code <div class="row"> <div class="col-md-12"> <h5>Address</h5> <label>Address (Street)</label> [text* current-address class:form-control id:cstreet] </div> </div> <div class="row"> <div class="col-md-5"> <label>City</label> [text* current-city class:form-control ..
This is my first question on Stack Overflow. I appreciate your patience. I have two forms using Contact Form 7, the first form navigates to the second form using the WordPress plugin ‘Contact Form 7 Multi-Step Forms’. When the Submit is pressed on the second form I want to use the field values in both ..
I’m trying to use conditional field tto get the correct answer selected in a group of field. When the user choose a "Game" option in a dropdown select field, another field "Plataform" appears and show another options. Perhaps, when I need to pass the variable in body response email it gets only the result of ..
Thank you for paying attention to my question. I am making a website for myself on WordPress, in parallel I am learning programming. I ask you to help sort out one point. I have implemented a contact form based on the Contact Form 7 plugin. I connected JS (cleave.js) to make it convenient to enter ..
Recent Comments