Can I use data entered into the beginning of the form later in the form?

  • OnlineisEasy
    Asked on December 2, 2016 at 8:16 PM

    Can I use data entered into the beginning of the form later in the form?

    For example, if at the start of the form I add a 'Organisation' field, can I use the data entered into that field later in the form. i.e.- at the 'Submit' button I have a statement "That I am authorised on behalf of {organistaion} to submit this form"?

    Jotform Thread 1003025 Screenshot
  • jonathan
    Replied on December 2, 2016 at 11:23 PM

    Yes you can. But I recommend using TextArea field instead of the TEXT field for it.

    Can I use data entered into the beginning of the form later in the form? Image 1 Screenshot 40

    Its because the TEXT field is a static read-only field. So you can use it in update/calculation function as it does not have input property.

    You can setup the condition like this

    Can I use data entered into the beginning of the form later in the form? Image 2 Screenshot 51

     

    Here is my demo form https://www.jotform.com/63368921777975 you can test.

    Can I use data entered into the beginning of the form later in the form? Image 3 Screenshot 62

     

    Let us know if you need further assistance.