• Resolved gRaViJa

    (@gravija)


    Hi,

    On page 2 of my form I have a [multiform]-field that is showing the value entered on page 2 like this: [multiform “volwassenen”]

    The field on page 1: [number* volwassenen min:1 max:6]

    This works, but I have to be able to get a name, id or class in js on page two of this field. Is there any way how? I tried document.getElementsByName, document.getElementById and document.getElementByClass in js and id:volwassenen, class:volwassenen and also html_id=”volwassenen” etc on both fields, but nothing seems to work.

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    the id and class attributes won’t work on the multiform tag.

    In js you can try getting the hidden input field with the class “cf7msm-multistep”.

Viewing 1 replies (of 1 total)
  • The topic ‘Add name/id/class to [multiform]-field’ is closed to new replies.