Form elements

  • Posted in : Readme
  • macbeth2012
    Participant

    Hello,

    How can I get to work Form Elements?

    Thanks!

    serkan
    Moderator

    Hi,
    You have to use plugin for creating custom elements. You can use contactform7 plugin.
    Thanks

    macbeth2012
    Participant

    Thanks, but the one provided is more than enough for me: http://themes.pixelwars.org/readme-wp/form-elements/

    The only thing is that I cannot make it work. There’s something missing in the code:

    Your Name *Your Email *

    Cheers

    macbeth2012
    Participant

    How can I write the code here?

    serkan
    Moderator
    Here are all forms elements cross browser styled.
    
    <form class="validate-form" action="#" method="post">
    <label for="your-name">Your Name *</label><input id="your-name" class="required" name="your-name" type="text">
    
    <label for="your-email">Your Email *</label><input id="your-email" class="required email" name="your-email" type="text">
    
    <label for="subject">Subject</label><input id="subject" name="subject" type="text">
    
    <label for="budget">Budget</label><select name="budget"><option value="1000$">1000$</option>
    <option value="2000$">2000$</option>
    <option value="3000$">3000$</option>
    <option value="5000$+">5000$+</option></select>
    
    <label for="attach-file">Attach a file</label><input id="attach-file" name="attach-file" type="file">
    
    <label for="your-message">Your Message</label><textarea id="your-message" name="your-message"></textarea>
    
    <label>Tech</label><label class="inline-label"><input name="gender[]" type="checkbox" value="male">HTML5</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">jQuery</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">Wordpress</label>
    
    <label>Gender</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-1">Male</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-2">Female</label>
    
    <input type="submit" value="Send it">
    </form>
    macbeth2012
    Participant

    Cool, I have that one. Thanks

    Where it says: action=”#”, should I put my email?

    serkan
    Moderator

    Please check this topic out;
    http://www.pixelwars.org/forums/topic/form-elements/
    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register