Form elements Posted in : Readme macbeth2012Participant 30 August 2015 at 12:53 #24991 Hello, How can I get to work Form Elements? Thanks! serkanModerator 30 August 2015 at 21:37 #25000 Hi, You have to use plugin for creating custom elements. You can use contactform7 plugin. Thanks macbeth2012Participant 31 August 2015 at 13:18 #25018 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 macbeth2012Participant 31 August 2015 at 13:19 #25019 How can I write the code here? serkanModerator 2 September 2015 at 20:35 #25049 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> macbeth2012Participant 3 September 2015 at 01:25 #25070 Cool, I have that one. Thanks Where it says: action=”#”, should I put my email? serkanModerator 3 September 2015 at 07:51 #25074 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 Readme - A Readable WordPress Themeby pixelwars Login and Registration Log in · Register