Beautiful Signup Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
genix2011
Forum Commoner
Posts: 74
Joined: Tue Aug 02, 2011 4:00 pm

Re: Beautiful Signup Form

Post by genix2011 »

Hi,

what do you mean with beautiful, in terms of security or webdesign?

If webdesign, it has nothing to do with PHP, would be more like HTML and CSS.

Greets.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Beautiful Signup Form

Post by social_experiment »

Focus on useability first, if it's a drag to use, nothing will make it pretty. In terms of making it look better, look at manipulating the look of the form widgets (input fields, select fields, submit buttons) and use fieldsets, labels and legends to their full extent.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply