Page 1 of 1
Contact Form
Posted: 2016-04-11 01:47
by AhmedBR
I was looking for a PHP email form and came across these, nice, Free and Full Code included, very easy to use with Appgini:
http://www.html-form-guide.com/email-fo ... -form.html
http://www.html-form-guide.com/contact- ... hment.html
Enjoy

Re: Contact Form
Posted: 2016-05-13 05:37
by webinar
Thanks AhmedBR for these useful links. I am also looking to incorporate a simple and efffective php email form so this will come very handy to me.
Re: Contact Form
Posted: 2016-05-16 20:09
by AhmedBR
You are welcome.
You can check one of them in use with APPGini app at this link:
http://www.telebolo.com/sistema/contactform.php
Re: Contact Form
Posted: 2016-08-25 10:04
by lawrencekeru
Hi AhmedBR,
From this example
http://www.telebolo.com/sistema/contactform.php
How did you manage to get the same look and feel of this page same as your Application.
I have done as below
Code: Select all
<?php
//$currDir = dirname(__FILE__);
include("../defaultLang.php");
include("../language.php");
include("../lib.php");
include_once("../header.php");
?>
<html>
<head>
<meta charset="UTF-8" />
<title>Rental Reminder Form</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
But the CSS is distorted. see how it looks like. How can i fix it? See the image below

- contactform.PNG (50.57 KiB) Viewed 7527 times
Re: Contact Form
Posted: 2016-08-26 09:58
by lawrencekeru
I managed to fix it, Thank you!
Re: Contact Form
Posted: 2016-08-26 12:51
by grimblefritz
It might be helpful to someone else to know how you fixed it.
Re: Contact Form
Posted: 2016-08-27 22:12
by AhmedBR
Hi there,
There is a tutorial step by step at this link (I used the same myself to do my page):
http://bigprof.com/appgini/help/advance ... cess-pages
Re: Contact Form
Posted: 2016-09-01 08:48
by lawrencekeru
Hi grimblefritz ,
Just ensure that the contact form page and the pages you are including reside in the same directory.