shamburg
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message (not all users)if you have any suggestions on how to replace the Javascript and maintain the functionality, I am open to suggestion.
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message (not all users)I appreciate the feedback. The [your-name] was spotted and removed after I posted the last.
The javascript is not only needed for my form, but has been there forever. I have never had an issue with it.
Additionally, the couple people that were/are having issues tried submitting from a different IP address and it worked. Seems to be an issue with their providers?
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message (not all users)fair enough…although the email isn’t even going out to get to any servers. The user is getting the error immediately upon clicking submit.
This is a link to one of the forms in question.
https://www.medicsontheball.com/test/
Form Section:
<font color="red">REQUIRED FIELD*</font> <br/> <p>Today's Date<font color="red">*</font> [date* date 10/] <p>Your Name [dynamictext first-name 10/"CF7_get_current_user key='first_name'"] [dynamictext last-name 10/"CF7_get_current_user key='last_name'"]</p> <p>ADDRESS [checkbox Addrchange "My address has changed"]<br /> Street [dynamictext street 30/ "CF7_get_current_user key='addr1'" ] Apt or Suite # [dynamictext apt-suite 10/"CF7_get_current_user key='apt_suite'"]<br/> City [dynamictext city 15/"CF7_get_current_user key='city'"] State [dynamictext state 1/"CF7_get_current_user key='thestate'"] Zip [dynamictext zip 5/"CF7_get_current_user key='zip'"]</p> <p>Phone Number [dynamictext phone 12/"CF7_get_current_user key='phone1'"] Email [dynamictext user-email 30/ "CF7_get_current_user key='user_email'"]</p> <font color="red">Hourly Rate</font> $[text* rate 4/] <hr> <strong>ROUND ALL HOURS WORKED TO THE NEAREST <font color="red">QUARTER</font> HOUR</strong> <strong>IF YOUR INVOICE DOES NOT MATCH THE TIMES YOU CLOCKED IN AND OUT IT WILL BE SENT BACK</strong> <p><font color="red">Event Name [text* Event] Date</font> [date* Date1 10/] <br/> # of Hours Worked [number hours1 "0"] Mileage per <a href="https://maps.google.com/" target="_blank">Google Maps</a> [text mileage1 4/ "0.00"] (Please enter only mileage greater than a 30 mile radius from your home address) <hr> <p>Event Name [text Event2] Date [date Date2 10/] <br/> # of Hours Worked [number hours2 "0"] Mileage per <a href="https://maps.google.com/" target="_blank">Google Maps</a> [text mileage2 4/ "0.00"] (Please enter only mileage greater than a 30 mile radius from your home address) <hr> <p>Event Name [text Event3] Date [date Date3 10/] <br/> # of Hours Worked [number hours3 "0"] Mileage per <a href="https://maps.google.com/" target="_blank">Google Maps</a> [text mileage3 4/ "0.00"] (Please enter only mileage greater than a 30 mile radius from your home address) <hr> <p><font color="red">I have submitted my PCR's for this invoice</font> - [checkbox* PCRs exclusive "Yes" "No" "N/A"]</p> If NO or N/A Please explain: [textarea textarea-310 x3] <hr> <p>Please List Any Expenses for Reimbursement Other $[number other "0.00"] List "Other" Items [text otherdef] </p> <p><strong>PLEASE NOTE THAT EXPENSES WILL NOT BE PAID UNTIL RECEIPTS ARE SUBMITTED</strong></p> <p>Scanned Receipts Are Acceptable [file receipts filetypes:gif|png|jpg|jpeg|pdf]</p> <hr> <div style="border: none; padding: 4px; text-align: right; padding-right: 150px;"> Total Hours [text* thours readonly 2/] Subtotal Amount Due $[text* stdue readonly 4/] Mileage Reimbursement $[text gas readonly 4/] Total Expenses $[text* extra readonly 4/] Grand Total Due This Invoice $[text* gtotal readonly 4/] </div> <div style="visibility:hidden"> <input style="text-align:center;" type="text" name="kitfee1" size="2" value="0" readonly="readonly"><input style="text-align:center;" type="text" name="kitfee2" size="2" value="0" readonly="readonly"><input style="text-align:center;" type="text" name="kitfee3" size="2" value="0" readonly="readonly"></div> <div style="border: none; padding: 4px; text-align: right; padding-right: 150px;"> <i>Total Will Be Rounded to the Nearest Two Decimal Places</i> <strong> DO NOT ENTER ANYTHING INTO THE BOXES ABOVE</strong> </div> <br/> <input type="button" value="Click here" style="background:red; color:white; border: 2px black solid" onclick="this.form.thours.value=add(this.form.hours1.value,this.form.hours2.value,this.form.hours3.value,0);this.form.stdue.value=(this.form.thours.value*this.form.rate.value);this.form.gas.value=add(this.form.mileage1.value,this.form.mileage2.value,this.form.mileage3.value,0)*.56;this.form.extra.value=add(this.form.other.value,0,0,0);this.form.gtotal.value=add(this.form.other.value, this.form.stdue.value,this.form.gas.value,0);"> to Calculate All Totals. [checkbox* agreement label_first "By checking this box I agree that the total amount due is correct."] [submit] <INPUT TYPE=RESET>
Mail section of form:
To: [email protected] (not yahoo)
From: [your-name] <[email protected]> (not yahoo)
Subject: [first-name] [last-name]’s Invoice
Additional headers: cc: [user-email]
File attachments: [receipts]Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message (not all users)Thanks buzztone. Not sure that is the issue though. The form content has not changed in over a year. Additionally, as stated, the issue only started after the latest update of the plugin and only a few of my users are experiencing it.
I have read your article in depth, (nice article BTW). I have been using WP-SMTP Mail since the inception of my website almost 3 years ago.
My mail routes via godaddy (tried gmail and couldnt get it to connect to the SMTP server). It has been like that, again for almost 3 years.
My hosting hasnt changed in, you guessed it, 3 years.
Nothing really has changed except for the update of the plugin.
Forum: Plugins
In reply to: [ABASE] no Search resultsI think I have figured this out. I changed the columns to First_Name and Last_Name. I also changed the where to “OR” and everything worked.
I get that the search function didn’t like two separate words, as in first and name, but I don’t understand the OR
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Edit link missingconfirmed…the links are back. Thank you for your quick action Joe!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Archive EventsJoe, I should have worded the question differently. After I archive the events, how to I access them later?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] State not showingAs always Joe, the support is top notch. Thank you.
For those that might need the answer to this…
I have been a user of this plug in for a long time. After numerous upgrades my location manager still contained data from previous versions.
Every state in the country was listed, causing me to have a drop down for state input on my events.
At Joe’s suggestion I deleted that information manually and that solved the issue.
I was able to create a new event as well as edit older ones and put the state back in. The state was there in all tests.
Thanks again Joe.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] State not showingwhats the best way to give you a screenshot in this forum? I did it once for you, but I forgot how I did it.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] State not showingalways ?? v. 2.3.10
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] State not showingLooks like it, they seem to be the default settings.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] State not showingAdditional info: any addresses previously saved with the state still show the state. This is only affecting new inputs.
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thank youjackalcity…that was the issue, the Admin Bar. I tried it while I was logged out and the forward worked great, after I took the code out of the header of course.
Thank you, it was bugging the cr@p out of me that I couldn’t figure it out.
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thank youi did, none of it applied.
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thank youI found this script online…I put it in the header and it fixed the problem.
But I don’t see this as a fix, more of a workaround. Can someone enlighten me what the issue is and why this script is needed?<script type=’text/javascript’ src=’/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.40.0-2013.08.13′></script>
<script type=’text/javascript’>
/* <![CDATA[ */
var _wpcf7 = {“loaderUrl”:”\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif”,”sending”:”Sending …”};
/* ]]> */
</script>
<script type=’text/javascript’ src=’/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.5.2′></script>