Send different pre-filled prices to different clients.

  • estevez.damian
    Asked on April 15, 2020 at 1:05 AM

    Hello Experts: If I have a form where I sell, for example, seeds. The prices of the same are variable, what option do I have to configure a Form where I send Client A a form with one price and the same form of sale of seeds to Client B with another price, using Square ... I am afraid that if I send it to the first with a value of 10 usd, then I edit it and I send it to the second with a value of 5 usd, because both when they access, see my product at the last configured value. Cheers

  • Jed_C
    Replied on April 15, 2020 at 3:37 AM

    You mean to say you want to pre-fill the Square total price with different value for Client A and Client B, correct?

    That is possible with form URL pre-filling the field with your own value. 

    ex.

    Client A gets $10 amount pre-filled in the total field via this URL https://form.jotform.com/201052272348043&myProducts[price]=10

    Client B gets $5 amount pre-filled in the total field via this URL https://form.jotform.com/201052272348043&myProducts[price]=5 

    If that's what you are trying to achieve, you can check this guide on how to implemented that to your form https://www.jotform.com/help/71-Prepopulating-Fields-to-Your-JotForm-via-URL-Parameters.

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

  • estevez.damian
    Replied on April 18, 2020 at 7:51 PM

    Thanks Jed_C, excellent proposal and it works perfectly if I do it by filling the arguments in the URL.

    However, in the post that suggests to me, at first, they propose to use the tool "https://prepopulate.jotform.io/".

    It happens that when I use it, I don't pre-fill the total square price with a different value. Could it be that this tool cannot access widget fields like Square ??

  • Jed_C
    Replied on April 18, 2020 at 9:12 PM

    Yes, it doesn't seem to include the payment field. You should be able to get the name of the field by opening your browser console. We have also provided the steps in our guide here.

    1587258342Field Prepopulator   Data Mana Screenshot 10

    Here's a example:

    1). You'll get the field name as shown in this screenshot

    2). Remove the "q5_".

    3). When adding it to the URL, just add "&fieldname=value".

    ex.

    https://form.jotform.com/1234567890&fieldname=value 

    Although, we can submit a feature request, there's no guarantee that it will be implemented soon. In the meantime, you may follow our guide.

    Let us know if you have any questions or if you need further assistance. 

  • estevez.damian
    Replied on April 18, 2020 at 11:51 PM

    Yes, through the use of url parameters I achieve what I want, I was just wondering if I could use the tool "https://prepopulate.jotform.io/" for the payment field. But nothing, your answer helped me a lot and I will do it the traditional way, that is, URL parameters. Thanks again