Announcement

Collapse
No announcement yet.

Coding errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Coding errors

    Hi,

    running the Check Coding it get

    Nested HTLM Form Tags (20 times).

    Following the form guide I double click on the error at it takes me to a line

    <form method="post" action="<actinic:variable name="OnlineScriptURL" value="Shopping Cart Script URL" />"> (at the top of the page)

    </form> (at the bottom of the page)

    I can remove the </form> at the bottom but what I'm I meant to remove at the top of the page?
    Is <form method="post" meant to be replaced by something.

    I might be being stupid (but HTLM) was never my stong point .
    Any Help?

    Mat
    Matthew Wildeman
    www.bigmatts.com
    2XL to 8XL Menswear

    #2
    The opening of the form tag is the bits in red, copy paste the whole code into notepad and just replace it, if this does not work.

    <form method="post" action=" <actinic:variable name="OnlineScriptURL" value="Shopping Cart Script URL" />">

    Comment

    Working...
    X