Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi -this is now marked as resolved, but it is not resolved.
    In the code snippet above I have assigned fields just as you said.

    – itemamount:fee (fee is defined as a number field). The code for fee is:
    [number* fee min:5 max:5 placeholder “5.00”]

    – itemname:your-name (you-name is a text field). The code for your-name is:
    [text* your-name]

    – quantity:quantity (quantity is a number field). The code for quantity is:
    [number quantity min:1 max:1 placeholder:”1″]

    Again – is there something i am doing wrong?

    Thanks so much…

    Ziad and Support,

    I am having an almost identical problem, and i have additional questions also.

    My snippet for the paypal submit button is like this:
    ‘[paypalsubmit email:[email protected] itemamount:fee itemname:your-name quantity:quantity return_url:https://www.xyz.com cancel_url:https://www.xyz.com “Send”]’

    What am I doing wrong?

    The additional questions are about the itemamount, itemname and quantity fields.

    1 – I would like to use a set amount for the itemamount and the quantity. In another post i read that I can accomplish this by inserting a hidden field – but I tried to insert such fields and the type “hidden” was not recognized – the snippet, which was something like [hidden fee 10], showed up on the page. Can you give example of the syntax for a hidden field?

    2 – I followed the example for itemname – but I keep thinking that it is wrong. The value your-name is the value that comes from the name field of the form – is that correct?

    Thread Starter krblaker

    (@krblaker)

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)