Showing posts with label form. Show all posts
Showing posts with label form. Show all posts
Thursday, January 4, 2018
I will do contact form for your website for 5
I will do contact form for your website for 5
hello,
I am master in making contact form on your website. I have created fifty of forms for many clients on fiverr. Also i can send the form in 24 hours after we finalize the confirmation of request.
I am master in making contact form on your website. I have created fifty of forms for many clients on fiverr. Also i can send the form in 24 hours after we finalize the confirmation of request.
Check it out! u20003 will do contact form for your website for $5 on #Fiverr https://www.fiverr.com/s2/507079b205
Gig extras
- Style the contact form to match your site or Divi theme
- Save submitted forms to Database in WordPress
- Multi page forms
Check it out! u20003 will do contact form for your website for $5 on #Fiverr https://www.fiverr.com/s2/507079b205
Why Choose Me
1. I will deliver the service as described and promised to you
2. I will make sure you get 100% satisfaction from me.
Check it out! u20003 will do contact form for your website for $5 on #Fiverr https://www.fiverr.com/s2/507079b205
I look forward to your order.
Thanks
Tuesday, January 2, 2018
How to move borderless form 100 EASY in VB Net
How to move borderless form 100 EASY in VB Net
Hey guys well form properties with formborderstyle - None is very good option
for customizing your form.
But the problem with this is we cant make our form draggable/movable.
I have a very good solution for this problem

� � � � � � � � Borderless Form Example
Just go to your form code & paste this code below public class form1 :
Note �: Here form1 is your form name
for customizing your form.
But the problem with this is we cant make our form draggable/movable.
I have a very good solution for this problem
� � � � � � � � Borderless Form Example
Just go to your form code & paste this code below public class form1 :
Note �: Here form1 is your form name
Friday, December 15, 2017
I will create WordPress contact form 7
I will create WordPress contact form 7
Hi Everyone!
I am here to build a custom WordPress contact form
Check it out! u20003 will create wordpress contact form 7 for $5 on #Fiverr https://www.fiverr.com/s2/563c2b1bceI will create an advanced contact form for your WordPress website. I will use the Contact Form 7 (CF7) plugin to integrate fully custom form
For $5, I will:
1. Install Contact Form 7 plugin on your wordpress
2. Create custom contact form with upto 6 fields
3. Enable text CAPTCHA code
4. Configure Auto-responder and Mail settings
5. Do file attachment if required
Check it out! u20003 will create wordpress contact form 7 for $5 on #Fiverr https://www.fiverr.com/s2/563c2b1bce
Gig extras
- Style the contact form to match your site or Divi theme
- Save submitted forms to Database in WordPress
- Multi page forms
Why Choose Me
1. I will deliver the service as described and promised to you
2. I will make sure you get 100% satisfaction from me.
I look forward to your order.
Thanks
Check it out! u20003 will create wordpress contact form 7 for $5 on #Fiverr https://www.fiverr.com/s2/563c2b1bce
Thursday, December 14, 2017
HTML and CSS Log In Form Page
HTML and CSS Log In Form Page
Here i created a great looking log in form with soft and sexy UI you can use this log in for any purpose of integration its an easy integration script this log in for is built with HTML,CSS with giving a glow in the text box area and a light weight font to create a filt look and easy to manage .

the style i used are listed below

the style i used are listed below
<style>body | ||||
{ | ||||
font-family: Segoe UI Web Light, Segoe UI Light, Segoe UI Web Regular, Segoe UI, Segoe UI Symbol, Helvetica Neue, Arial; | ||||
color:#000; | ||||
font-size:25px; | ||||
} | ||||
a { text-decoration:none; color:#0066CC} | ||||
a:hover { text-decoration:underline; color:00BFFF } | ||||
* | ||||
{ margin:0px; padding:0px } | ||||
ol.timeline | ||||
{ list-style:none}ol.timeline li{ position:relative;border-bottom:1px #dedede dashed; padding:8px; }ol.timeline li:first-child{} | ||||
.morebox | ||||
{ | ||||
font-weight:bold; | ||||
color:#333333; | ||||
text-align:center; | ||||
border:solid 1px #333333; | ||||
padding:8px; | ||||
margin-top:8px; | ||||
margin-bottom:8px; | ||||
-moz-border-radius: 6px;-webkit-border-radius: 6px; | ||||
} | ||||
.morebox a{ color:#333333; text-decoration:none} | ||||
.morebox a:hover{ color:#00688B; text-decoration:none} | ||||
#container{margin-left:60px; width:580px } | ||||
input,textarea,select,tr { | ||||
border:2px solid #dadada; | ||||
border-radius:7px; | ||||
font-size:20px; | ||||
padding:5px; | ||||
} | ||||
input:focus { | ||||
outline:none; | ||||
border-color:#9ecaed; | ||||
box-shadow:0 0 10px #9ecaed; | ||||
}</style> you can see the live demo here Demo Download Author : Solomon David
Facebook , Google+ about me |
Monday, December 11, 2017
iLogic Form öffnen und beobachten ob und wie es geschlossen wird
iLogic Form öffnen und beobachten ob und wie es geschlossen wird
Hier wurde gefragt, wie man pr�fen kann, ob ein iLogic-Form ge�ffnet ist oder nicht. Einen direkte Weg kenne ich nicht, aber man kann �ber eine iLogic-Regel das Formular �ffnen und in ein Benutzer-iProperty schreiben, das es auf ist und das Schlie�en des Formular "beobachten" und ebenfalls in das iProperty schreiben.
Sub Main()
iProp Formstatus ggf. anlegen und bef�llen mit ge�ffnet
iProperties.Value("Custom", "Formstatus") = "ge�ffnet"
Form laden
Dim R As FormReturnValue = iLogicForm.Show("Form1", FormMode.Modal)
Debug: R�ckmeldung, nach dem schlie�en der Form. So kann auf verschiedene Schlie�methoden
(Schlie�en-Button, X oben rechts u.a.) reagiert werden
MsgBox (R.Result.tostring)
Auf Reaktion der Formschlie�ens reagieren
Select Case R.Result.tostring
Case "Close"
MsgBox ("geschlossen mit Schlie�en-Button")
iProperties.Value("Custom", "Formstatus") = "geschlossen"
Case Else
MsgBox ("Abbrechen")
iProperties.Value("Custom", "Formstatus") = "geschlossen"
End Select
End Sub
Hier das Modell mit der Regel und dem Formular im 2018 Format.
Labels:
beobachten,
es,
form,
geschlossen,
ilogic,
ob,
und,
wie,
wird,
�ffnen
Subscribe to:
Posts (Atom)