krblaker
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept PayPal Payments using Contact Form 7] Submit ErrorHi -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…
Forum: Plugins
In reply to: [Accept PayPal Payments using Contact Form 7] Submit ErrorZiad 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?
Forum: Plugins
In reply to: [wp-greet] 3 pre-use questions (charging fees, securing images, fetch)Thanks