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

    (@codepeople)

    Hi,

    You simply should assign a class name to the fieldname1 field, through the attribute: “Add Css Layout Keywords”, for example: myclass

    And then, use the following code in the onclick event of button:

    jQuery('.myclass input').val('text bla bla bla');

    and that’s all.
    Best regards.

    Thread Starter Sebalos

    (@sebalos)

    Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text and/or number field from button’ is closed to new replies.