Yes, it doesn’t do the quotes right. This is fixed in 1.6, but for now you can use this workaround…just don’t use quotes for your attribute value:
<a href=http://xnau.com >Link</a>
Thank you very much, it’s a great help.
Best regards.
Dear Xnau,
I’m trying to add a paypal form to my pdb_record. it shows the form properly but when i click pay now it won’t open the paypal page.
the code i added to the page is:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”> etc.
Well, this would be best placed in a new topic, it’s probably of general interest.
I’m just guessing here because I’m not seeing what you’re trying to do, but generally speaking, you won’t be able to do it this way. You can’t submit two forms from the same page…it either has to update the record or go to PayPal and set up a payment…you can’t do both.
Well, you can, but you need to do it with javascript and it’s pretty advanced stuff.
The best way to do this is to put your PayPal payment button on the “thank you” page…this way, your record will get saved and then the user can make the payment.
I found the solution, I added <form></form> before the actual form and it solved the problem.
All the best.