• Resolved JeanJensenDK

    (@jeanjensendk)


    Hi,

    I wanna create my own form, but without using any plugins – “pure HTML”.

    I have this form:

    <fieldset>
    <dl><dt>Name<span>*</span></dt><dd><input name="" type="text" id="" /><span id="" class="required" style="display:none;"></span></dd></dl>
    <dl><dt>Email<span>*</span></dt><dd><input name="" type="text" id="" /><span id="" class="required" style="display:none;"></span></dd></dl>
    <dl><dt><input type="submit" name="" value="Send" onclick="" /><input name="" type="reset" value="Reset" /></dt></dl>
    </fieldset>

    – but how do I send it?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Create a form without any plugin’ is closed to new replies.