• Resolved vnp_nl

    (@vnp_nl)


    Hi, working on a submission form which has a single text line ‘full name’. Say, fieldname50.

    Later on in the form more ‘full name’ entries for different causes. Say fieldname60 and fieldname70 (also single line text). All required.

    Since this could all be the same name, I thought I’d use the value of fieldname50 as predefined value for both 60 and 70.
    After all there it’s mentioned “It is possible to use another field in the form as predefined value. Ex: fieldname1

    However, in the form these predefined values are not copied after the user enters his full name in fieldname50.

    Does this only work with pre-stored values, not with live user input?

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

    (@codepeople)

    Hello @vnp_nl

    I’m sorry, but I’m confused about your description.

    In short, you have the “Full Name” field fieldname50, and you want to update the fields: fieldname60 and fieldname70 with the same value.

    If it is the case, the fieldname60 and fieldname70 fields must be calculated fields with the equation: fieldname50|r

    If you want to accept the user can enter the values of these fields (fieldname60 and fieldname70) manually, untick the checkbox: “Read Only” and tick the “If the value entered manually, no evaluate equation” in their settings.

    Best regards.

    Thread Starter vnp_nl

    (@vnp_nl)

    Oh yes of course. It was a while since I worked on the forms. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fieldnameX as predefined value in other single text line’ is closed to new replies.