Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author xnau webdesign

    (@xnau)

    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>

    Thread Starter mtyaron

    (@mtyaron)

    Thank you very much, it’s a great help.
    Best regards.

    Thread Starter mtyaron

    (@mtyaron)

    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&#8221; method=”post” target=”_top”> etc.

    Plugin Author xnau webdesign

    (@xnau)

    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.

    Thread Starter mtyaron

    (@mtyaron)

    I found the solution, I added <form></form> before the actual form and it solved the problem.
    All the best.

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

The topic ‘link in text to external urls’ is closed to new replies.