473,386 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Creating forms

3
I am in need of advice of the best way to handle what I want to do. I have a website where I as of now just tell potential clients about my services. I want to upgrade the site to be able to also allow potential clients to fill in a contract and send payment. I would like for them to first be able to check if we have their date available then if we do sent to the contract form. The contract needs to have all the terms and conditions and allow them to chose the services they want and add up the total. I would also like for the form to come to me through email not in a text/excel format but in a contract/word type document format that I can read, print out and sign to return a copy to them. As for the payment I would like for them to after filling out and submitting the contract form to be able to view it and print a copy for themselves then be taken to the payment page where they can securely enter their credit card information or request an invoice be sent to them. What type of codes will I need to use to get all this done.

Also, for my current clients, I have forms that I need for them to fill out. I would like to be able to put these forms on the website in a way so that if they do not finish filling it out they can save where they are and come back to it later to finish, and when they finish, the same as the contract, they will be able to submit, then view it and print out a copy for themselves and it will be emailed to me in a word type document so that I can email to my workers and also print out a copy.

Is there anyway I can do this all myself without having to purchase any software. My server provides PHP, MySQL and SSL if needed. But I have never used them and will need to get learned on them. I am a quick learner and have no doubt I can learn it all.

Thank you in advance for the help.
Feb 18 '07 #1
4 1616
AricC
1,892 Expert 1GB
I am in need of advice of the best way to handle what I want to do. I have a website where I as of now just tell potential clients about my services. I want to upgrade the site to be able to also allow potential clients to fill in a contract and send payment. I would like for them to first be able to check if we have their date available then if we do sent to the contract form. The contract needs to have all the terms and conditions and allow them to chose the services they want and add up the total. I would also like for the form to come to me through email not in a text/excel format but in a contract/word type document format that I can read, print out and sign to return a copy to them. As for the payment I would like for them to after filling out and submitting the contract form to be able to view it and print a copy for themselves then be taken to the payment page where they can securely enter their credit card information or request an invoice be sent to them. What type of codes will I need to use to get all this done.

Also, for my current clients, I have forms that I need for them to fill out. I would like to be able to put these forms on the website in a way so that if they do not finish filling it out they can save where they are and come back to it later to finish, and when they finish, the same as the contract, they will be able to submit, then view it and print out a copy for themselves and it will be emailed to me in a word type document so that I can email to my workers and also print out a copy.

Is there anyway I can do this all myself without having to purchase any software. My server provides PHP, MySQL and SSL if needed. But I have never used them and will need to get learned on them. I am a quick learner and have no doubt I can learn it all.

Thank you in advance for the help.
Most of that wouldn't be a problem with PHP, however I wouldn't process the payment myself unless you really know what you are doing. People generally, won't use a payment system unless it is secure. I can move this to the PHP forum where you can get more info if you like.

Aric
Feb 18 '07 #2
emy
3
Most of that wouldn't be a problem with PHP, however I wouldn't process the payment myself unless you really know what you are doing. People generally, won't use a payment system unless it is secure. I can move this to the PHP forum where you can get more info if you like.

Aric
Yes I would like for it to be moved it that would help me further. Also, for the payments, I have a terminal in my office and am planning on just inserting the info from the payment forms on the website into the terminal. But I do want to be able to secure the page that the payment form will be on in the website. My server has a shared SSL. Should that work for what I am trying to do or should I purchase an SSL certificate for my domain?
Feb 19 '07 #3
Like AricC said the things you want your clients to be able to do on your website (fill out a form, send payment, print a copy for themselves, request an invoice, email yourself a Word document) are all things you can accomplish in PHP.

However I would strongly encourage you have someone else do it, unless you have vested interest and time in learning web technology. I think you'll find that the time you spend to make the site, to learn PHP as well as MySQL won't rival the cost of paying a developer.

If you still want to do it yourself I can recommend PHP5, Apache, MySQL Development to learn through working examples how PHP and MySQL work together. Also your web host should have PEAR installed so that you can use the Mail() package to email yourself Word documents easily, along with phpMyAdmin for editing the database.

As for SSL make sure your web host will properly display certificates. I mean that if a client goes to your site and it's encrypted they should see the gold lock in their address bar and /or receive notification from their browser. You may also consider Extended Validation SSL. I don't know how widespread it is but it might be worth asking about.
Feb 20 '07 #4
AricC
1,892 Expert 1GB
Yes I would like for it to be moved it that would help me further. Also, for the payments, I have a terminal in my office and am planning on just inserting the info from the payment forms on the website into the terminal. But I do want to be able to secure the page that the payment form will be on in the website. My server has a shared SSL. Should that work for what I am trying to do or should I purchase an SSL certificate for my domain?
So what language are you planning on using server side? I agree with Snowdonkey I wouldn't try this unless you have some time to put forth. Also, I wouldn't recommend handling the payment again I would hire someone to do it, when your taking payments online you don't want to leave any margin for error.

Aric
Feb 20 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Matt Warner | last post by:
Hi guys, A couple of people have already posted questions about similar issues but haven't had any response. Occasionally, sometimes after running the app for a few hours, it bombs out saying...
6
by: DraguVaso | last post by:
Hi, In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle."...
2
by: Roby Eisenbraun Martins | last post by:
Hi, My name is Roby Eisenbraun Martins, I am a C++, VB and NET developer. I am working with a NET 2002 project right now and I am receiving this uncommon "OutOfMemory" error message when I try...
1
by: longtim | last post by:
I have been having endless difficulty creating reports/queries that set any relevent parameters from controls in forms. I am creating an application under access 2003 but will target access...
2
by: Pawan | last post by:
Hi Guys, I have this current assignment where I have to develop online forms for local municipal authorities. I have to use adobe acrobat to create online forms from PDFs (which I have never done...
15
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
1
by: Flack | last post by:
Hey guys, Here is whats happening. I have a StringBuilder, a TextBox, and a TabControl with one TabPage. On my main form, I created and displayed a fairly big maze. While the app is solving...
0
by: =?Utf-8?B?c2Vy?= | last post by:
Hi, I am working on a windows application whose primary task is to apply all the properties of one control to another. Hence i am using the SetValue method of the PropertyDescriptor. The...
0
by: =?Utf-8?B?TWFyaw==?= | last post by:
Users of an in-house application we have written randomly get an Error creating window handle exception, and we've not been able to determine why this happens. A typical callstack is as follows: ...
4
by: sklett | last post by:
I've developed an ERP application that we use internally and works quite well. I receiving more and more requests from users to print various transactions, order forms, search results, etc. I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.