Help for this page

Select Code to Download


  1. or download this
    <h3>Contact Us</h3>
    <div class="container col-md-8">
    ...
                <input type="submit" name="submit" id="submit" value="Subm
    +it" class="btn btn-default" />
            </div>
    </form>
    
  2. or download this
    package My::Form::Contact;
    use HTML::FormHandler::Moose;
    ...
    __PACKAGE__->meta->make_immutable();
    
    1;