2 problems with contact form. Need help

9 replies
  • WEB DESIGN
  • |
Hi!

I have 2 issues with my contact form. Site is: giftideagen.com

1. Submit button is not working. Following code is geting validation errors
  • "input" is not a member of a group specified for any attribute. and
  • there is no attribute "type"
The code is: <div input type="submit" id="lower" class="orange button">Saada</div>

2. Contact form looks fine in crome, but every other browser shows text aligned too much to the right

I dont know much about codes, so i really hope someone can help me here
#contact #form #problems
  • Profile picture of the author Michael71
    This line is wrong:

    Code:
    <div input type="submit" id="lower" class="orange button">Saada</div>
    If you want to wrap an input tag into a div the correct code is:

    Code:
    <div><input type="submit" id="lower" class="orange button" value="Saada" /></div>
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7727278].message }}
    • Profile picture of the author Eleanore
      it removed the css styled button
      {{ DiscussionBoard.errors[7727306].message }}
  • Profile picture of the author Michael71
    Yes, you need to restyle the button.

    Code:
    input[type="submit"]#lower { ... }
    You can put the css from the classes in there...
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7727341].message }}
    • Profile picture of the author Eleanore
      it didnt work
      {{ DiscussionBoard.errors[7727379].message }}
  • Profile picture of the author Michael71
    Hire someone to fix it
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7727501].message }}
    • Profile picture of the author Eleanore
      I understand now, how some people here earn 6 figures income. I have 6 euro in my pocket at the moment. Will it help you?
      {{ DiscussionBoard.errors[7727796].message }}
  • Profile picture of the author Istvan Horvath
    Not understanding Estonian, I can't figure out what fields are there and which are the mandatory ones... Heck, I can't even figure out which one is the Submit button
    Signature

    {{ DiscussionBoard.errors[7728128].message }}
    • Profile picture of the author Eleanore
      Vow! i must say, im surprised , you recignised my language. Well, i give you your first estonian lesson: Submit meens "Saada" in estonian. To learn more, you can hire someone
      {{ DiscussionBoard.errors[7728984].message }}
  • Profile picture of the author soniamit
    you are using table / table less html code.... ?
    {{ DiscussionBoard.errors[7729542].message }}

Trending Topics