HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. A

    should this form work

    I,m trying to use this form in an order form along with paypal. pertinent code follows. <form action="" method="post" id="myform" target="_top"> <input type="hidden" id="skip_WhereToSend" name="skip_WhereToSend" value="ckguitarz@gmail.com" /> <input type="hidden" id="skip_Subject"...
  2. A

    should this form work

    <form action="" method="post" id="myform" target="_top"> <input type="hidden" id="skip_WhereToSend" name="skip_WhereToSend" value="ckguitarz@gmail.com" /> <input type="hidden" id="skip_Subject" name="skip_Subject" value="order form" /> <input type="hidden" id="skip_WhereToReturn"...
Back
Top