• Resolved bwetterauer

    (@bwetterauer)


    I have a question.

    Is there anyway to put a dropdown selection on one of my form items? For example, I have a Source as one on my form items and I would like to user to select from a multiple of five selections from a dropdown box.

    If I can’t do that, I do have the html code from the form I created in Salesforce. Is there anyway I can copy the HTML code into the Plugin on the WordPress site?

    http://wordpress.org/extend/plugins/salesforce-wordpress-to-lead/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Dropdowns are available in this version on GitHub:
    https://github.com/jbuchbinder/salesforce-wordpress-to-lead

    No, you can’t edit the form HTML directly.

    Thread Starter bwetterauer

    (@bwetterauer)

    Ok, I downloaded and installed the version on GitHub.

    I see that there is an option to have “select” as the type of “field”, but there is only one line to put in the “Value” and “Options”.

    I want to put in the following options into the dropdown, but don’t see where to put those.

    Advertisement
    Employee Referral
    Other
    Partner
    Public Relations
    Referral
    Search Engine
    Trade Show
    Web
    Word of mouth

    Plugin Author Nick Ciske

    (@nickciske)

    Separate each option with a pipe | (it’s above the backslash under the backspace key) and put that all in the options field.

    Option1|Option2

    You can also specify a label and value for each option:

    OptionOne:1|OptionTwo:2

    Thread Starter bwetterauer

    (@bwetterauer)

    Thanks.

    Also, is there anyway to display the “Options Box” on the line below on the form?

    So it would be:

    Lead Source
    “Option Box”

    instead of

    Lead Source “Option Box”

    Plugin Author Nick Ciske

    (@nickciske)

    Submit that an issue on GitHub and it may happen 😉

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Dropdown Field to one of the Form Items’ is closed to new replies.