Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter pederweb

    (@pederweb)

    That did it! Thank you so much. Problem solved.

    Thread Starter pederweb

    (@pederweb)

    @civicwebmedia I’ll see if I can remember. All I know is that it was all a tangled mess. Let’s see… I think part of it was that I did not have the DMARC settings set up properly. I think what I ended up doing was just contacting my web hosting company and explaining the problem to them. They helped me get all the DNS text records set up properly.

    I would give your web hosting company a call and talk through all the settings that need to be in place – the MX records and such – things related to the DNS settings.

    Thread Starter pederweb

    (@pederweb)

    Yes! Thank you so much! This is now working exactly how I want it to! I really appreciate your help on this, and my client will be VERY pleased!

    Thread Starter pederweb

    (@pederweb)

    Thanks so much for your quick response!

    I have attempted what you suggested above, but ran into a couple of problems. First, the file that you suggested, the ../front.filter.php file only had 59 lines of code in it. See screenshot here: https://prnt.sc/W69Q1LZeKt5o

    I did try to plug the code into that file in various places, but just got errors on the front end.

    I then took a look at the ../front.action.php file, and I found the same code as what you have in the screenshot in that file, close to line 275, at line 273. So, I inserted the code where you suggested in that file. See screenshot here: https://prnt.sc/Mye157Mc5LIa

    When I refreshed my page with the form I got this error message:

    Deprecated: The behavior of unparenthesized expressions containing both ‘.’ and ‘+’/’-‘ will change in PHP 8: ‘+’/’-‘ will take a higher precedence in?../wp-content/plugins/generate-pdf-using-contact-form-7/inc/front/class.cf7-pdf-generation.front.action.php?on line?274

    What would you suggest I do here? Thanks again!

    Thread Starter pederweb

    (@pederweb)

    Thank you @mayuripatel for that follow up. Your suggestion led me on a dig for proper coding in my form and page. What I discovered, after digging through all my form code, is that I had this line of code – referencing an external Google api script – which was causing the conflict:

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

    I think part of the problem was that I had this code in the form itself, instead of in the header of the page. Also, the url I was using was a little outdated. I took it out and everything finally worked fine without that code in there. I’m thinking maybe that’s because of what you referred to about the JQuery file already being included by WordPress. However, I did try putting the following updated line of code in the header of the page and that worked fine as well…

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

    Thanks again for your help!

    Thread Starter pederweb

    (@pederweb)

    Thanks, everyone, for your help. What I realized from your suggestions is that I’ve had a bit of code (that I had found online) in some of my pages (pages with forms – and certainly the page in question here), which is a javascript code that enables a date picker feature to pop up from text fields (instead of date fields) in a form when the text field has the class “dow-twa2hb”…

    <link rel="stylesheet" >
    <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
      <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
      <script>
      $( function() {
        $( ".dow-twa2hb" ).datepicker();
      } );
      </script><style type="text/css">
    @media only screen and (max-width: 767px) {
    	body {
    		background-size: auto auto !important;
    	}	
    }
    </style>

    The error code I’m getting is saying that ‘datepicker’ is not a function. I’m wondering if, possibly with the latest update of WordPress, that this function, which used to work, is no longer compatible.

    Pretty sure I got the code from this source: https://jqueryui.com/datepicker/

    Thoughts?

    • This reply was modified 1 year, 3 months ago by pederweb.
    Thread Starter pederweb

    (@pederweb)

    Sorry, had a typo. That should say “every certain amount of numbers.”

    Thread Starter pederweb

    (@pederweb)

    Thanks very much! I was able to place the code in my functions.php file (assuming that’s where it goes) and it worked.

    I need to take the next step, though. This code puts a comma after every three digits. I’m wondering how I would make the output to have dashes and spaces to look like a phone number. Or, for example, just have spaces ever certain amount of numbers, say for example, like a credit card. If they put in 16 consecutive digits, how can I get the mail output to give me four groups of four digits with spaces between each?

    Thanks!

    Thread Starter pederweb

    (@pederweb)

    Okay, never mind. I figured it out. I realized that, if I “Enable PDF Link with Form Success Message”, it will automatically save a PDF to my Media Library so the visitor can download it. Since I don’t want the pdf showing up in my media library, I just have to disable that feature, which is too bad, but I get it.

    Thread Starter pederweb

    (@pederweb)

    Okay, I figured out the problem. It had nothing to do with the Contact Form 7 Plugin. It’s a long and complicated explanation, so suffice to say it’s all resolved.

    Thread Starter pederweb

    (@pederweb)

    Thanks, Takayuki, for your response.

    In the first Mail section under the Mail tab I have the email going to an email address at our domain, [email protected]. That’s not a problem, I have been receiving every one of those emails.

    Link to Mail Setting Screenshot

    In the Mail 2 section I have the email recipient set as the variable [your-email], which is the person’s email who fills out the form. When I fill out the form using one of my Gmail addresses I never receive that confirmation email. However, when I have used other email addresses that are NOT Gmail addresses, I always receive those emails.

    Link to Mail 2 Setting Screenshot

    I am beginning to think it’s not a problem with Contact Form 7 at all. It seems that Gmail does not like the emails that are being sent. Only Gmail rejects the emails.

    Thread Starter pederweb

    (@pederweb)

    I’ll look into it. Thanks for the advice Riaan!

    Thread Starter pederweb

    (@pederweb)

    That must be the trick. I rebooted using Mac OS 10.9 and Safari 7.0.3 and now the links work fine.

    Is there something about the old Safari browser that makes the buttons not work?

    Thread Starter pederweb

    (@pederweb)

    I am still in Mac OS 10.6.8 using Safari 5.1.10.

    I don’t get any errors. I see the icons, I mouse over them. When I mouse over them they move, but when I click nothing happens.

    It actually works fine using the Safari browser on my iPad.

    Thread Starter pederweb

    (@pederweb)

    Ah yes, link to my site. It is transformtoaccelerate.com.

    It’s not that they’re not showing up in Safari. They are showing up, but when I click on them nothing happens.

Viewing 15 replies - 1 through 15 (of 23 total)