November 16, 200817 yr Hi i have created a registration form for my website and need to know how to do the following. 1.How to get the PHP script 2.How to get the form to e-mail me the results 3.How to make certain text Fields, drop down menu and check box buttons mandatory. 4.Link to my pay pal page upon pushing the submit button 5.How to make the form secure as the form is collecting personal data. 6.Limit the form so only a specified number of people can fill it in. I have looked at many tutorials and just can't get my head round it I designed the form in dream weaver mx and my hosting company is 1and1 UK. Any help would be gratefully received I have attached the form. Thanks All Matt Registration_form.htm
November 16, 200817 yr 1. Learn PHP, or hire somebody such as myself who can create good PHP scripts. 2. The mail() function in php. 3. You can use client side javascript, and then php to catch any last minute errors. 4. Not sure what you mean, either the next page after the form is done has a Paypal button, or you can use headers to redirect to your Paypal.com page? 5. This has mostly to do with database account security, and having security/hacking experience, sanitizing input, etc 6. This can be done in PHP by scanning the database and counting the number of entries. If the entry count is to high, the form can display a "Sorry, we are full" message. A form to your specifications would take some time, and is more complex than HTML coding, because it is not a Markup like HTML, it is a computer programming language. I'm available by PM any time of the day, please give me a shout if you are interested in hiring a coder.
Create an account or sign in to comment