Jump to content

Forms


Guest Alorwebdesign

Recommended Posts

Guest Alorwebdesign

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

Link to comment
Share on other sites

Guest Alorwebdesign

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

Link to comment
Share on other sites

  • 2 weeks later...
Guest bajdaj

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>&nbsp;First Name*&nbsp;<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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>

<p>&nbsp;<input type="submit" name="[email protected]" value="Submit Query"/></p>

<p>&nbsp;</p>

<p>&nbsp;</p>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...