• Resolved arnab28

    (@arnab28)


    How to add capture in the lead form for using Brilliant Web-to-Lead for Salesforce plugin?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author brilliantplugins

    (@brilliantplugins)

    Sorry, I’m not understanding your question.

    Could you rephrase it or provide some additional details as to what you’re wanting to accomplish here?

    Thread Starter arnab28

    (@arnab28)

    How to create a validation for all form fields? is there any option in this plugin to save the all leads data in the WordPress website.

    Plugin Author brilliantplugins

    (@brilliantplugins)

    How to create a validation for all form fields?

    From the FAQ:

    sfwp2l_validate_field

    Provide your own validation logic for each field.

    Plugin Author brilliantplugins

    (@brilliantplugins)

    is 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.

    Thread Starter arnab28

    (@arnab28)

    Where I add this validation logic in this form field.
    please check this URL (https://bsbtest.assiduusinc.com/?test), I implement the lead form. this lead form I implement Captcha. After 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?

    Plugin Author brilliantplugins

    (@brilliantplugins)

    Where 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.
    Plugin Author brilliantplugins

    (@brilliantplugins)

    After 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.

    Thread Starter arnab28

    (@arnab28)

    Hello Sir,

    In this lead form, I use all the filed required but without fillup, the form when I submit the button then the form submits its goes out. how to disable the submit button when user doe’s not fillup the form . and In the form section there is one option box is there, how this box work?

    Plugin Author brilliantplugins

    (@brilliantplugins)

    Mark fields as required to prevent submission. It uses server side validation, but won’t submit the lead until all required fields have been filled.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add capture in Lead form’ is closed to new replies.