You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I need to add a quote form and an RMA request form and cannot find a way to make it work . I did create an rma form and it works if I pull it up like this
http://www.shelbypc.com/khxc/ccp0-dynform/rma.html
But how do I get that form into the store main menu ? I read somewhere on the forum that I have to link to it from a webpage and put the webpage on the main menu , and I have done that but it seems redundant and silly for the user to click on teh webpage then have to click on a link in the subsequent webpage to get to the form . There has to be a better way but I surely cannot find it .....
Offline
Main menu , last item is where I want to have the link . I have a webpage there now , that was easy , but getting a direct link to the form seems not so easy
Offline
I got around this by
1. creating the new form
2. copy the code from the form - from
<div id="skin_content">
<p>Please complete the fields below if you require further information on any of our products or services we offer.
<br> Thank you.</p>
<p>All required fields are marked with a star (*). Click the 'Submit' button at the bottom of this form to proceed.</p>
<form action="http: bla bla bla
to the
</form>
</div>
tags
3. Creat a new web page and paste the code into it
Offline