![]() |
#1 |
Registered User
Join Date: Jul 2013
Posts: 173
|
how to create a pop up form in html
Hi friends,
I would like to know, how to create a pop up form in html ?? |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Jul 2015
Posts: 167
|
Hi everyone i need this HTML to pop up when pressed on:
<li><a href="categories.html">Contact</a></li> <--When this is pressed <div class="col-sm-offset-3 col-md-6 conformwrap"> <h3>Contact Form</h3> <!--begin HTML Form--> <form class="form-horizontal" role="form" method="post" action=" "> <div class="form-group"> <label for="name" class="conc col-sm-3 control-label"><span class="required">*</span> Name:</label> <div class="col-sm-9"> <input type="text" class="form-control" id="name" name="name" placeholder="First & Last"> </div> </div> <div class="form-group"> <label for="email" class="conc col-sm-3 control-label"><span class="required">*</span> Email: </label> <div class="col-sm-9"> <input type="email" class="conc form-control" id="email" name="email" placeholder="[email protected]"> </div> </div> <div class="form-group"> <label for="phone" class="conc col-sm-3 control-label">Phone: </label> <div class="col-sm-9"> <input type="tel" class="form-control" id="phone" name="phone" placeholder="(123) 456-7890"> </div> </div> <div class="form-group"> <label for="message" class="conc col-sm-3 control-label"><span class="required">*</span> Message:</label> <div class="col-sm-9"> <textarea class="form-control" row="4" name="message" placeholder="Tell us your story?"></textarea> </div> </div> <div class="form-group"> <label for="human" class="conc col-sm-3 control-label"><span class="required">*</span> Human Test:</label> <div class="col-sm-4"> <h3 class="human">6 + 6 = ?</h3> <input type="text" class="form-control" id="human" name="human" placeholder="Your Answer"> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-6 col-sm-offset-3"> <button type="submit" id="submit" name="submit" class="btn-lg btn-primary btn-block">SUBMIT</button> </div> </div> <!--end Form--></form> <!--end col block--></div> |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Mar 2015
Location: Florida
Posts: 93
|
That means, your prospects can fill out your form from every page. Here, popup button is just under visitor's eye.
|
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: Aug 2015
Posts: 434
|
<button id="popup" onclick="div_show()">Popup</button>
__________________
Dentist in Delhi | Best Dentist in Ashok Vihar | Best Dentist in Shalimar Bagh | Best Prosthodontist in Delhi |
![]() |
![]() |
![]() |
#5 |
Registered User
Join Date: Aug 2015
Location: london
Posts: 118
|
;above provide lots of examples you can pin any one.
|
![]() |
![]() |
![]() |
#6 |
Registered User
Join Date: Mar 2017
Location: JODHPUR
Posts: 4
|
Why are you wasting your time in HTML its time to stand up for the Opensource platform you will get an easy to use the option to create a popup. TRY it - WORDPRESS!
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how can i create HTML comments? | cianfie | Programming General | 1 | 03-14-2019 06:31 AM |
HTML and PHP code with in a single form | hariandro | PHP / mySQL | 0 | 03-23-2017 04:42 AM |
What Is HTML And Full Form Of HTML. | thomsbrolin | Search Engine Optimization | 3 | 11-20-2015 11:51 PM |
javascript and HTML for the form fields you will need to edit | omxwebtech | General Discussion | 1 | 09-10-2012 10:20 PM |
form to file script. php or html | mjvndhsb | PHP / mySQL | 0 | 10-07-2011 08:55 PM |