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

    (@nickciske)

    The HTML field is not for form elements, is for “rich text” only — adding Javascript there is fine as long as it’s not outputting any form fields.

    You need to use the field editor in the plugin to add fields, or the plugin does not know what to send to SalesForce (i.e. it doesn’t parse your form fields, it build the form for you.

    At present you have a form within an HTML document within a form…. within an HTML document… which is not even valid to begin with…

    The best route to take is:

    1. Export your form at SalesForce.

    2. Use the form importer in the plugin to create the form & fields.

    3. Tweak the fields as needed (keeping in mind that pick-lists usually require very specific data to be passed to SF to work properly – change the “value” parameter at your own risk).

    4. Style the fields with custom CSS (if needed — e.g. to put 2 fields on the same line)

    5. Progressively enhance those fields with Javascript (if needed).

    How I can move the “*These fields are required.” Top of the form. Is any way to move top of the form.

    https://www.varaluae.com/refund-policy Please check the form in sidebar below the 2 forms title with “Get a Quote by Filling the Boxes Below:”

    Plugin Author Nick Ciske

    (@nickciske)

    Please read the support guidelines. New threads for new questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why do I see "This field is required." HTML Jquery Picklist’ is closed to new replies.