Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

It is not possible to add an extra input field to the contact us page in osCommerce 4.8 version but you can create your own Contact Us page by adding the widget Send Form instead of Contact Form. Please see the screenshot below.

1270368118_ScreenShot2023-01-04at13_13_57.thumb.png.0e841e4b96edd84bd528e28bdf8c5156.png

 

And there it will be necessary to add the form code in HTML. Please see the sample of this code below.

 <form>
  <div>
      <span>Name:<span class="required">*</span></span>
      <input type="text" name="name" required>
  </div>
  <div>
      <span>Email:<span class="required">*</span></span>
      <input type="email" name="email" required>
  </div>
  <div>
      <span>Enquiry:<span class="required">*</span></span>
      <textarea name="content" rows="10" cols="30" required></textarea>
  </div>
    
  <captcha></captcha>
    
      <button type="submit" class="btn">Continue</button>
</form>

And it will be also necessary to set up the required email template for this form.

Best regards,

Ivan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...