brilliantplugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Form triggering SF duplicate rulesI’d suggest you ask Salesforce Customer support that question (as the email instructs) – it sounds like the plugin is doing it’s part and the issue is on their end.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Jumps to return screenYour site appears to be broken. It sounds like the anchor added by the plugin to auto scroll to the form on longer page is the issue here. Set the thanks URL to your form URL and that should auto clear the anchor from the URL.
406 Not Acceptable
An appropriate representation of the requested resource / could not be found on this server.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Salesforce IntgartionThis plugin uses the WebToLead API, so you’d look in the Leads tab.
https://help.salesforce.com/articleView?id=leads_overview.htm&type=5
Note that “Today’s Leads” is not recently added leads but leads that have had some activity today. Recent Leads is usually more useful, but YMMV.
If you have future questions about Salesforce, please ask Salesforce support — we can only provide plugin specific support here.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Return / Thanks URLHmmm… everything looks in order there.
For some reason… the Javascript redirect is not being output under the Success Message.
That is likely your theme or Visual Composer (which is likely bundled in your theme) filtering the output of the shortcode somehow.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Return / Thanks URLHmmm… can you share a screenshot of your form configuration screen?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formMark fields as required to prevent submission. It uses server side validation, but won’t submit the lead until all required fields have been filled.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Date Picker not workingNo issues that we’re aware of. Can you post a link where we can see the issue?
Did you update to WP 5.5 just before this broke?
Oh, just remove those from the
field labeltextbox on those fields and they’ll go away.As for embellishing… that’s covered in the styling tab.
If the values were in the form you imported (as I suspect they were as the plugin just reads the HTML), that’s expected behavior. You can edit the values in the field options to remove any you don’t want to show.
If you’d like further assistance, a link to the form and/or a screenshot of the field settings would be helpful.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formAfter submitting this form lead data is going salesforce as well as data is saved in the WordPress database. How can I save those data in WordPress DB?
This plugin does not save anything to the WordPress database. Custom coding would be required if you want that.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formWhere I add this validation logic in this form field.
Filters and Hooks
Note:
- These should be placed in your active theme functions.php or a functionality plugin.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formis there any option in this plugin to save the all leads data in the WordPress website.
You can use a filter to capture the submission before it’s sent to Salesforce, and do whatever you’d like with it, but there is nothing built in at the current time.
The FAQ covers all the filters and hooks in the plugin.
- This reply was modified 5 years, 9 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formHow to create a validation for all form fields?
From the FAQ:
sfwp2l_validate_fieldProvide your own validation logic for each field.
- This reply was modified 5 years, 9 months ago by brilliantplugins.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Add capture in Lead formSorry, I’m not understanding your question.
Could you rephrase it or provide some additional details as to what you’re wanting to accomplish here?
Yes, this plugin submits data to Salesforce using the field name you specify.
If that field does not exist, Salesforce tosses the data.
If it’s a core field, it’s in the list in the FAQ.
if it’s a custom field, it ends in
__c.If it’s neither, it’s not settable via the Web To Lead API or this plugin. Not all fields are supported… like
Commentsas that’s intended for *internal* comments, not customer generated comments.The built in “free entry” field is
descriptionotherwise you’ll need a custom field.