brilliantplugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Any server specific needs for esc_url?Any server specific needs for esc_url?
No this is a core WP function.
Depending on the URL, you may need to use the raw version.
The only thing I can think of is there’s a difference somewhere else that might be causing this. Anyone have an idea where that might be so I can investigate and test?
I can’t think of anything.
This plugin only uses the Web2Lead submission URL. It has no API connections.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Google recaptcha invisible V2 usageInvisible captchas are not supported and we have no plans to add support at this time.
I tried to test the form, but can’t seem to put in a phone number it’ll accept.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] know which page the form comes from“I was wondering if I had to add something to the value of the form created with the WP plugin.”
You can put whatever you’d like there, but it’ll be overwritten by the code snippet.
“I don’t think so, but I got the impression that this had to be added to the value %url%.”
Correct. That is only applicable if you use the default lead source field in SF, not a custom field.
- This reply was modified 2 years, 6 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] know which page the form comes fromThe step by step instructions are in the FAQ. I’m not sure how else to describe it other than how it’s already written — but no, you do not appear to be be grasping all the necessary steps as listed in the faq.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] know which page the form comes fromI’d start with the FAQ.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Captcha not playing niceThe “built in” captcha is ancient code, not particularly effective, and really should not be used these days. Use the recaptcha option if you want to block spam submissions.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Checkbox is Pre-Checked by DefaultAlso check for caching plugins — the form code may be cached with the old valueless checkbox.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Checkbox is Pre-Checked by Default<input type="checkbox" id="sf_Text_Opt_In__c" class="w2linput checkbox" name="Text_Opt_In__c" value="" checked="checked">That’s what I’m seeing in the page source code of the URL you provided — the missing value attribute is the issue.
Testing locally using a checkbox with a value of 1 works as expected.
If you have another plugin or code manipulating the form, that could explain things, but from what I can see, that field is not configured correctly.
- This reply was modified 2 years, 8 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Checkbox is Pre-Checked by DefaultAs in prechecked in the browser or checked in the Salesforce lead record?
That is the proper setup and should function as expected.
If you can provide an example form showing the issue in the browser, we can take another look.
If you have a misconfiguration on the Salesforce side, that’s outside the scope of free support as the plugin is functioning as expected and we’re not Salesforce support.
- This reply was modified 2 years, 8 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Checkbox is Pre-Checked by DefaultYour checkbox must have a value parameter or it will be auto checked as nothing = no value.
1 is the value you want to use for a checkbox. You would not put anything in the options parameter.
FYI- This is covered in the FAQ:
I’m not receiving new submission emails
99% of the time the plugin is sending these… and the issue is at the WordPress or server level.
The Give team has an excellent article on diagnosing and troubleshooting email issues.
Due to the myriad of issues around server configuration, WordPress configuration, separate MTAs, SPF records, etc. — support for your specific site of support we can provide here. Premium support is available.
PS- Installing a mail logging plugin would verify the emails are being sent to WP and the issue is higher up the stack.
- This reply was modified 2 years, 8 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Custom CSS file gets deletedThat’s not the plugin… it doesn’t do any file management at all.
As to what it is… no idea, but I’d start with your hosting company support as that’s not something that WP core generally does either.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Form Editor > Options (placeholder)The options field is only used by a few field types and for placeholder text.
Yes, I know the UI could be more clear but it’s a holdover from past versions.
If Placeholders is chosen for Label Location, the following fields will use the options field text as the placeholder:
text, email, textarea
Which field(s) are you trying to use placeholder text with?