Guest Alorwebdesign Posted June 28, 2006 Share Posted June 28, 2006 I'm trying to find out information about form creation by reading your posts. I do it all of the time using html, but when I tried to transfer an html form from my old frontpage site to my new cubecart site without any luck. Do forms using PHP require different code? Could anyone help me out on this? Thanks, Lori naturecarepharmacy.com/store Quote Link to comment Share on other sites More sharing options...
convict Posted June 28, 2006 Share Posted June 28, 2006 Do forms using PHP require different code?If you want to use form in CubeCart - absolutely. You should to know the template system used in CubeCart. Quote Link to comment Share on other sites More sharing options...
Guest Alorwebdesign Posted June 28, 2006 Share Posted June 28, 2006 Do forms using PHP require different code?If you want to use form in CubeCart - absolutely. You should to know the template system used in CubeCart. So if I use the correct code within the form, will I need to make changes to anywhere else within CubeCart? Thanks, Lori Quote Link to comment Share on other sites More sharing options...
roban Posted June 29, 2006 Share Posted June 29, 2006 have you tried the form tools in fckeditor in your control panel? Quote Link to comment Share on other sites More sharing options...
Guest bajdaj Posted July 9, 2006 Share Posted July 9, 2006 hi im using a version of zencart for the design and function of my website, this is what i have so far: <form name="contactus" method="post"> <input type="hidden" name="act" value="mailList"/> <p> First Name* <br/> <input name="[email protected]"/></p> <p>Last Name*<br/> <input name="[email protected]"/></p> <p>Email Address*<br/> <input name="[email protected]"/></p> <p>Order Number (optional)<br/> <input name="[email protected]"/></p> <p>Department (optional)<br/> <select> <option value="General Inquiry" selected="selected">Technical Support</option> </select></p> <p>Message*<br/> <textarea style="WIDTH: 227px; HEIGHT: 55px" rows="3" cols="24"></textarea> </p> <p> <input type="submit" name="[email protected]" value="Submit Query"/></p> <p> </p> <p> </p> Quote Link to comment Share on other sites More sharing options...
convict Posted July 10, 2006 Share Posted July 10, 2006 You have to use PHP code to track the form variables in viewDoc.php file. Contact form has been made (long time ago), try to search in cubecart.org forum. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.