• Resolved chadtesting

    (@chadtesting)


    Hi there,

    Since changing my dropdown fields to DS dropdowns, I suspect I need to somehow reference them differently in my code. For example

    $.each([fieldname43, fieldname58, fieldname63, fieldname64, fieldname65, fieldname66], function (i, e) {

    If these fieldnames were changed to DS fields, does the reference stay the same or does it change?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    If you are replacing the field by a new one, you should replace the field name in the array by the name of the new field.

    Best regards.

    Thread Starter chadtesting

    (@chadtesting)

    I can confirm this works. My problem is unrelated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Referencing my new DS fields in Javascript’ is closed to new replies.