Forum Replies Created

Viewing 14 replies - 121 through 134 (of 134 total)
  • Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Just tested the “email” input field will actually validate. Its the First name and Last Name “Text” input fields that won’t work unless I remove the “Placeholder” from the code line!!!!!!!

    Anyone out there have a fix for this?

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    I just tried something…when I remove the placeholders in the snippet of code
    WAS THIS:
    [text* last-name class:size-1 placeholder “*Last Name”]

    NOW IS THIS AND VALIDATION WORKS!
    [text* last-name class:size-1]

    Why does the CF7 form validation only work when placeholder is removed from the code???????????

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Thanks Davmerit,

    Here is the page where the CF7 web form resides:
    https://jamyershomes.com/contact-us/

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Now that I have the feature disabled it doesn’t report the version just has a period (.) and then doesn’t show the version. When I do activate that Jquery option it shows version something .1 on the end I can’t remember and I don’t want to activate it again to find out ?? lol

    I’m also receiving the same message from Pingdom tests as Richard above in this thread. Anyone shed some light on how to actually fix it to receive a 100 for that category on pingdom? I’m using a custom theme not the general shipped with wordpress theme

    Thanks
    Kenny

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Not sure if this is connected or not but I just turned OFF XML-RPC Option and I was able to get the Jquery radio button to show up in the admin again. Then… I selected the Option to disable XML-RPC completely and SAVED, But I STILL cannot Enqueue a safe version of Jquery without it freezing up the loading of my website pages???

    I initially changed the XML-RPC option to disable just Pingbacks and Trackbacks THEN saved changes. THEN when back in and checked to enqueue a safe version of Jquery. At that point is when I lost the radio button to disable the Jquery feature. After realzing this, I logged out of WP and logged back in and browsed back to the XML-RPC section and turned the feature OFF and saved changes. Doing this brought the Jquery radio button back!!!!! Then I changed the XML-RPC option to Disable XML-RPC completely and that worked and didn’t remove the jquery radio button. Although none of the following helped to allow my clients site to use the “Enqueue Safe version of Jquery” feature.

    I guess, for me I’ll just keep the option turned off for now.

    Thanks!

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Hi Takyuki,

    I had my theme developer dive into the problem and he fixed the issue. Turns out they were using Better WordPress ReCAPTCHA which apparently is not supported anymore in CF7 4.1

    Here was the problem – ?https://www.ads-software.com/support/topic/no-longer-works-with-cf7-41

    Takayuki..I recommend that you make a specific page about this and inform your audience to avoid others having this same problem moving forward.

    Thanks!

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Hi Takayuki,

    Sure can sorry I should have posted it with my issue.

    The website and the contact page the form resides on is: https://www.jamyershomes.com/contact-us

    Thanks!

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Looks like its a problem with placeholders. For some reason when I remove the placeholder the form validation works! Does anyone know what may be the root cause of this issue?

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Actually went back in to test the form and didn’t even have to type ANYTHING into the entire form and it says submitted successfully. Its like the form validation doesn’t work at all. I have several required fields and none of them are activating after I hit the submit button.

    Please someone out there help?

    Here is my actual form code:

    <fieldset>
    <h3>Ask questions about our services</h3>
    <strong class=”sub-title”>Have Service Concerns? Submit here
    <p>The excitement is about to begin – learn more about building your new custom home with J.A. Myers! Request more information about home buying or building with us. Just complete and submit the form below and we’ll be sure to contact you with answers to any questions or help with your decision. Since 1973 J.A. Myers has built custom homes that our customers have fallen in love with. We’re the trusted home builders for Gettysburg and Hanover and look forward to meeting you.</p>
    <span class=”note”>Fields marked with an asterisk (*) are required.</span>
    <div class=”row”>
    [text* first-name class:size-1 placeholder “*First Name”]
    [text* last-name class:size-1 placeholder “*Last Name”]
    </div>
    <div class=”row”>
    [text* email class:size-1 placeholder “*Email Address”]
    [text phone class:size-1 placeholder "Phone Number"]
    </div>
    <div class=”row”>[text street-address class:size-2 placeholder "Street Address"]</div>
    <div class=”row”>
    [text city class:size-3 placeholder "City"]
    [select state class:size-4 class:select-ask “*Select State” “AL” “AK” “AZ” “AR” “CA” “CO” “CT” “DE” “FL” “GA” “HI” “ID” “IL” “IN” “IA” “KS” “KY” “LA” “ME” “MD” “MA” “MI” “MN” “MS” “MO” “MT” “NE” “NV” “NH” “NJ” “NM” “NY” “NC” “ND” “OH” “OK” “OR” “PA” “RI” “SC” “SD” “TN” “TX” “UT” “VT” “VA” “WA” “WV” “WI” “WY”]
    [text zip class:size-5 placeholder "Zip"]
    </div>
    <div class=”row”>
    [select neighborhood class:size-6 class:alt class:select-ask “Neighborhood” “Thornbury Hunt” “Summit Ridge” “Chapel View” “Cumberland Village” “High Pointe North” “High Pointe South” “Irish Meadows” “Jackson Heights Singles” “Jackson Heights Villas” “Tall Grass” “Wheatland Acres” “Whispering Run”]
    [select moveinready class:size-6 class:select-ask “Interested in” “Building a model home” “Buying land from us” “Our neighborhoods” “Selling land to us” “Custom building” “Model home pricing”]
    [select model-home class:size-6 class:select-ask “Model Home” “Abigail” “Ashlyn” “Aspen” “Aubrey” “Augusta II” “Avenel” “Bartlett” “Berkley” “Bethany” “Brandywine” “Breckenridge” “Britton” “Brookedale” “Chadwick” “Charleston” “Chesterfield” “Concord” “Congressional” “Doral” “Doral II” “Eisenhower” “Georgian” “Grand Manor” “Grantley” “Hampton” “Jackson” “Kennedy” “Kenwood” “Kimberly” “Liberty” “Lincoln” “Madison” “Northfield” “Northwood” “Oakmont” “Orleans II” “Patriot” “Pinehurst” “Remilee” “Roosevelt” “Sedona” “Sierra” “St. Andrews” “Villas” “Wakefield” “Westminster I” “Westminster II” “Westminster III”]
    </div>
    <div class=”row”>[textarea comments placeholder “Your comments…”]</div>
    <div class=”row”>
    <div class=”capcha-area”>[recaptcha]</div>
    </div>
    <div class=”row”>[submit “Send Your Message”]</div>
    </fieldset>

    Any idea when this feature will be added? I hesitate because of the product not having the updated Google ReCaptcha and the above CC and BCC capability on the form submissions. Please let me know when the latest version is released.

    Thank you kindly!

    Hello Rich Reviews,
    I was wondering this same thing. When a user submits a review from the web form can email notifications be sent to whomever we decide? This is very valuable as my client wants to read them without logging into the admin.

    Thanks!

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Thanks for the information. I tripled checked my theme and in header.php there is only one reference to wp_head() in the document. Not sure where to go from here?

    Thread Starter Why Not Advertising, LLC

    (@whyknott)

    Sure thing. Looks like its generating on more than just one page though.
    It’s happening whether I’m logged into or out of WordPress.

    Here are two:

    https://jamyershomes.com/neighborhoods/

    https://jamyershomes.com/models/

Viewing 14 replies - 121 through 134 (of 134 total)