Jump to content

HTML forms help


ocampod

Recommended Posts

I am having trouble with implementing forms into my web page. One of my main problems is aligment. I can't seem to get them aligned the way I want it. Also, when users hit the submit button to email their information, it causes Outlook to open up rather than just sending it. Lastly, is there a way to encrypt the message? ThanksDave O

Link to comment
Share on other sites

Are you sending it like this<form action="mailto:someaddress@somedomain.com" ... ?This is very inconsistant. Many programs like outlook will interfer with this and cause it not to work.You should look into a server side lanaguage to process then email the results of the form.As far as encryption, I am not sure, look into SSL.

Link to comment
Share on other sites

Are you sending it like this<form action="mailto:someaddress@somedomain.com" ... ?This is very inconsistant. Many programs like outlook will interfer with this and cause it not to work.You should look into a server side lanaguage to process then email the results of the form.As far as encryption, I am not sure, look into SSL.

Yea that's the way I learned it. I am not familiar with SSL, is it difficult? Which site offers information about it? Thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...