Kryptronic Software Support Forum

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.

#1 04-13-2007 09:49:21

ghost1157
Member
Registered: 02-19-2003
Posts: 93

New Form problems

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

 

#2 04-13-2007 13:05:17

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: New Form problems

Where do you want to pull them from a menu or other place?

John

Offline

 

#3 04-13-2007 13:28:24

ghost1157
Member
Registered: 02-19-2003
Posts: 93

Re: New Form problems

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

 

#4 05-16-2007 03:41:35

Shadey
Member
Registered: 11-20-2006
Posts: 33

Re: New Form problems

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

 

Board footer