Jump to content

How to Create a "form_action" page for HTML Form?


rashidpathiyil

Recommended Posts

How to create action page to fill #

action="#"

HTML Form code 1:

<form action="#" class="contactForm" method="post">
                            <input class="required" type="text" name="name" placeholder="Name">
                            <input class="required" type="email" name="email" placeholder="Email">
                            <textarea class="required" name="textArea" placeholder="Message"></textarea>
                            <input id="conSubmit" type="submit" name="submit" value="Submit">
                        </form>

HTML Form Code 2:

<form id="subscribeForm" action="#" method="post" class="subscribeForm pull-left">
                                <input id="subEmail" type="email" name="email" placeholder="Enter your e-mail">
                                <input id="subSubmit" type="submit" name="submit" value="Subscribe">
                                <div class="clearfix"></div>
                            </form>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.