Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

I need to fix the PayPal button link in asp.net, Visual Studio 2012 environment.

The website is still in the design stage, so testing is done as a "View in browser" test.  I assume links should still work. The button should take you from my website to the PayPal payment page. That is my brick wall  -- The button simply does not take you from point A to point B.  I attached two screen shots on a Word doc   --  Design & HTML code. Thank you for any help.  --  Joe
Avatar of jampost
jampost
Flag of United States of America image

ASKER

Update:
I am pretty sure I found the issue. “Nested forms”. Now I am in search for the best solution.  My solution is rather barbaric. I sort of took a hatchet to the form. I put a close form tag </form>  just above the html for the PayPal button. By doing so; the main form only encloses the heading of the web form. Everything else below will not be enclosed in the main form. Am I asking for trouble by doing this? Is there a better way?  For the record; this worked. I did connect to the PayPal payment page. Thank you for any help.  --  Joe
ASKER CERTIFIED SOLUTION
Avatar of dgrafx
dgrafx
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial