I'm not sure on what the guide lines for this board are, but I think I
can answer your question.
Simple HTML support isn't available as of the moment. There will
probably be support in the future however I'm not a Google employee so
I couldn't tell you for certain.
On Jun 21, 10:01 am, student_thesis <prakash...@gmail.com> wrote:
> Hello
> I want to add
> <form action="https://checkout.google.com/api/checkout/v2/checkoutForm/
> Merchant/11111" id="BB_BuyButtonForm" method="post"
> name="BB_BuyButtonForm">
> <input name="item_name_1" type="hidden" value="Ski "/>
> <input name="item_description_1" type="hidden" value="ski."/>
> <input name="item_quantity_1" type="hidden" value="1"/>
> <input name="item_price_1" type="hidden" value="105.0"/>
> <input name="item_currency_1" type="hidden" value="USD"/>
> <input name="_charset_" type="hidden" value="utf-8"/>
> <input alt="" src="https://checkout.google.com/buttons/buy.gif?
> merchant_id=111111&w=117&h=48&style=white&variant=text& loc=en_US"
> type="image"/>
> </form>
> to my google code page, do you what wiki syntax, i should embed the
> code in, to see the google checkout button?
> Please help.
> I tried ` <form>....</form>`
> it doesnot work.
> Thanks