Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS contact form

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #43934
    mayura
    Participant

    Hello All.

    I have a query and i need a suggestion for it

    while designing contact form is it advisable to eliminate the (required) text and related status of text fields. It’s probably better to get a few blank forms than lose a potential prospect.

    Looking forward to hear from you all

    Thanks in advance

    Mayura

    #130907
    realife
    Member

    I think your question not so clear..
    What are you trying to make? can you put your code?

    #130910
    Podders
    Participant

    I kind of disagree, When filling in forms I quite often skip to the fields that are clearly marked as required and fill in only the bear minimum,

    It can be quite useful to give a visual display of required fields before the user even starts to fill in, and as long as there are not too many fields to fill in, this doesnt really deter users from using the form,

    Form validation is a must in my opinion, otherwise you’ll find yourself eventually inundated with offers of viagra and manhood enlargement tools !!

    #130911
    realife
    Member

    oh yeah.. i think also the required is important like @Podders said
    also for security, you don’t wanna get spam or blank messages to your email

    #130939
    yogie
    Member

    One way to avoid all the spam is you can provide captcha at the end of form for security reason.

    #130959
    Anonymous
    Inactive

    You really need to have some required fields like “email”, so you know how to contact the person back. As for anti-spam, I prefer using the “honeypot” method rather than captcha, so the user doesn’t have to do anything extra. Good luck!

    #131199
    mayura
    Participant

    hi all of you.. thank you so much for for all your precious and knowledge sharing comments. even i think that email validation should be here if not all is client need but at least email should be validated.

    @msguerra74 and @melindrea… i was not knowing about honeypot method. thanks for the update.
    if i will copy and paste the following piece of HTML code on the line just above the tag

    then will it help me eliminate the vast majority of junk responses you are getting from your online forms.

    please suggest.

    #131200
    mayura
    Participant
    #131201
    mayura
    Participant
Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.