close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PayPal Extension not responding

Thread began 3/12/2010 12:27 pm by mweeding402797 | Last modified 3/12/2010 9:25 pm by mweeding402797 | 1472 views | 2 replies |

mweeding402797

PayPal Extension not responding

I'm using Dreamweaver CS3 and successfully installed and activated the PayPal ext. I inserted it on my page and completed the Wizard. When I click on the button, nothing happens. Here is code it generated. What am I missing?

<p align="left" class="body3" style="margin: 0in 0in 0pt;">&nbsp;<span class="body3" style="margin: 0in 0in 0pt;">
<input type="hidden" name="cmd" value="_xclick" />
</span>
<input type="hidden" name="bn" value="webassist.dreamweaver.4_5_0" />
<input type="hidden" name="business" value="terriweeding@msn.com" />
<input type="hidden" name="item_name" value="To Kill An Armchair Husband" />
<input type="hidden" name="amount" value="16.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="http://www.terriweeding.com/Thanks.html" />
<input type="hidden" name="cancel_return" value="http://www.terriweeding.com/Error.html" />
<input type="hidden" name="undefined_quantity" value="1" />
<input type="hidden" name="receiver_email" value="terriweeding@msn.com" />
<input type="hidden" name="mrb" value="R-3WH47588B4505740X" />
<input type="hidden" name="pal" value="ANNSXSLJLYR2A" />
<input type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="no_note" value="0" />
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-butcc.gif" border="0" alt="Make payments with PayPal, it's fast, free, and secure!" />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<p align="left">&nbsp;</p>
</form></td>

Sign in to reply to this post

Jason ByrnesWebAssist

the form tag is in the worng place.


the code should be:
<p align="left" class="body3" style="margin: 0in 0in 0pt;">&nbsp;<span class="body3" style="margin: 0in 0in 0pt;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
</span>
<input type="hidden" name="bn" value="webassist.dreamweaver.4_5_0" />
<input type="hidden" name="business" value="terriweeding@msn.com" />
<input type="hidden" name="item_name" value="To Kill An Armchair Husband" />
<input type="hidden" name="amount" value="16.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="http://www.terriweeding.com/Thanks.html" />
<input type="hidden" name="cancel_return" value="http://www.terriweeding.com/Error.html" />
<input type="hidden" name="undefined_quantity" value="1" />
<input type="hidden" name="receiver_email" value="terriweeding@msn.com" />
<input type="hidden" name="mrb" value="R-3WH47588B4505740X" />
<input type="hidden" name="pal" value="ANNSXSLJLYR2A" />
<input type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="no_note" value="0" />
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-butcc.gif" border="0" alt="Make payments with PayPal, it's fast, free, and secure!" />

<p align="left">&nbsp;</p>
</form></td>

Sign in to reply to this post

mweeding402797

Thank you

Thank you so much......that fixed the problem

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...