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

    (@codepeople)

    Hello @anasarab

    Assuming the button field is the fieldname1 and the text field the fieldname2, you can insert a calculated field in the form as auxiliary (you can hide it by ticking a checkbox in its settings) with the equation:

    
    getField(fieldname1|n).jQueryRef().find('input').val(fieldname2);
    

    Best regards.

    Thread Starter Anas Arab

    (@anasarab)

    @codepeople thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change button text by a text field?’ is closed to new replies.