Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with a questionnaire 1

Status
Not open for further replies.

Pimptwist02

Technical User
Jan 31, 2007
21
US
For some unkown reason my previous thread was deleted without any form of warning or consultation with the Admins of this forum.

So again I will ask, how am I to go about creating a questionnaire with Dreamweaver to where the first 3 questions must be answered in drag down menu format and the last three questions are to be a basic fill in the blank.

I am by no means a pro with this software. I am hardly even a n00b. So some help would be greatly appreciated, because deleting the thread got me nowhere.

The questions are as followed -

1. Propert Type :
a. Single Family Residence
b. Condominium / Townhome
c. Second Home
d. Investment Home

2. Loan Purpose :
a. Purchase
b. Refinance
c. Cash-Out / Debt Consolidation
d. New Construction
e. To- Permanent Financing

3. Estimated Credit Score :
a. 580 - 620
b. 620 - 640
c. 640 - 680
d. 680 - 720
e. 720 +

4. Property Information
a. Type of Loan Preferred
b. Purchase Price
c. Loan Amount
d. Are you a first time buyer?
e. Down Payment?
f. Sales Contract?
g. Anticipated Closing Date?
h. Do you have an Agent?


5. Contact Information :
a. First Name
b. Last Name
c. Address
d. City, State, Zip
e. Work Status
f. Is there a co- borrower ?
g. Home Phone
h. Work Phone
i. Cell Phone
j. E- mail
k. Best time to call?

6. Personal Comments :

Thanks for any and all help. Again.
 
I'll have to concur with Cheech. Store the information on a DB. Send an email alerting to the new information, with a link to display the newly entered information from the DB.



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Gotcha. Im using GoDaddy right now to try and make this website get online. Their website is a cluster****. Such a headache.
 
Alright been busy with a side project..... but I've come to conclusion that I should test out

<form action="gdform.php" method="post">

And then use Godaddy's hosting options?

Can anyone confirm this for me?
 
When I put in that code it messes the whole page up.


Should I have a Submit button?

That links somewhere else or what?

<form action="gdform.php" method="post">

Didn't work out so well
 
Ok so this is what I have I will Insert the code first










<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>Questions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="mm_travel2.css" type="text/css" />
<script language="JavaScript" type="text/javascript">
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//--------------- END LOCALIZEABLE ---------------
</script>
</head>
<body bgcolor="#C0DFFD">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#3366CC">
<td width="382" colspan="2" rowspan="2" nowrap="nowrap"><img src="mm_travel_photo.jpg" alt="Header image" width="382" height="127" border="0" /></td>
<td width="378" height="63" id="logo" valign="bottom" align="center" nowrap="nowrap"><u>Nexus Mortgage Inc.</u> </td>
<td width="100%">&nbsp;</td>
</tr>
<tr bgcolor="#3366CC">
<td height="64" id="tagline" valign="top" align="center">&nbsp;</td>
<td width="100%">&nbsp;</td>
</tr>
<tr>
<td colspan="4" bgcolor="#003366"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
</tr>

<tr bgcolor="#CCFF99">
<td>&nbsp;</td>
<td colspan="3" id="dateformat" height="25"><a href="FrontPage.html">HOME</a> :: <script language="JavaScript" type="text/javascript">
document.write(TODAY); </script> </td>
</tr>
<tr>
<td colspan="4" bgcolor="#003366"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td colspan="2" valign="top">&nbsp;<br />
&nbsp;<br />
<table border="0" cellspacing="0" cellpadding="2" width="539">
<tr>
<td width="535" class="pageName">Online Questionnaire </td>
</tr>
<tr>

<td class="bodyText"><p><div id=maincontent style="width:100%">
<div id="left_stuff" style="float:left;">
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;" >Type of Loan</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Purchase Price</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Loan Amount</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Are you a first time buyer?</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Down Payment Amount?</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Sales Contract</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Anticipated Closing Date</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Do you have an agent?</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div></p><br />

<p><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;" >First Name</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Last Name</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Address</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
<div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">City, State, Zip</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Work Status</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Co-Borrower Yes or No?</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Home Phone Number</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Work Number</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Cell Number</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">E-mail</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div><div id="textboxwrapper" style="overflow:hidden; width:300px; border:0px solid #FFFFFF;"><span id="label" style="float:left;">Best time to call</span><span id="textbox" style="float:right;"><input type=text name="mytextbox"></span></div>
</div>

<div id="right_stuff" style="float:right;">
<p><strong><u>Property Type</u></strong><br />
<br />
<SELECT name="Property Type">
<OPTION value=a>Single Family Residence</OPTION>
<OPTION value=b>Condominium / Townhome</OPTION>
<OPTION value=c>Second Home</OPTION>
<OPTION value=d>Investment Home</OPTION>
</SELECT>
<br />
<br />
<br />
<br />
<br />
<br />
<strong><u>Loan Purpose</u></strong><br />
<br />
<SELECT name="Loan Purpose">
<OPTION value=a>Purchase</OPTION>
<OPTION value=b>Refinance</OPTION>
<OPTION valuec=>Cash-out / Debt Consolidation</OPTION>
<OPTION value=d>New Construction</OPTION>
<OPTION value=e>To-Permanent Financing</OPTION>
</SELECT>
<br />
<br />
<br />
<br />
<br />
<br />
<strong><u>Estimated Credit Score</u></strong><br />
<br />
<SELECT name="Estimated Credit Score">
<OPTION value=a>580-620</OPTION>
<OPTION value=b>620-640</OPTION>
<OPTION value=c>640-680</OPTION>
<OPTION value=d>680-720</OPTION>
<OPTION value=e>720+</OPTION>
<OPTION value=f>Uknown</OPTION>
</SELECT>
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>

</div></p>



</td>
</tr>
</table> </td>
<td width="100%">&nbsp;</td>
</tr>

<tr>
<td width="40">&nbsp;</td>
<td width="342">&nbsp;</td>
<td width="378">&nbsp;</td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>



















That is from the website
Under the link "Questionnaire"

I would like ALL that information

To be submitted to GoDaddy so that it sends an e-mail to my uncle with the typed in information.

I know this has got to be less of a headache to someone else.

Being a complete n00b and asked to build a webpage from scratch has been a real nightmare for me.
 
First yes, you need a submit button.

<input type=submit name="send" value="Submit Questionnaire">


Second you need to surround all of your form in the form tags. So it gets sent via the button.

Code:
<body bgcolor="#C0DFFD">
[red]<form action="gdform.php" method="post">[/red]
<table width="100%" border="0" cellspacing="0" cellpadding="0">
.
.
.
<td width="100%">&nbsp;</td>
  </tr>
</table>
[blue]<input type=submit name="send" value="Submit Questionnaire">[/blue]
[red]</form>[/red]
</body>

After that, it should send the information to the gdform.php script, and have it processed. But as I'm not familiar with Go-daddy, I'm t sure what that script will do, or how to configure it to send the email. I guess thats a question for the Godaddy techs.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Vacunita, you truly are a miracle worker.


All I had to do from the GODaddy end was have them swap the Operating Systems from ASP to PHP.

Thank you. Thank you oh so much.

And guaranteed that when I close my first loan from this website lead generation. $50 is going to this website as a donation.
 
I'm just Glad I could help.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Hi,

To insert a 'drop down' field in your form you go Insert>Form>List/Menu.
And to insert a simple, fill in the blank field you go Insert>Form>Text Field.

Hope this was of help.
 
Sorry i forgot to mention, to add different values in the drop down field, in the property inspector (options at bottom of program) select "LIST VALUES" and you add your values by using the '+' symbol.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top