d3fin3d
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Captcha suddenly broken[Resolved]
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] No public support – unfortunatly.It’s great that you’ll still be addressing widespread issues!
I think it’s absolutely right that you don’t answer every support query especially when it’s an issue that can be answered by the community instead.
Thanks again for such a speedy reCaptcha fix!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Captcha suddenly brokenThanks for such a quick fix David! Everything’s working correctly now.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] No public support – unfortunatly.Hi David,
Thanks for all the support you’ve offered in the past.
I think Caldera forms is a brilliant plugin and I’ve been using it for quite some time on a large organisational website. The look, styling an functionality are all incredible.
Would you still be willing to offer public support for major widespread issues such as the Google Captcha suddenly not working overnight?
This issue has caused the loss of many forms (and customers), began unexpectedly without reason and seems to be affecting many other sites using the Caldera Forms plugin.
As this seems to be a major and unexpected broken component, it would be great to receive some information as to the cause of this and any tips to rectify the problem.
I appreciate that there are a huge number of support requests to deal with and you aren’t able to offer constant free support to the community but answering threads that address a widespread issue that is affecting many/most sites would be incredibly helpful to the community.
Even pushing an alert to the Caldera Forms control panel would be great; that way you can avoid replying to threads on the forum and still address the widespread issue.
Many thanks for reading and thank you again for such an amazing plugin!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Format output email summaryI just recreated the form output within the email message window under “Mailer”. I used the following question/%slug% format:
Title: %title%
Surname: %surname%
First Name: %first_name%
Second Name: %second_name%
Address: %address%
Postcode/Zip: %postcode%
Country: %country%
Mobile: %mobile%
Email: %email%Question 1:
%question_1%
Question 2:
%question_2%
Question 3:
%question_3%
<strong>Title:</strong> %title% <strong>Surname:</strong> %surname% <strong>First Name:</strong> %first_name% <strong>Second Name:</strong> %second_name% <strong>Address:</strong> %address% <strong>Postcode/Zip:</strong> %postcode% <strong>Country:</strong> %country% <strong>Mobile:</strong> %mobile% <strong>Email:</strong> %email% <strong>Question 1:</strong> %question_1% <strong>Question 2:</strong> %question_2% <strong>Question 3:</strong> %question_3%Just copy over the question titles (if needed) and embolden them then place the %slugs% next to/underneath.
I advise having two windows open, one for the Mailers email message window and one with your Layout view so you can easily copy/paste the questions/%slugs% from layout to email message.
Using this method though, you’ll need to remember to update the email message code if you ever add/remove elements within the form layout.
Hope this helps!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Format output email summarySo I realised I could just build my own custom email by recreating the form output using %slug%’s.
This method takes a while for larger forms, but the end result is worth it!
(Resolved)
Ahh, I’m using the BCC field to specify multiple email addresses. That would explain it! Thank you.