Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 04-21-2017, 01:52 AM   #1
fredpeterson543
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 ??
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
fredpeterson543 is offline   Reply With Quote

Old 04-28-2017, 04:29 AM   #2
Sachin89765
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="you@domain.com">
</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>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Sachin89765 is offline   Reply With Quote
Old 05-16-2017, 03:59 AM   #3
actonyinc
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
actonyinc is offline   Reply With Quote
Old 02-11-2020, 04:07 AM   #4
Martinricky
Registered User
 
Join Date: Aug 2015
Posts: 434
<button id="popup" onclick="div_show()">Popup</button>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Martinricky is offline   Reply With Quote
Old 03-20-2020, 11:33 PM   #5
vinodkumar
Registered User
 
Join Date: Aug 2015
Location: london
Posts: 118
;above provide lots of examples you can pin any one.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vinodkumar is offline   Reply With Quote
Old 10-19-2020, 04:19 AM   #6
Mona
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!
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Mona is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 05:59 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.