Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Dreamweaver Form Response Question
Old 05-08-2006, 01:52 PM Dreamweaver Form Response Question
Junior Talker

Posts: 1
Trades: 0
Hello,

My client recieves answered questionare responses from a form on their site and the issue is, when the they look at them as they come in, the question that people are responding to doesn't appear with the answers.

The responses that my client recieves show "Question 1, Question 2, etc." and then the person's answers, not the actual question that they're answering. So, basically, I need for the actual questions to appear with their answers in the data that my client recieves instead of Question 1 and so on.

I didn't build the site and the web specialist who did no longer works here, nor am I an expert of forms. So, assistance with this issue would really be appreciated.

Thank you.
sdwg is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-06-2006, 03:23 PM Re: Dreamweaver Form Response Question
knives-out's Avatar
Skilled Talker

Posts: 51
Name: simon
Location: London
Trades: 0
how is your form processed, php, asp ?

a simple/cheap way to fix this is put the question within the answer so the form tag could look like this

How many people are in your business
<select>
<option value="one person in my business">one</option>
<option value="two people in my business">two</option>
</select>

if someone selects one they you will get the value "one person in my business"

The other way would involve knowing how the form is processed and edit the php asp etc.

You could even do this

<select>
<option value="question1: one person in my business">one</option>
<option value="question1: two people in my business">two</option>
</select>
knives-out is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dreamweaver Form Response Question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43613 seconds with 12 queries