Creating An Online Applicaiton Form

I run a small finance company and would like to add an online application form that potential customers could fill in.

at present all they do is email me asking for a loan, but if i could create some sort of form where they enter their details in each box, then click submit i think this would look alot more professional. Does anyone know of any tutorials or anything that may be able to help me along my way?

View Replies


ADVERTISEMENT

Creating Online Polls

I want to creat an online poll. There is one on www.itv-f1.com which is something similar to what i want however i dont want the user to be able to see which topic is the most polular until they have submitted theri answer.

Just wondering if anyone could point me in the right direction as to where to start really.

View Replies View Related

Remove Connection From Applicaiton Object

The connection object is stored in a application object in a database.asp file which is included on all the pages. This is something that I didn't code but I am incharge of fixing it because we are having alot of problems with the IIS.

How do I remove the connection object from the application object? I am a bit confused, what if i just use a variable to set the connection and then still include the file on all the pages. Would that work? Code:

View Replies View Related

Online Calculator Form

I need to design a form that does pre-retirement calculations and which I could post on my company website.I'm really not well versed at all with this language so my question is this:

1) Is this a type of calculator I can design myself? If not, what avenues do I have available?
2) If yes, what type of software/freeware is available?I only have MS Info Path on my PC, not really sure if this would be useful
3) What is the easiest way to develop such a form? asp alternatives?
4) The Form is not going to be pulling data from any back end source.Individuals will manually enter their own numbers,this data will not be saved anywhere,users will be able to get a rough idea of their retirement benefits.

View Replies View Related

Online Form Solution

I manage one of our company's intranet sites. We're using RoboInfo software. I basically just publish documentation for our users. I want to add online forms to my pages so they can be filled in and I can receive in my inbox. I am looking at the best solution. I did have a basic html form online using POST, but the user gets those annoying popup warnings (one from IE, one from Outlook).

I wanted to create a php form, but my IT department says they can't install php on the server. Now I'm looking at an ASP form, which should work on the server. I've found scripts here that seem simple enough to set up. Do I need to know the smpt and port # to get an ASP form working? Anyway I can determine the smpt without contacting IT (they probably wouldn't tell me!). Any other solutions I can look at in creating online forms?

View Replies View Related

Dynamic Online Logging Form

Basically i want to pull a record from a table and based on a few records build a input form.

The idea: I want to be able to design a online logging form, using 4 fields in the table inc_label, inc_group, inc_required and inc_type.

Inc_Label is the name of the item.
Inc_Group is the name of the Group.
Inc_Requried is if the item is required.
Inc_Type is the item type.

Code:

View Replies View Related

Convert Email (online Form) To Fax

has anybody implemented the functionality for users to fax an online form instead of emailing? Do I need to go through a third party (software or company) to get it faxed or is there some code out there which can do the conversion?

View Replies View Related

Updating Multiple Records Via Online Form

I have a database generated form that I would like users to be able to update by selecting a checkbox. Say the page displayed has six records on it and the user wants to delete one or more of the records. They would click the checkbox and hit a "delete" button.

Then the database would be updated and the user redirected back to the page that would now show all the records that weren't deleted. Sort of like Yahoo mail, you get a list of all the bulk mail, select the ones that you want to delete, hit a delete button, and the page is updated to show what e-mail is left. How do I do this using ASP?

View Replies View Related

Binding 2 Text Fields On An Online Form

I am trying to bind/link 2 text fields on my online form.

So they both should show the exact same text entered in them.

When text is entered in one of them I want to see it in the other text box and vice versa and when text is deleted from one of the boxes it should also be deleted from the other one aswell.

View Replies View Related

How Can I Have My Page Email A Csv File Created From An Online Form?

My company needs an online form that user's can enter information into and once submitted, will dump the user-supplied info into a csv file and email it to the person who heads up the project. Initially, I thought they wanted the form to save the data to a database, and after playing all weekend, I was able to do that. Today I learned that they prefer the emailing a csv file method instead. Any links to tutorials on this subject or sample code with explanation would be greatly appreciated!

View Replies View Related

Creating A Form

I need help creating a form for my website. I want to use an ASP page. My form will contain a few text boxes for name, a dropdown list box, and will have a "browse" button so that users can upload documents/files. Would also like to add a confirmation ASP page upon successful form submit.

View Replies View Related

Creating An Email Containing A Web Site Form

I would like to write a generalised page which creates an email
containg the (calling) HTML form complete with the user populated
data.

In this way the appearance of the email will be just like the form
elements of the form that called the generalised page together with
the completed fields.

I can see that I can caputure the (blank) calling page itself in the
email by using the CreateMHTMLBody method of CDO. I can also see how I
can retreive the individual elements of the form using Request. But is
it possible to combine the two?

View Replies View Related

Creating A Form And Uploading It To Sharepoint

I am trying to create a computer management form/web application. I am not a good programmer. I use sharepoint at work to do most of the tasks which are fairly automated.

Now the computer management form is designed this way: Code:

View Replies View Related

Creating Order Form Page

how to get started with this project. I want a page where a
user can manually enter an order. Our users know our order# system and it's
much easier to manually enter items as opposed to using a shopping cart and
flipping through multiple pages.
On the page would be the following....
1) Billing address
2) shipping address
3) fields for order numbers

Billing and shipping seem pretty straight forward.
Because I have no idea of how many products a customer will order, I'm
picturing a new order# field being created when one is filled out. How do I
do this?Then, assuming I get all these dynamically generated fields, how do I get
them into an OrderDetails table?

View Replies View Related

Creating A Form With Multi Select

I am trying to create a form where you may have more than one person
at a meeting, but want to have them be related to the same meeting.

I have a mulitple select text area and if you select more than one,
all the records are being added to the same row. so if I picked the
following three people:

(Person ID/Desc)
1 - mickey mouse
2 - donald duck
3 - goofy

The row in the data base would look like this:

(Meeting ID/ Person ID)

1 - 1,2,3

But I would like to do this:
(Meeting ID/ Person ID)
1 - 1
1 - 2
1 - 3

I hope this makes sense, if it does does anyone have a suggest on how to best do this?

View Replies View Related

ASP: Creating Dynamic Form Elements

I asked a question earlier about creating dynamic pages.

I want to know if its possible to create dynamic form elements based on a condition equating to true.

e.g. as you could have dynamic texts when a condition is true.

Could i have dynamic form elements when a condition is true
e.g. response.write(create radio button)
or create combo box etc

or how is it done ?

View Replies View Related

Creating An Excel Spreadsheet From Web Form Data

I want 2 create a survey Web Form that people can fill in. I then want the data entered to be saved to an Excel spreadsheet located on a server.

Can .ASP handle this kind of task? and if so does anyone know the code required to perform this function?

The data entered will be RAW and the .ASP (or whatever required programming) will need 2 process and convert the data into the spreadsheet.

Also, would it be possible to run this from a stand alone machine so that the web form, .ASP and spreadsheet are all contained on the machine and have no outside influences?

View Replies View Related

Creating Feedback Email From Form Enquiry

I built a form to collect users details, and noticed that a lot of sites these days have feedback emails that return a recieved email confirmation back to the customer.
Can anybody point me to, or allow me the code so that I can try it myself.

View Replies View Related

Input Form For Creating Hierarchy Structure

I'm trying to create an input screen that allows users to create a hierarchical structure as the one below, but have no clue where to start or how to construct it. Code:

View Replies View Related

Who Is Online?

Developing a community website, and want to be able to maintain a database
of members currently online on the site. I can save their ID as they log
onto the site, but dont know how to tell when they leave it??

Any ideas please?

Also, anyone know of an asp Instant Messaging script that can interface with
the on-line database I will be maintaining??

View Replies View Related

Pdf Online

which is the best to generate pdf file and print table data..

View Replies View Related

Who Is Online

i need to view a list of logged in users...
now i got loginlogout thing going on...but if the user will not logout he will be still logged on for the system...
the only rule i want (on this code that i don't know how to wrote) is how to set timeout of 1 hour...that id the user had not moved or did nothing for 1 hour he automaticly will be offline for the system.

View Replies View Related

Best FSO Online

I am lookign for an indepth FSO tutorial not something i can copy and paste but something i can actually learn from. I have found things that do some of the stuff that i need it to do but i know down the line somewhere i will come up with problems if i dont write the code myself.

View Replies View Related

Who's Online

I saw this on a post in this forum:

<%
Public Sub checkClientConnect()
If Not response.IsClientConnected Then
session.abandon
response.Clear
response.End
End If
End Sub
%>

If I put that on a page it doesn't write anything.. so how does this script work? Is it somehow supposed to write how many users are online?

View Replies View Related

Online Questionnaire Using Asp

Want to create a web page that asks users certain questions and then when clicking the submit button the info get sent via email.

Obviously will create a form and then will have text boxes for each question. Correct me if I am wrong but the aspmail object is limited to a few fields.

View Replies View Related

ASP Online CSS Editor

Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.

View Replies View Related

Online Calender

I am having a go at building an online calender and I am using icons to display events on a certain date.
I would like to show 1 icon for events that are in the future (for example blue square) but another icon for events that have passed (example grey square). All I have in the DB is the actual date of the event.

View Replies View Related

Online Store

I am looking for some ASP - SQL server 2000 online store application that i can buy for my company. This store is completely internal for the company and will be on our intranet server and will be utilized by the company employees to buy company merchantdize.

Also at this time there will be no credit card processing as the amount of purchase will be deducted from the payrol. I will be needing the shopping cart and product view. Later if we provide the credit card processing, we have already installed PayFlowPro from verisign and do creadit card procesing on our main site.

Does any one know such application that i can integrate with our style sheets and general layout?

View Replies View Related

Online Guides

I plan to setup a website which will give help guides on DIY.
I want to allow people to submit their own guides while allowing them to have a link to thier own site to help promote thier company.
I want to be able to have a directory of all the guides with a nice simple layout.
Does anybody know of any good free or cheap scripts that will allow this?

View Replies View Related

OnLine Visitors

I wanted to ask for a help for my site. I want to make script that will show the number of visitors, how many visitors are curently on the site.

View Replies View Related

Online Videos

If anyone is familiar with Camtasia, they should know that it can output
files in various formats... SWH, WMV, AVI, Quicktime, etc.

I would like to output the files in SWH format since it includes a Flash
interface with player controls, etc. There are limitations on the size of
the video with this format. I'm not sure what they are right now.

Anyway, I would like to begin publishing the videos to my website that is
written in ASP.

Can anyone give me any points in the best way to handle this or if there are
any online tutorials or third party components for managing online content
in this way.

I realize I could create a table and assign various fields and simply put
the content into the database. This is likely the best approach, but then I
have to deal with an admin page because our end users won't have the ability
to use Enterprise Manager or Query Analyzer to update the table using raw
SQL. Code:

View Replies View Related

Online Dictionary...

I'm planning to construct an experimental mini online dictionary. The core of the dictionary is, of course, the smart 'search' function.

So I'd like to know if it would be better to use asp instead of php for such a search function (and...why!).

View Replies View Related

UPS Online Tools

Has anyone ever set up code samples for using UPS online tools I need it
for international shipping. I've been trying to setup the tools myself. Some
countries work fine, others produce validation errors. Other errors include
no shipping solutions between origin and destination. When I manually check
on the UPS site, they resolve without problems

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved